carlos.montoya
03-28-2007, 03:27 PM
Hello,
I decided to use spring in my current project, I have many objects configuration files and currently I create a new application context to each one. So, at this moment the application is working without problems but I need to be sure if this is the best practice o if I need to do the things in other way such have only one application context.
I use this call around five times with different objects files in the same application: springAppContext = new XmlApplicationContext(springFile);
Sorry about my english but my native languaje is spanish
Thanks
I decided to use spring in my current project, I have many objects configuration files and currently I create a new application context to each one. So, at this moment the application is working without problems but I need to be sure if this is the best practice o if I need to do the things in other way such have only one application context.
I use this call around five times with different objects files in the same application: springAppContext = new XmlApplicationContext(springFile);
Sorry about my english but my native languaje is spanish
Thanks