首页 > 代码库 > struts2 与spring整合
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 的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整合
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。