struts2 与spring整合

Posted mthoutai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了struts2 与spring整合相关的知识,希望对你有一定的参考价值。

要把struts2的action交给spring管理,这样spring才干帮struts2注入须要的的bean(一開始action是由struts初始化,所以想注入spring里面的bean是注入不了的)
struts2 的filter生成action的时候由spring管理
struts2向spring要action
struts2是主导(struts2有个插件,要action的时候向这个插件要)
struts2向spring要。你帮我把action初始化,spring帮strus产生action,所以想注入就注入


1 要把beans.xml配置到web.xml  让application一启动就载入beans,用listener
2 把action交给spring管理 增加struts-spring  jar包











以上是关于struts2 与spring整合的主要内容,如果未能解决你的问题,请参考以下文章

struts2 与spring整合

Spring与Struts2整合

Spring整合Struts2的配置与测试

spring 学习之三(spring 与hibernate, struts2整合)

Struts2如何实现Struts2与Spring的整合 外加 MyBatis 框架

struts2与spring整合问题,访问struts2链接时,spring会负责创建Action