1. Spring async listeners instead of threads? stackoverflow.comI have a thread to process my request:Basically when i create a request i find the offered services for particular request.I am using thread.I want to get rid of thread and ... |
2. Spring async listeners instead of threads? forum.springsource.orgSpring async listeners instead of threads? Spring Provides e Application Listeners to handle Application Events. I want to get rid of my Thread classes and use these listeners for event handling ... |