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整合,布布扣,bubuko.com

struts2 与spring整合

上一篇:C语言中关于内存那些事


下一篇:yapi内网部署 centos