10 2011 档案
摘要:一、整合步骤: 1 配置classpath,将struts-spring-plugin.jar和spring.jar添加进去 如果少了spring.jar将报错,提示找不到相关类定义。 2 在web.xml中配置spring 3 配置application-Context.xml 如: 4 在str
阅读全文
摘要:一、拦截器介绍 拦截器即interceptor 其实现类似于Servlet技术中的Filter,与AOP概念是相关的。 关于AOP可以参考: http://www.cnblogs.com/wayfarer/articles/241024.html http://baike.baidu.com/vie
阅读全文