I have several libraries which are internally using spring and encapsulate their components exposing their just their ApplicationContext's...
How can I instantiate my main application context with several .xml configurations and reference those other 'library' context's (there are 4,5 of them), as my main app beans are referencing those in the 'libraries' contexts ? I need something that permits several 'parent' context... is it possible ?


Reply With Quote
