[Zope] creating instances of products "programmatically"
Dieter Maurer
dieter@handshake.de
Thu, 21 Feb 2002 21:44:18 +0100
greg landrum writes:
> ...
> I've developed a Product called RDJM_JobImpl following the general
> procedure in the Developers Guide. The product class is defined so:
> ...
> What I'd really like to be able to do is create instances of this class
> programmatically (either through scripts or DTML methods or whatever)
> instead of through the management interface.
Read the "ObjectManager" section of
<http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html>
Sure, the Zope book will say something about this, too.
Dieter