Hi, I developped an application using spring, and I would like to add it to another application which already use spring. Actually my new application is a workflow one and I want to add it in a intranet application. Well my problem is that I want my application to work on its own, and, after making a jar of it (and without doing any change in the applicationContext file), use it in my bigger application. So the problem is that several bean will have same names and properties file will throw me into troubles. So is it possible to have several spring context ? How can I do it ? Thank you for any help !


Reply With Quote