首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

怎么配置spring+struts

2012-10-17 
如何配置spring+struts?在struts-config.xml加入一个插件,通过它加载applicationContext.xml??在struts-co

如何配置spring+struts?
在struts-config.xml加入一个插件,通过它加载applicationContext.xml
??在struts-config.xml修改action-mapping标记,具体action交给了DelegateActionProxy
??通过DelegateActionProxy进入一spring的环境。
??在spring的applicationContext.xml加入<bean name=”/login” class=”" singleton=”false”/>

热点排行