ApplicationContext « Thread « Spring Q&A





1. ApplicationContext and threading.    forum.springsource.org

ApplicationContext and threading. I have got a basic question related to applicationContext and threading, I have a standalone java application that spawns 20 threads and each thread performs identical set of ...

2. (Web)ApplicationContext - thread safe?    forum.springsource.org

Hi, I have a web app, one part "standard" code, one part spring. Now, step by step I exchange standard bean against spring bean and therefore I need to lookup spring ...

3. Initialize ApplicationContext with thread local properties    forum.springsource.org

Initialize ApplicationContext with thread local properties Hi, I'll try to initialize beans with a property placeholder configurer in different threads. I'm looking for a way to propergate different properties to each ...

4. Refreshable ApplicationContext with Watcher Thread    forum.springsource.org

Hi, is there already a refreshable Context class which watches its config locations via a watcher thread an refreshes the context if the config changes? Something like the watcher thread in ...