spring-async
How to use spring #Async in dependent projects
2.2 version. I have more than one dependent projects in my application. I have dao's in one project and services in another project. I am calling dao async methods from Services project. Please help me to how to access async methods from one project to another project using xml
Related Links
How to use spring #Async in dependent projects
Testing ASync method with JUnit in Spring MVC