Re: zope3 and zope.conf without the zodb

Chris McDonough <[email protected]> Wed, 31 Oct 2007 15:12:49 -0400
Newsgroups gmane.comp.web.zope.zope3
Message-ID <[email protected]>
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
> [email protected]
> Unsub: http://mail.zope.org/mailman/options/zope3-dev/chrism% 
> 40plope.com
>