现在的位置: 首页 > 综合 > 正文

spring的bean工厂的产生

2013年10月27日 ⁄ 综合 ⁄ 共 231字 ⁄ 字号 评论关闭

http://sourceforge.net/projects/springframework      (spring 的下载链接)

 

Resource resource=new  ClassPathResource("appcontext.xml");

BeanFactory  factory=new XmlBeanFactory(resource);

HelloWorld helloWorld =(HelloWorld) factory.getBean("beanName");

抱歉!评论已关闭.