1 May
2003
1 May
'03
6:09 a.m.
Paul Winkler wrote:
Making the objects hold the responsibility for the relations means that all objects has to take it into account. There is no reason for that.
well, *something* still has to worry about the objects moving. AFAICT in zope2 with mxmRelations, you either have to modify the objects so the notify the relations object when they move, or modify the containers to do so whenever something within them is moved. To me it looks like TAANSTAAFL.
That is right. Which is one of the reasons why an ObjectHub is a good idea. Currently there is no way around this in Zope 2 :-( regards Max M