http://sourceforge.net/projects/springframework (spring 的下载链接)
Resource resource=new ClassPathResource("appcontext.xml");
BeanFactory factory=new XmlBeanFactory(resource);
HelloWorld helloWorld =(HelloWorld) factory.getBean("beanName");
http://sourceforge.net/projects/springframework (spring 的下载链接)
Resource resource=new ClassPathResource("appcontext.xml");
BeanFactory factory=new XmlBeanFactory(resource);
HelloWorld helloWorld =(HelloWorld) factory.getBean("beanName");