How should each class in an application retrieve the Spring application context?
- by Derek Mahar
How should each class in an application retrieve the Spring application context? Or, stated another way, how many times should an application invoke new ClassPathXmlApplicationContext("applicationContext.xml")?