On 8/24/07, Christophe Combelles <[EMAIL PROTECTED]> wrote:
> My advice would be to use a simple persistent object and store some stuffs in 
> it
> (sql query?), so you can easily traverse to it and to its view.

As long as the object doesn't store any data in the ZODB, there's no
reason to store it there.  A publication traversal adapter can put it
in the URL-space.  This seems best for objects that are all code and
no (ZODB-based) data.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to