Re: EOF and the Observer Pattern
Re: EOF and the Observer Pattern
- Subject: Re: EOF and the Observer Pattern
- From: Andrew Lindesay <email@hidden>
- Date: Fri, 31 Oct 2008 14:22:26 +1300
Hello Ken;
That does seem like a good approach -- it does require a subclass of
the EC, but it would be robust. The observer technique works well for
me, but maybe it is due to my patterns of usage that may not suit
everybody's usage.
cheers.
Since it's not likely that all objects that you need to update are
in the EC, I wouldn't depend on any observer paradigms.
When I have dependency situations like that, I usually update them
in my 'finalize' set of methods. My base EO has 3 methods:
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden