5 Sep
2001
5 Sep
'01
9:22 p.m.
Dan Shafer writes:
I think what I'll end up with here are several objects which in turn are properties of the client object. That's how I'd design this in Smalltalk, at least. Do you have any thoughts on how feasible that kind of design is with Zope? The same, only that they would not be called "properties". Zope's properties have only simple types, general objects can not be properties. But there is no problem to make your objects folder like (or ZInstances derived from ObjectManager) and use contained objects the same way you would use properties....
Dieter