posted 12 years ago
I have made simple application which does the insert ,update and delete and works successfully now i would like to use AOP in the same application but couldnt achieve that.
Advice dosent fire in the web application as well it works properly from the stand alone application.I have add the code for the xml file here.Please help so i can continue learning with the spring..
UserController:
On the edit method Advice will fire.
My DAO Class:
Interface is UserDAO which contains the prototype for the methods.. and Advice class is as follow:
It dosent work in the web application but when i execute it from the stand alone application like:
IT works fine so i am not aware how can i get the "businesslogicbean" (proxyinterface) to execute the Advice it works perfect in stand alone code which i added here.Can somebody guide me how can i solve the problem.
Any alternate solution.
Regards
Jatan