Dynamic « Context « Spring Q&A





1. Dynamically adding spring context configuration at runtime?    stackoverflow.com

In spring/junit you can load application context files using @ContextConfiguration such as

@ContextConfiguration({"classpath:a.xml", "classpath:b.xml"})
I have a requirement where if I see a special annotation on a test class then add another XML ...

2. Dynamic Refresh App Context    forum.springsource.org

3. How to implement "dynamic" application context    forum.springsource.org

How to implement "dynamic" application context Hello Spring users, I'm wondering if it is possible to dynamically compose a spring context from "*-context.xml" files found in the classpath ? (similar as ...

4. Dynamic configuration dependend on application context    forum.springsource.org

Dynamic configuration dependend on application context Hi, I have the problem that I have two web applications (both are the same) running in Tomcat which both needs different data storages for ...

5. Dynamic context files    forum.springsource.org

Dynamic context files Hi all, This may be a little off topic.... We've been using spring for some time now and are very pleased with how it works. One problem I'm ...

6. Dynamic values in Spring Context    forum.springsource.org

I'm outputing data to a file using an XML Writer in SpringBatch. it needs me to inject a file into it. What I'd like is for that file to have a ...