首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

spring/struts2 调整(转载)

2012-09-04 
spring/struts2 整合(转载)转载:http://hi.baidu.com/frilee/blog/item/fbf8b4cdcc4b89550fb345ad.html在S

spring/struts2 整合(转载)
转载:http://hi.baidu.com/frilee/blog/item/fbf8b4cdcc4b89550fb345ad.html

在Struts2中整合Spring的IoC支持是一件十分简单的事情。让我们一步一步来实现:
1)复制struts2-spring-plugin-x-x-x.jar和相应的spring.jar到/WEB-INF/lib目录下。
2)在struts.properties中设置struts.objectFactory属性值:
   struts.properties里面


3)配置Spring监听器
web.xml里面

5)好了,现在你的Struts2和Spring就能正常的一起工作了。有几个配置技术点需要详细说
明下:装配模式。你可以通过设置修改struts.properties中下列属性的值来改变装配模式。
struts.objectFactory.spring.useClassCache = false

热点排行