where to declare application context xml file
Hi,
We have implemented Spring IOC in our Enterprise java project. Now our manager want's me to implement AOP interceptors for logging messages at method level. I have written an xml file for the interceptors. Could any one please tell me where to define this xml file, as we will be declaring the multiple context files in deployment descriptor under contextConfigLocation in case of Spring MVC. Do I need to do the same in my case also. For clarification we have implemented IOC at service and Dao level.
Please help me out if any one is having solution.
Thanks,
Shiva