> 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. Incidently, does Jess look at the oldValue and newValue properties of PropertyChangeEvents? -- Eric Jain -------------------------------------------------------------------- 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] --------------------------------------------------------------------
