java

位置:IT落伍者 >> java >> 浏览文章

如何配置spring+struts?


发布日期:2020年01月31日
 
如何配置spring+struts?

在strutsconfigxml加入一个插件通过它加载applicationContextxml
在strutsconfigxml修改actionmapping标记具体action交给了DelegateActionProxy
通过DelegateActionProxy进入一spring的环境
在spring的applicationContextxml加入<bean name=&#;/login&#; class=&#; singleton=&#;false&#;/>

上一篇:Struts面试题库

下一篇:Hibernate对象的三种状态是什么?