I starting to use Zope 2.9 and I'm told not to use ZClass anymore. Instead of make products with in zope, I should make products using python coding and place it in the product folder. But I don't know zope modules will enough to make my own product. Where should I start? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Here's an older "How-To" that shou'd get you pointed in the right direction: http://www.zope.org/Members/maxm/HowTo/easyProduct Jonathan ----- Original Message ----- From: Allen Huang To: Zope Sent: Tuesday, January 02, 2007 8:24 AM Subject: [Zope] about make products I starting to use Zope 2.9 and I'm told not to use ZClass anymore. Instead of make products with in zope, I should make products using python coding and place it in the product folder. But I don't know zope modules will enough to make my own product. Where should I start? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------------ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Allen Huang wrote:
I starting to use Zope 2.9 and I'm told not to use ZClass anymore. Instead of make products with in zope, I should make products using python coding and place it in the product folder. But I don't know zope modules will enough to make my own product.
Where should I start?
I would look at one of the examples listed here: http://www.zope.org/Products/examples Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFml/l+gerLs4ltQ4RAn6qAKDcVAONNtQNF8BVwBPKEOit1lVdUwCgzW1O IiIyADGpF3SF53HAxJQCWek= =gIRj -----END PGP SIGNATURE-----
Allen Huang wrote at 2007-1-2 05:24 -0800:
I starting to use Zope 2.9 and I'm told not to use ZClass anymore. Instead of make products with in zope, I should make products using python coding and place it in the product folder. But I don't know zope modules will enough to make my own product.
Where should I start?
Beside the tips from other messages there is also the "Zope Developper Guide" ("ZDG"). It describes the product development aspects as for Zope 2.4. But few things changed until Zope 2.8. From Zope 2.8 on, and especially with Zope 2.9 and Zope 2.10, you have also the possibility to use Zope 3 views via "Five". You can use them for the management of your instances in place of the formerly directly embedded templates and actions. But everything described in the "ZDG" still works. -- Dieter
participants (4)
-
Allen Huang -
Dieter Maurer -
Jonathan -
Tres Seaver