2008年9月6日
摘要: action: nulljava.lang.ClassNotFoundException: org.springframework.web.struts.ContextLoaderPlugIn解决方法:加载 spring.jar 包报 无法初始化at org.apache.struts.action.ActionServlet.initModulePlugIns(解决方法:删除 asm-2.2.3... 阅读全文
posted @ 2008-09-06 23:13 黄小二 阅读(162) 评论(0) 推荐(0) 编辑
摘要: Spring 整合托管 控制层、用户逻辑层及持久层 利用 Spring 整合托管各分层,能减少各框架间解耦所带来的开销,更好体现了 Spring的注入机制和面向切面编程带来的便利。ps.虽然也可以通过static ApplicationContext ctx = new ClassPathXmlApplicationContext("applicationContext.xml");EcAccou... 阅读全文
posted @ 2008-09-06 22:06 黄小二 阅读(303) 评论(0) 推荐(0) 编辑