[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Extending
Zope
webmaster at zope.org
webmaster at zope.org
Thu Apr 29 10:57:20 EDT 2004
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/CustomZopeObjects.stx#2-35
---------------
ZClasses are tools that help you build new types of objects in
Zope by defining a *class*. A class is like a blueprint for
objects. When defining a class, you are defining what an object
will be like when it is created. A class can define methods,
properties, and other attributes.
% Anonymous User - Nov. 17, 2002 5:15 am:
The following question springs to mind at this point: How does one decide (particularly the newbie) whether
to use a Zope ('internal') Product, a python-based ('external') Product or ZClasses for e.g. a new
project/application?
Each *must* have its relative merits, but which, where?
% Anonymous User - Apr. 29, 2004 10:57 am:
According to the ZopeWiki, you should NEVER use ZClasses. http://www.zopewiki.org/ZopeDosAndDonts
More information about the ZDP
mailing list