如何配置spring+struts

2023-07-06   


在struts-config.xml加入一个插件,通过它加载applicationContext.xml
   1、在struts-config.xml修改action-mapping标记,具体action交给了DelegateActionProxy
   2、通过DelegateActionProxy进入一spring的环境。
   3、在spring的applicationContext.xml加入


相关内容:

  1. Struts,Spring,Hibernate面试题总结
  2. Struts,Spring,Hibernate面试题总结
  3. struts+spring面试题
  4. spring+hibernate的配置文件中的主要类有那些?如何配置?
  5. 如何在web应用里面配置spring
  6. Spring里面如何配置数据库驱动