上节课是spring的模拟程序,以下为spring用法:<bean id="key" class="value">BeanFactory bf = new ClassPathXmlAppl...
上节课是spring的模拟程序,以下为spring用法:
<bean id="key" class="value">
BeanFactory bf = new ClassPathXmlApplicationContext("applicationContext.xml") ;
Object obj = bf.getBean("key");
模拟:
jdom解析xml文件 jdom xpath编程指南
文件路径
this.getClass().getClassLoader().getResourceAsStream("XXX.xml");
类.class.getClassLoader().getResourceAsStream("XXX.xml");
学员评论
胆小鬼_sw2014-01-24
爱上android2013-04-07
你感兴趣的课程