Re: [JBoss-user] Entity bean Attribute Changed Notifications

2003-07-06 Thread Brian Wallis
On Fri, 4 Jul 2003 20:21, Andy Godwin wrote: > JBoss AOP would certainly do what you want, it wouldn't be that > hard to write an Interceptor that generated your notification for the > setXXX methods you're interested in. AOP would be fun to try (but as you mentioned, exactly how is still a questi

Re: [JBoss-user] Entity bean Attribute Changed Notifications

2003-07-04 Thread Andy Godwin
attribute methods. > > I'd say AOP is your best bet. The latest release, DR2, has added the > ability to declare interceptors on a per-method basis, although the > XDoclet support hasn't quite caught up with that (it will soon, honest :) > > HTH > > Andy > > -

Re: [JBoss-user] Entity bean Attribute Changed Notifications

2003-07-04 Thread Andy Godwin
he XDoclet support hasn't quite caught up with that (it will soon, honest :) HTH Andy - Original Message - From: "Brian Wallis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 3:28 AM Subject: [JBoss-user] Entity bean Attribute Changed No

[JBoss-user] Entity bean Attribute Changed Notifications

2003-07-03 Thread Brian Wallis
I need to generate some sort of notification when attributes are changed on certain entity beans. The notifications need to contain the identity of the authenticated user and the old and new value of the attribute (or just the new value would be OK). (I'm running 3.0.7 jboss) I'm not sure how