[Zope] Product that publishes python classes
Casey Duncan
cduncan@kaivo.com
Thu, 15 Mar 2001 08:20:31 -0700
> 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
`------------------>