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 閱讀(734) 評論(0)  編輯  收藏

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


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

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          相冊

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 晋江市| 尉犁县| 宁蒗| 宝应县| 四川省| 辽宁省| 拜泉县| 中方县| 白山市| 曲麻莱县| 乐清市| 安仁县| 卓尼县| 台东县| 嘉定区| 左权县| 阜新| 清原| 施甸县| 马山县| 孝感市| 崇义县| 明溪县| 瑞安市| 高尔夫| 仪陇县| 惠东县| 垦利县| 二连浩特市| 孝昌县| 原平市| 灌阳县| 肇源县| 梁河县| 穆棱市| 焦作市| 河池市| 宁陕县| 曲周县| 东平县| 南岸区|