How-to develop a folderish product?
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
Jimbo wrote:
I'm not sure what you mean because it seems products are folderish by there very nature.
I mean objects that can contain other objects, like folders can. There is at least one product that is not folderish: the poll product created in the product development tutorial. I suspect there are more.
Here is another really good resource. http://www.zope.org/Documentation/ZDG/
Yes, I've seen it looking up the steep learning curve. My neck hurts :-) Thanks, Rene Pijlman
participants (2)
-
jimbo -
Rene Pijlman