Re: [Zope3-Users] Container base classes

2006-06-01 Thread Stephan Richter
On Wednesday 26 April 2006 15:16, Jachin Rupe wrote:
 Assuming I know enough now to start working on a real project,  
 should I be sticking with the stuff in the persistent package?  Are  
 there other persistent objects hiding somewhere else in the API I  
 should be aware of?

Most developers use BTreeContainer, OrderedContainer, Folder, PersistentList 
and PersistentDict objects for this sort of thing. And yes, the order ranks 
from most often used to least often used, at least for me.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Container base classes

2006-04-26 Thread Jachin Rupe

hi there

I am new to Zope.  I have been spending the last several days reading  
everything I can find on Zope.  So far a lot of the larger examples  
I've seen use zope.app.container.btree.BTreeContainer any time it is  
necessary to hold a bunch of other objects.  Yet when I looked at the  
documentation for BTreeContainer it says that I probably shouldn't be  
using it and should be doing something else.


Assuming I know enough now to start working on a real project,  
should I be sticking with the stuff in the persistent package?  Are  
there other persistent objects hiding somewhere else in the API I  
should be aware of?


thanks

-jachin
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users