<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 325,  comments - 25,  trackbacks - 0
     一、spring容器的創(chuàng)建方式
        1.直接在web.xml中配置創(chuàng)建spring容器
            1.1 用ServletContextListener方式實(shí)現(xiàn)
                    <listener>
                        <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
                    </listener>
                  如果有多個(gè)配置文件需要載入,使用<context-param>元素,ContextLoaderListener加載時(shí),會(huì)查找名為contextConfigLocation的參數(shù),所以,有下面:
                    <context-param>
                            <param-name>contextConfigLocation</param-name>
                            <param-value>/WEB-INF/daoContext.xml,/WEB-INF/applicationContext.xml</param-value>
                    </context-param>
            1.2 用load-on-startup Servlet方式實(shí)現(xiàn)
                    <servlet>
                        <servlet-name>context</servlet-name>
                        <servlet-class>org.springframework.web.context.ContextLoaderServlet</servlet-class>
                        <load-on-startup>1</load-on-startup>
                    </servlet>
        2.用struts plugin創(chuàng)建spring容器
            在struts-config.xml中加入
            <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
                <set-property property="contextConfigLocation" value="/WEB-INF/action-servlet.xml(用于配置表示層上下文),/WEB-INF/applicationContext.xml"/>
            </plug-in>


    二.問題
        如何讓控制器訪問到spring容器中的業(yè)務(wù)邏輯組件?有兩種方式2.1,2.2
            2.1 spring管理控制器,并利用IOC為控制器注入邏輯組件
                2.1.1 使用spring的DelegatingRequestProcessor
                            在struts-config.xml中加入
                                <controller processorClass="org.springframework.web.struts.DelegatingRequestProcessor"/>
                         而后,struts會(huì)接取用戶請求轉(zhuǎn)發(fā)到spring context下的bean,根據(jù)bean的name來匹配,因此在struts的action中配置type是沒用的!
                    如下: 
                            <action path="/login" name="loginForm" scope="requerst" validate="true" input="/login.jsp">
                                <forward name="input" path="/login.jsp"/>
                                <forward name="welcom" path="/welcom.jsp"/>
                            </action>
               然后在web.xml中配置:
                <filter>
                        <filter-name>requestContextFilter</filter-name>
                        <filter-class>org.springframework.web.filter.RequestContextFilter</filter-class>
                </filter>
                <filter-mapping>
                       <filter-name>requestContextFilter</filter-name>
                        <url-pattern>/*</url-pattern>
                </filter-mapping>


               2.1.2   使用DelegatingActionProxy(為了避免應(yīng)用程序本身就擴(kuò)展了RequetstProcessor,DelegatingRequestProcessor就用不成了)
                    DelegatingActionProxy被配置成struts的Action(即所有請求先被ActionServlet得到),轉(zhuǎn)發(fā)到相應(yīng)的Action,而Action的實(shí)現(xiàn)全都是DelegatingActionProxy,DelegatingActionProxy再把請求轉(zhuǎn)發(fā)給spring容器的Action.
                    DelegatingActionProxy不需要在struts-config.xml中配置<controller>元素,只需將action type進(jìn)行如下配置:
                    <action path="/login" name="loginForm" scope="requerst" validate="true" input="/login.jsp" type="org.springframework.web.struts.DelegatingActionProxy">
                                <forward name="input" path="/login.jsp"/>
                                <forward name="welcom" path="/welcom.jsp"/>
                            </action>

          2.2  使用srping的ActionSupport代替struts 的Action
                這種方式下,struts的Action不受spring Ioc容器管理,Action代碼與spring API部分耦合(造成代碼污染),但其增強(qiáng)了代碼的可讀性,Action代碼中顯示調(diào)用業(yè)務(wù)邏輯組件,無需等容器注入。
                例如:
                public class LoginAction extends ActionSupport {   //繼承spring的ActionSupport         
                       public LoginAction()
                        {
                            //不可在構(gòu)造方法中調(diào)用getWebApplicationContext()
                          } 
                        private LoginService loginService;     //將業(yè)務(wù)邏輯組件對象作為成員變量
                        public LoginService getLoginService()
                        {
                            return (LoginService)getWebApplicationContext().getBean("loginService");
                        }
                        //重寫execute()方法
                    }
                struts-config.xml中<action>元素正常配置



    http://m.tkk7.com/DenisLing/archive/2005/11/21/20779.html
    posted on 2008-05-12 22:13 長春語林科技 閱讀(430) 評論(1)  編輯  收藏 所屬分類: spring

    FeedBack:
    # re: spring 整合struts
    2008-09-22 17:38 | 小小滴
    哥哥,按這樣的配置,還是出現(xiàn)“Servlet action is not available“這個(gè)問題,都快郁悶死了,  回復(fù)  更多評論
      
    <2008年5月>
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567

     

    長春語林科技?xì)g迎您!

    常用鏈接

    留言簿(6)

    隨筆分類

    隨筆檔案

    文章分類

    文章檔案

    相冊

    收藏夾

    搜索

    •  

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 亚洲成AV人片在线观看无码| 四虎影在线永久免费四虎地址8848aa| 亚洲女人被黑人巨大进入| 亚洲欧美日韩中文高清www777| 国产精品色拉拉免费看| 亚洲自偷精品视频自拍| 99热精品在线免费观看| 亚洲视频在线免费播放| 99爱在线精品免费观看| 中国亚洲呦女专区| 国产一区二区三区在线免费观看 | 亚洲AV无码AV男人的天堂不卡| 免费观看成人毛片a片2008| 亚洲精品理论电影在线观看| 日韩免费电影在线观看| 一级毛片a免费播放王色电影| 亚洲精品无码永久在线观看你懂的| 四虎国产精品免费永久在线| 亚洲精品国产成人专区| av大片在线无码免费| 亚洲国产成人精品无码区二本 | 亚洲成AV人片在WWW色猫咪| 久久香蕉国产线看免费| 亚洲日本乱码卡2卡3卡新区| 国产免费131美女视频| 国产在线精品观看免费观看| 中文字幕在线观看亚洲| 我想看一级毛片免费的| 又硬又粗又长又爽免费看| 亚洲国产精品热久久| 免费看a级黄色片| 国产精品一区二区三区免费| 91嫩草私人成人亚洲影院| 在线精品免费视频| 在线观看免费视频网站色| 亚洲综合激情另类小说区| 国产成人无码a区在线观看视频免费| 中文字幕无码免费久久9一区9| 亚洲黄色片免费看| 亚洲精品国自产拍在线观看| 18禁美女黄网站色大片免费观看|