struts学习笔记
http://downpour.iteye.com/blog/310091 ---忘记李刚
http://www.blogjava.net/max/category/16130.html --struts2.0系列
Struts与Spring整合的几种方法http://downpour.iteye.com/blog/24239
1、
编写Spring的配置文件applicationContext.xml,简单起见,仅仅定义一个Service对象
struts配置文件中<controller processor/>
action 为Service对象提高get/set方法
ActionSupport 类提供了一个 getWebApplicationContext() 方法
DelegatingRequestProcessor 类来覆盖 Struts 的 RequestProcessor
<action path="/searchSubmit"
type="org.springframework.web.struts.DelegatingActionProxy" |(1)