posted 15 years ago
Hello Ranchers,
I have successfully implemented AOP in a basic (non-MVC) Spring application.
But now I want to implement AOP in Spring MVC.
1) Here is the controller
AddEmployeeSimpleFormController
2) Here is the advisor class i.e. aspects class
LogAspects.java
3) Here is the main XML file:
springmvc-servlet.xml
The problem is whenever onSubmit() of the controller runs, all the aspects of LogAspects.java are not running.
I am unable to figure out the problem.
Please give me any pointers.
Thank You.
Best Regards