-
Feb 14th, 2011, 04:35 AM
#1
Application design question: property and object events
Hi,
I have a question about designing object events with Spring & Hibernate.
At the moment i've created several annotations, @OnObjectCreate() @OnFieldChange(), @OnObjectDelete().
The annotations hold a class reference to 'action handlers', which are triggered via an Hibernate interceptor per event. (E.g. a NotifyAction class to notify on changes of a field)
I mean to extend this, and add methods to the annotation descriptor, but before doing so, i would like to know if Spring already facilitates this (Spring Flow?) and i'm not re-inventing the wheel.
Cheers !
Marius
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules