[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Zope Products
webmaster@zope.org
webmaster@zope.org
Sun, 17 Nov 2002 06:01:05 -0500
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Products.stx#3-7
---------------
Before you jump into the development of a product you should
consider the alternatives. Would your problem be better solved
with ZClasses, External Methods, or Python Scripts? Products excel
at extending Zope with new addable classes of objects. If this
does not figure centrally in your solution, you should look
elsewhere. Products, like External Methods allow you to write
unrestricted Python code on the filesystem.
% Anonymous User - Nov. 17, 2002 6:01 am:
Considering the dearth of 'background' material on Zope approaches in general, and relating to Products in
particular, I would find it hugely useful for someone knowlegeable to expand this section to discuss these
alternatives at much greater length/depth. Please. Pretty please.