隨筆-13  評論-9  文章-9  trackbacks-0
          1.web.xml

          監聽器
          ?<listener>
          ??????? <listener-class>
          ??????????? org.springframework.web.context.ContextLoaderListener
          ??????? </listener-class>
          ??? </listener>

          在servlet上下文配置spring的配置文件
          ?<context-param>
          ??????? <param-name>contextConfigLocation</param-name>
          ??????? <param-value>
          ??????????? /WEB-INF/config/hibernate/applicationContext-hibernate.xml
          ??????????? /WEB-INF/config/spring/applicationContext-spring.xml
          ??????????? <!--/WEB-INF/config/spring/acegi-security-common.xml-->
          ??????? </param-value>
          ??? </context-param>

          2.得到Spring Bean
          ?? public class test extends action
          ?{
          ?? private static ApplicationContext ctx = null;
          ?? public Object getBean(String name)
          ?? if(ctx == null)
          ??????? {
          ??????????? ctx = WebApplicationContextUtils.getRequiredWebApplicationContext(servlet.getServletContext());
          ??????? }
          ??????? return ctx.getBean(name);
          ??? }
          }
          posted on 2006-06-19 14:44 Dragonofson 閱讀(558) 評論(0)  編輯  收藏 所屬分類: Spring
          主站蜘蛛池模板: 磴口县| 始兴县| 崇文区| 千阳县| 德江县| 宝山区| 凤山县| 肥东县| 原阳县| 古蔺县| 阿合奇县| 平陆县| 广宗县| 崇明县| 宁晋县| 静海县| 陕西省| 萨迦县| 桂东县| 章丘市| 奉贤区| 凤庆县| 利津县| 五原县| 新兴县| 科技| 茶陵县| 伊金霍洛旗| 昌平区| 洮南市| 绵阳市| 元朗区| 肥东县| 神农架林区| 韩城市| 方山县| 文水县| 齐齐哈尔市| 高青县| 九江市| 巴南区|