Re: [Zope-dev] creating products

2002-07-14 Thread Dieter Maurer
Dirk Datzert writes: Which base python-zope class is necessary to store user-structured data in the following format: zope-container non-zope structure object 1 non-zope object-container non-zope structure object 2 ... Which base class must be the zope-container

Re: [Zope-dev] creating products

2002-07-13 Thread Chris Withers
Dirk Datzert wrote: Which base class must be the zope-container ? SimpleItem, PropertyManager, ObjectManager, or what. ObjectManager would be a good starting place. Which base class must the non-zope structured data ? Persistent, PropertyManager, SimpleItem SimpleItem would be good

[Zope-dev] creating products

2002-07-12 Thread Dirk Datzert
Hi, I want to write a simple product which saves some data. Which base python-zope class is necessary to store user-structured data in the following format: zope-container non-zope structure object 1 non-zope object-container non-zope structure object 2 ... Which base class must