I've been using zope3 as a wsgi app, without a zodb. it bypasses the zodb
publishing traversal via replacement of the published application, all of
which can be managed in zcml.

One issue I've run into is configuring an app through zope.conf forces you
to have an open zodb, because of the required attribute in zope.app.appsetup
schema.xml

Allowing zope3 usage without a zodb attached, is basically a one line fix
here. Would there be any objections to removing it?

cheers,

kapil
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to