Documentation on how to develop a product
I'm trying to learn how to implement a Zope product. I've found the BoringProduct. It's a good starter, but does not get me very far. I've also found the "Zope Developer's Guide (2.4 edition)" (at http://zope.org/Documentation/Books/ZDG/current). Is there anything else I can read that will help me learn how to develop a Zope Product? Thanks in advance for help and pointers. By the way, is the Developer's Guide still usable or used? It seems very old. It's full of comments and complaints that do not seem to have been addressed. And, word-wrap is broken (in both Opera and Foxfire) so that I have to scroll horizontally in order to read it. Dave -- Dave Kuhlman http://www.rexx.com/~dkuhlman
On Thu, Nov 04, 2004 at 11:42:47AM -0800, Dave Kuhlman wrote:
I'm trying to learn how to implement a Zope product.
I've found the BoringProduct. It's a good starter, but does not get me very far.
I've also found the "Zope Developer's Guide (2.4 edition)" (at http://zope.org/Documentation/Books/ZDG/current).
Is there anything else I can read that will help me learn how to develop a Zope Product?
Have a look at the Minimal product tutorial also. But mainly, look at other existing products.
Thanks in advance for help and pointers.
By the way, is the Developer's Guide still usable or used? It seems very old. It's full of comments and complaints that do not seem to have been addressed.
It's still usable and used. The comments are a semi-tolerable stand-in for a proper update ;-)
And, word-wrap is broken (in both Opera and Foxfire) so that I have to scroll horizontally in order to read it.
that's a css issue on zope.org i think. -- Paul Winkler http://www.slinkp.com
On Thu, Nov 04, 2004, Dave Kuhlman wrote:
I'm trying to learn how to implement a Zope product.
I've found the BoringProduct. It's a good starter, but does not get me very far.
There's quite a bit on this in ``The Definitive Guide to Plone'' by Andy McKay. It goes through writing products in some detail, ending with a chapter on doing it using Archetypes which simplifies the job considerably. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC UUCP: camco!bill PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 URL: http://www.celestial.com/ ``Rights'' is a fictional abstraction. No one has ``Rights'', neither machines nor flesh-and-blood. Persons... have opportunities, not rights, which they use or do not use. -- Lazarus Long
Dave Kuhlman wrote:
I'm trying to learn how to implement a Zope product.
I've found the BoringProduct. It's a good starter, but does not get me very far.
I've also found the "Zope Developer's Guide (2.4 edition)" (at http://zope.org/Documentation/Books/ZDG/current).
Is there anything else I can read that will help me learn how to develop a Zope Product?
Thanks in advance for help and pointers.
By the way, is the Developer's Guide still usable or used? It seems very old. It's full of comments and complaints that do not seem to have been addressed. And, word-wrap is broken (in both Opera and Foxfire) so that I have to scroll horizontally in order to read it.
Dave
Can't find the BoringProduct... Where did u find it? George
participants (4)
-
Bill Campbell -
Dave Kuhlman -
George Tesseris -
Paul Winkler