[Zope3-Users] Containers and ZODB
Fred Drake
fdrake at gmail.com
Fri Aug 24 15:42:36 EDT 2007
On 8/24/07, Christophe Combelles <ccomb at free.fr> 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
More information about the Zope3-users
mailing list