I think Eric Jain wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > > This might be a good application for aspects (e.g. aspectj) or any of > > the various byte code weaving tools. > > In fact I'm already using Aspectwerkz to add property change > notification support to plain Java objects... > > The only outstanding issue at the moment is that the interception of > modifications to collection objects doesn't quite work as advertised, > though this may be fixed soon.
Interesting! I asked Ramnivas Laddad about this and he gave me some code to do it with AspectJ, so I will try to post that here. > > Incidently, does Jess look at the oldValue and newValue properties of > PropertyChangeEvents? Yes, it does (if they're non-null.) --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
