zJun's Tech Weblog
参考文档: 使用 Spring 更好地处理 Struts 动作 可以通过三种方式实现Spring管理Struts Action:
本文将讨论第三种方式:步骤一:在Struts-config.xml中加入Spring插件ContextLoaderPlugin,为 Struts 的 ActionServlet 装载 Spring 应用程序环境。
其中strutsbean.xml为定义Struts Action的配置文档。
步骤二:在Struts-config.xml中将Action替换为代理类DelegatingActionProxy,负责在 Spring 环境中查找 Struts 动作。
其中DelegatingActionProxy会根据path="/searchSubmit",到前面定义的strutsbean.xml文件中找寻相应的Action.
步骤三:定义Struts Action映射文件strutsbean.xml。
posted on 2007-01-08 16:57 zJun's帛罗阁 阅读(1818) 评论(0) 编辑 收藏 所属分类: 开源软件