[Zope-dev] Zope 3 without ZODB
David Pratt
fairwinds at eastlink.ca
Fri Feb 15 10:39:32 EST 2008
Cool Jim. Will take a look and read. This is what the wonderful world of
packages and wsgi is all about :-). I am also going to check out Kapil's
solution for some other things. I am pretty comfortable with the zope's
publisher and configuration.
Regards,
David
Jim Washington wrote:
> 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. :)
>
> 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