I'm going to take the liberty of creating a new package in the zope.app namespace. It's a small package that allows, zope.app-based applications to be wired up to WSGI middleware and servers using the paste-deploy framework. (Hopefully, I didn't miss something that already does this. I'm not sure where I would look for such a thing.) If anyone objects (or if this is duplicating something that already exists), please let me know. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton
On 12/15/11 9:15 AM, Jim Fulton wrote:
I'm going to take the liberty of creating a new package in the zope.app namespace.
It's a small package that allows, zope.app-based applications to be wired up to WSGI middleware and servers using the paste-deploy framework.
(Hopefully, I didn't miss something that already does this. I'm not sure where I would look for such a thing.)
If anyone objects (or if this is duplicating something that already exists), please let me know.
There is http://pypi.python.org/pypi/zope.app.wsgi David ---------- David Glick Web Developer davidglick@groundwireconsulting.com 206.286.1235x32 Groundwire Consulting is here. http://groundwire.org/about/FAQ-gw-consulting
On Thu, Dec 15, 2011 at 12:22 PM, David Glick <davidglick@groundwire.org> wrote:
On 12/15/11 9:15 AM, Jim Fulton wrote:
I'm going to take the liberty of creating a new package in the zope.app namespace.
It's a small package that allows, zope.app-based applications to be wired up to WSGI middleware and servers using the paste-deploy framework.
(Hopefully, I didn't miss something that already does this. I'm not sure where I would look for such a thing.)
If anyone objects (or if this is duplicating something that already exists), please let me know.
Doh! I didn't realize that that provides paste integration. Cool. Thanks. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton
On Thu, Dec 15, 2011 at 12:53 PM, Jim Fulton <jim@zope.com> wrote:
On Thu, Dec 15, 2011 at 12:22 PM, David Glick <davidglick@groundwire.org> wrote:
On 12/15/11 9:15 AM, Jim Fulton wrote:
I'm going to take the liberty of creating a new package in the zope.app namespace.
It's a small package that allows, zope.app-based applications to be wired up to WSGI middleware and servers using the paste-deploy framework.
(Hopefully, I didn't miss something that already does this. I'm not sure where I would look for such a thing.)
If anyone objects (or if this is duplicating something that already exists), please let me know.
Doh! I didn't realize that that provides paste integration.
Cool. Thanks.
So, does anyone know of a recipe, similar to zc.zope3recipes:instance that drives this? If not, I'll add support to zc.zope3recipes. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton
On Thu, Dec 15, 2011 at 18:59, Jim Fulton <jim@zope.com> wrote:
Doh! I didn't realize that that provides paste integration.
Cool. Thanks.
So, does anyone know of a recipe, similar to zc.zope3recipes:instance that drives this?
z3c.recipe.paster[1]. fyi, Paste and PasteScript are superseded by WebOb / PasteOb (because they hadn't Python 3 support). [1]http://pypi.python.org/pypi/z3c.recipe.paster -- Sebastien Douche <sdouche@gmail.com> Twitter: @sdouche / G+: +sdouche
participants (3)
-
David Glick -
Jim Fulton -
Sebastien Douche