首页 > 移动网络

用spring2写的service怎么注入到struts2的action中去

时间:2017-06-10  来源:  作者:

spring整合struts2时action里的service注入不进来,

2015年11月20日 - Action中引用的业务类不需要自己去初始化,Struts2的Spring插件会使用bean的自动装配将业务类注入进来,其实Action也不是Struts2创建的,而是Struts2的Spring插件创建的。...

用spring2写的service怎么注入到struts2的action中去 - ITeye问答

2008年11月29日 - 用spring2写的service怎么注入到struts2的action中去10 service都是用注解自动注册的bean,里面用的类也是用注解注入的,全部都是零配置,但是action我在...

用spring2写的service怎么注入到struts2的action中去_百度知道

最佳答案: struts.xml里action的class应写成spring里对应bean的id 。只有这样spring容器才会自动的将papermanager注入更多关于用spring2写的service怎么注入到struts2的action中去的问题>>

Struts2 Action中使用注解注入调用service - wall 技术日志 - ...

2014年9月2日 - //struts2中Action如果需要使用spring的注解注入,则需要将Action交给spring管理。1.需要引入struts2-spring-plugin-2.3.15.1.jar(不同struts版本对应...

struts2 - Spring是如何将service注入到Action中的? - SegmentFault

2016年10月4日 - Spring并没有明确对Struts2的Action进行明确的实例化,我在Action里面也查找了一下Bean的名字,发现也没有Action的存在,那么Spring是如何对Action中的Se...

service注入到action中 - 谁让你是巧克力! - 博客园

2014年8月22日 - service注入到action中 之前本人每次要获得service都是在action自己通过Web...1.添加jar包struts2-spring-plugin-xxx.jar2.在struts.xml配置文件中增...

spring 注入struts2的service在action中为null,求大神帮忙看下

2017年4月8日 - spring 注入struts2的service在action中为null,求大神...只有一个可以这样写,一般不这样用--> <!-- proper...2.struts.xml的action没有用反射,class的...

把struts2的action交给spring去 管理和注入属性, struts.xml怎么写

最佳答案: 添加:struts2-spring-plugin.jar 在struts2的xml文件里面添加一句: <constant name="struts2.ObjectFactory" value="Spring"/>这一句 如果你的struts2...更多关于用spring2写的service怎么注入到struts2的action中去的问题>>
来顶一下
返回首页
返回首页
栏目更新
栏目热门