Struts+Spring+Hibernate实例——struts-config.xml文件

Struts+Spring+Hibernate实例——struts-config.xml文件

<?xml version="1.0" encoding="ISO-8859-1" ?>

 

<!DOCTYPE struts-config PUBLIC

          "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"

          "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">

 

 

 

 

 

<struts-config>

 

 

 

<!-- ==================================== Data Source Configuration -->

 

 

 

<!-- ======================================== Form Bean Definitions -->

 

 

 

    <form-beans>

        <form-bean

 

            name="UserActionForm"

 

            type="org.apache.struts.validator.DynaValidatorForm"/>

        <form-bean

 

            name="User"

 

            type="struts.form.UserActionForm"/>

 

 

  

 

 

 

    <!-- sample form bean descriptor for a DynaActionForm

 

        <form-bean

 

            name="logonForm"

 

            type="org.apache.struts.action.DynaActionForm">

 

            <form-property

 

                name="username"

 

                type="java.lang.String"/>

 

            <form-property

 

                name="password"

 

                type="java.lang.String"/>

 

    end sample -->

 

 

 

    </form-beans>

 

 

 

 

 

<!-- ================================= Global Exception Definitions -->

 

 

 

    <global-exceptions>

 

        <!-- sample exception handler

 

        <exception

 

            key="expired.password"

 

            type="app.ExpiredPasswordException"

 

            path="/changePassword.jsp"/>

 

        end sample -->

 

    </global-exceptions>

 

 

 

 

 

<!-- =================================== Global Forward Definitions -->

 

 

 

    <global-forwards>

 

        <!-- Default forward to "Welcome" action -->

 

        <!-- Demonstrates using index.jsp to forward -->

 

       <!--  <forward

 

            name="welcome"

 

            path="/Welcome.do"/>-->

 

    </global-forwards>

 

 

 

 

 

<!-- =================================== Action Mapping Definitions -->

 

 

 

    <action-mappings>

           <action

 

                path="/User"

   

<!—org.springframework.web.struts.DelegatingActionProxy SpringStruts整合的一个代理,在bean.xml文件中以name的值和path值对应,找到与之相匹配的bean-->

type="org.springframework.web.struts.DelegatingActionProxy"

   

                name="UserActionForm" scope="request" parameter="method" validate="false">

                  <forward name="list" path="/pages/userlist.jsp" />

                  <forward name="edit" path="/userform.jsp" />

              </action>

 

 

 

            <!-- Default "Welcome" action -->

 

            <!-- Forwards to Welcome.jsp -->

 

      <!--  <action

 

            path="/Welcome"

 

            type="org.apache.struts.actions.ForwardAction"

 

            parameter="/pages/Welcome.jsp"/>-->

 

 

 

    <!-- sample input and input submit actions

 

 

 

        <action

 

            path="/Input"

 

            type="org.apache.struts.actions.ForwardAction"

 

            parameter="/pages/Input.jsp"/>

 

 

 

        <action

 

            path="/InputSubmit"

 

            type="app.InputAction"

 

            name="inputForm"

 

            scope="request"

 

            validate="true"

 

            input="/pages/Input.jsp"/>

 

 

 

    end samples -->

 

 

 

 

 

    </action-mappings>

 

 

 

 

 

<!-- ===================================== Controller Configuration -->

 

 

 

    <!--<controller

 

       processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>-->

 

 

 

 

 

<!-- ================================ Message Resources Definitions -->

 

 

 

   <!-- <message-resources parameter="resources.application"/>-->

 

 

 

 

 

<!-- ======================================= Plug Ins Configuration -->

 

 

  <!-- ========== Tiles plugin ===================  -->

  <!--                                        -->

  <!--

     This plugin initialize Tiles definition factory. This later can takes some

     parameters explained here after. The plugin first read parameters from web.xml, then

     overload them with parameters defined here. All parameters are optional.

     The plugin should be declared in each struts-config file.

       - definitions-config: (optional)

            Specify configuration file names. There can be several comma

           separated file names (default: ?? )

       - moduleAware: (optional - struts1.1)

            Specify if the Tiles definition factory is module aware. If true (default),

           there will be one factory for each Struts module.

           If false, there will be one common factory for all module. In this later case,

           it is still needed to declare one plugin per module. The factory will be

           initialized with parameters found in the first initialized plugin (generally the

           one associated with the default module).

             true : One factory per module. (default)

             false : one single shared factory for all modules

       - definitions-parser-validate: (optional)

            Specify if xml parser should validate the Tiles configuration file.

             true : validate. DTD should be specified in file header. (default)

             false : no validation

            

      Paths found in Tiles definitions are relative to the main context.

  -->

  <!-- comment following if struts1.0.x -->

 <!-- <plug-in className="org.apache.struts.tiles.TilesPlugin" >

    <set-property property="definitions-config"

                     value="/WEB-INF/tiles-defs.xml" />

    <set-property property="moduleAware" value="true" />

    <set-property property="definitions-parser-validate" value="true" />

  </plug-in>-->

 

  <!-- end comment if struts1.0.x -->

 

  <!--<plug-in className="org.apache.struts.validator.ValidatorPlugIn">

    <set-property

        property="pathnames"

        value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>

  </plug-in>-->

 

<!—- org.springframework.web.struts.ContextLoaderPlugIn Spring作为Strutsplug-in的类 -->

<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">

<!—- 配置与struts-config.xml文件中的action对应的Springbean.xml文件 -->

 

<set-property

        property="contextConfigLocation"

        value="/WEB-INF/action-servlet.xml"/>

  </plug-in>

</struts-config>

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值