Implementing ApplicationContextAware will give that bean access to the applicationContext. The code I was referring to was.
Code:BeanFactory bf = new ClassPathXmlApplicationContext("applicationContext.xml");
Implementing ApplicationContextAware will give that bean access to the applicationContext. The code I was referring to was.
Code:BeanFactory bf = new ClassPathXmlApplicationContext("applicationContext.xml");
Last edited by karldmoore; Aug 30th, 2007 at 05:36 AM.
Barracuda Networks SSL VPN Lead Developer
http://pramatr.wordpress.com
http://twitter.com/karldmoore
http://www.linkedin.com/in/karldmoore
Any postings are my own opinion, and should not be attributed to my employer or clients.