[Zope-dev] Zope 3 without ZODB
Gaël Pasgrimaud
gael at gawel.org
Fri Feb 15 10:23:06 EST 2008
2008/2/15, Jim Washington <jwashin at vt.edu>:
> Kapil Thangavelu wrote:
> > try ore.wsgiapp in pypi, you provide a root utility and traversal
> > begins from there, the zodb is never opened. the default publication
> > looks up the app root via utility and traversal continues from there.
> > i've been using it successfully for a number of relational apps
> > without the zodb.
>
> Thanks, Kapil.
>
> I spent a day on it, and never got past error pages. Maybe my problem
> was starting with a zopeproject.
>
> Anyway, it got me to take a good look at pylons, which I think is a
> better match for web development without ZODB.
>
> I found I can still use adapters and utilities by using zope.component
> and zope.interface. :)
>
Anyone know if there is any chance to use existing zcml declarations
for this use case ?
Is it possible to load a site.zcml in other python apps ?
I'm using pylons too and i really like to use some zope.* packages
with it (events, formlib, etc.).
Doing this kind of things will show the power of zope3 packages to the world !
> zif.sedna (newly beta2 in pypi) now has instructions for using its zope3
> database adapter with repoze.tm in pylons.
>
>
> - Jim Washington
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev at zope.org
> http://mail.zope.org/mailman/listinfo/zope-dev
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope )
>
More information about the Zope-Dev
mailing list