Hi Gurus,
I have a requirement to implement Audit logging at every level from controller to entity level.
I need to log previous state,new state values ,created,modified,user etc. in a seperate table
I hv googled and found interceptors and event based approaches.
But people say there are problems in getting old values using interceptors and with event based, one can not modify the values of current state.
Please let me know which is right way of implementing and how to do that?
I am using spring 2.0 and hibernate 3.x
Please suggest me at the earliest.
Thanks,
Vuppala
|