Hi! Does anyone know of a Zope product that When added into zope tree, takes a python class as a parameter and publishes all it's methods into zope: a) as a properties of itself. b) acts as a folder and contains the methods in itself. Does anyone have any good ideas how to make such a product?
Jan wrote:
Hi!
Does anyone know of a Zope product that
When added into zope tree, takes a python class as a parameter and publishes all it's methods into zope:
a) as a properties of itself. b) acts as a folder and contains the methods in itself.
Does anyone have any good ideas how to make such a product?
What you are describing is how all Zope products written in Python work. Take a look at the minimal product for more info: http://www.zope.org/Members/maxm/HowTo/minimal_01 -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
participants (2)
-
Casey Duncan -
Jan