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

不是在页面中 在类中 初始化Bean

2013年08月16日 ⁄ 综合 ⁄ 共 315字 ⁄ 字号 评论关闭

初始化Bean
String CONFIG_FILE = "webRoot/WEB-INF/applicationContext.xml";   
     FileSystemXmlApplicationContext appContext = new FileSystemXmlApplicationContext(new String[] {CONFIG_FILE});   
         BeanFactory factory = (BeanFactory) appContext;
     ChapterService chapterService = (ChapterService) factory.getBean("chapterService");

抱歉!评论已关闭.