startup « Thread « Spring Q&A





1. How to execute more then one method of a spring bean on app startup    stackoverflow.com

I have a spring bean with 4 blocking queues. Each queue is assigned a method (named processQueueX() ) which calls take() on that queue and processes taken object from queue. I ...

2. Running background threads at startup    forum.springsource.org

Running background threads at startup I have a Spring/Web application that runs inside of Tomcat (for example). I'm trying to start a class, at startup, that listens on a serversocket for ...