Would you be willing to share your code, particularly your published application and the ZCML to configure Zope 3 to not use the default publication stuff? I'm curious as to how people are doing this.

- C

On Oct 31, 2007, at 2:32 PM, Kapil Thangavelu wrote:

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/chrism% 40plope.com


_______________________________________________
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