[Zope] How-to develop a folderish product?

jimbo jimbo@tacomaplace.com
Sun, 17 Jun 2001 10:38:44 -0700


>>I've just studied the "Python Product Development Tutorial"
>>(http://www.zope.org/Members/hathawsh/PythonProductTutorial). This 
<snip>

>>Now I'd like to learn how to develop a folderish object (again,
>>Python-based). Can someone please provide some guidance? Is there a
>>how-to/tutorial for folderish products as well? Or is it not that >>differe=
>>nt?

I'm not sure what you mean because it seems products are folderish by there very nature.  I think anything you place under the Products root has to have extra security information defined for it.

>>A practical question about folderish objects: Should it inherit from >>Folder
>>or ObjectManager directly? Should it still inherit from
>>OFS.SimpleItem.(Simple)Item?

Depends on what you want to do.  Want WebDAV support? how about XML-RPC?Here is another really good resource.
http://www.zope.org/Documentation/ZDG/

-Jimbo