Making objects publishable
I am in the process of trying to make a simple "Hello World" object publishable. Currently I am using the tutorial entitled "Approaching the Zope Product API." In one section of the tutorial it appears to give instructions regarding making an object publishable, and testing that object with the debugger. However, it remains unclear to me how I actually install this object in the Zope system, so that it is available on the Web. At this point I am not interested in making this object a Product, but rather just a published object. Any instructions regarding this would be greatly appreciated (or pointers to documentation, if there is something I've overlooked). Adrian Graham
On Wed, 30 Jun 1999, Adrian Graham wrote:
I am in the process of trying to make a simple "Hello World" object publishable. Currently I am using the tutorial entitled "Approaching the
Hi Adrian - FYI publishing python objects directly (without Zope) is very easy. All you have to use is ZServer and ZPublisher. If you want I can send you a complete example. Pavlos
participants (2)
-
Adrian Graham -
Pavlos Christoforou