posts - 64,  comments - 9,  trackbacks - 0

          web.xml配置

          <?xml version="1.0" encoding="UTF-8"?>
          <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
               http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
              <filter>
                  <filter-name>struts-cleanup</filter-name>
                  <filter-class>
                       org.apache.struts2.dispatcher.ActionContextCleanUp
                  </filter-class>
              </filter>
              <filter-mapping>
                  <filter-name>struts-cleanup</filter-name>
                  <url-pattern>/*</url-pattern>
              </filter-mapping>
              <filter>
                  <filter-name>struts2</filter-name>
                  <filter-class>
                       org.apache.struts2.dispatcher.FilterDispatcher
                  </filter-class>
              </filter>

              <filter-mapping>
                  <filter-name>struts2</filter-name>
                  <url-pattern>/*</url-pattern>
              </filter-mapping>

              <listener>
                  <listener-class>
                       org.springframework.web.context.ContextLoaderListener
                  </listener-class>
              </listener>
              <context-param>
                  <param-name>contextConfigLocation</param-name>
                  <param-value>
                       classpath:applicationContext.xml,classpath:applicationContext-extend.xml
                  </param-value>
              </context-param>
              <welcome-file-list>
                  <welcome-file>index.jsp</welcome-file>
              </welcome-file-list>
          </web-app>

           

           

          struts.properties

          1 struts.objectFactory=spring
          2 struts.objectFactory.spring.autoWire=auto

           

           

          applicationContext.xml

          01      <!-- 配置ibatis -->
          02     <bean id="sqlMapClient"
          03         class="org.springframework.orm.ibatis.SqlMapClientFactoryBean">
          04         <property name="configLocation">
          05             <value>classpath:SqlMapConfig.xml</value>
          06         </property>
          07         <property name="dataSource">
          08             <ref bean="dataSource" />
          09         </property>
          10     </bean>
          1      <!-- 配置DAO -->
          2     <bean id="AdminDAO" class="cn.edu.hit.mis.dao.AdminDAOImpl">
          3         <property name="sqlMapClient">
          4             <ref bean="sqlMapClient" />
          5         </property>
          6     </bean>
          其他地方都一樣
          posted on 2009-10-13 17:51 super_nini 閱讀(740) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2009年10月>
          27282930123
          45678910
          11121314151617
          18192021222324
          25262728293031
          1234567

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          相冊

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 荥阳市| 丰都县| 西吉县| 徐闻县| 定边县| 四会市| 德钦县| 陆河县| 乳源| 启东市| 吉木萨尔县| 博湖县| 永和县| 新宁县| 新蔡县| 长顺县| 拉萨市| 西林县| 天台县| 博罗县| 漳平市| 盐城市| 仲巴县| 石门县| 南乐县| 鄂尔多斯市| 苏州市| 彭州市| 齐齐哈尔市| 鸡西市| 时尚| 固镇县| 祁阳县| 家居| 扶余县| 治县。| 定州市| 通辽市| 曲周县| 台州市| 弋阳县|