location « XML « Spring Q&A





1. Spring XML Location in the Project    forum.springsource.org

Greetings, In order to perform integration tests with Spring's test framework I has to split the configuration file because some of the configuration would cause exceptions in a non-web environment (such ...

2. ClassPathXmlApplicationContext XML location    forum.springsource.org

ClassPathXmlApplicationContext XML location Hi all I have a class which instantiates a ClassPathXmlApplicationContext and passes to it the name of the XML containing the DB configuration information. ApplicationContext ac = new ...