container « Context « Spring Q&A





1. Spring IoC context configuration for library usage?    stackoverflow.com

I have an application A and a library B. And correspondingly, the context config files: a.xml and b.xml. b.xml is not complete, it requires a.xml to work. However, I can't just import b.xml ...

2. Preserving context information outside the container    forum.springsource.org

Preserving context information outside the container Hi everyone, I am currently using Spring and Struts together. As you know the ApplicationContextAware interface has the method setApplicationContext() which the app context calls, ...