Hi ,
I had a question that if I load applicationcontext.xml through struts-config.xml and then again in some part of the application I load application context again with commandwill there be two spring context in the memory or there will only one and the code will load from the same applicationContext loaded by struts-config.xml.Code:ApplicationContext applicationContext = new ClassPathXmlApplicationContext( APPLICATION_CONTEXT_PATH);
Thanks ,
Amol


Reply With Quote
