[Zope] Zope product with folder as base class

Peter Bengtsson mail@peterbe.com
Tue, 24 Jul 2001 17:30:03 +0200


When creating a container product in Python one first use ObjectManager.
One can also use OFS.Folder, ZCatalog, BTreeFolder.

What's the difference between these and SimpleItem?

Some friendly hints and advice on the best base classes anyone? ...for a
product that will act as a container for quite a few prefferably searchable
objects. What I care about the most is performance and scalability.

Peter