快速业务通道

如何使用Eclipse CNF的Saveable Protocol实现对View的保存 - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-13
erAdapter,以便启用 Spring MVC 的 注解驱动功能。而②和③处通过 Spring 的 aop 及 tx 命名空间,以及 Aspject 的切点表达 式语法进行事务增强的定义,对 MixLayerUserService 的所有公有方法进行事务增强。要使程 序能够运行起来还必须进行 web.xml 的相关配置:

清单 7.web.xml

<?xml version="1.0" encoding="GB2312"?> <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">    <context-param>      <param-name>contextConfigLocation</param-name>      <param-value>classpath*:user/mixlayer/applicationContext.xml</param- value>    </context-param>    <context-param>      <param-name>log4jConfigLocation</param-name>      <param-value>/WEB-INF/classes/log4j.properties</param-value>    </context-param>    <listener>      <listener-class>        org.springframework.web.util.Log4jConfigListener      </listener-class>    </listener>    <listener>      <listener-class>        org.springframework.web.context.ContextLoaderListener      </listener-class>    </listener>    <servlet>      <servlet-name>user</servlet-name>      <servlet-class>        org.springframework.web.servlet.DispatcherServlet      </servlet-class>      <!--①通过contextConfigLocation参数指定Spring配置文件的位置 -->      <init-param>        <param-name>contextConfigLocation</param-name>        <param-value>classpath:user/mixlayer/applicationContext.xml</param- value>      </init-param>      <load-on-startup>1</load-on-startup>    </servlet>    <servlet-mapping>      <servlet-name>user</servlet-name>      <url-pattern>*.do</url-pattern>    </servlet-mapping> </web-app>

Spring事务管理高级应用难点剖析,第1部分(7)

时间:2012-04-26 IBM 陈雄华

这个配置文件很简单,唯一需要注意的是 DispatcherServlet 的配置。默认情况下 Spring MVC 根据 Servlet 的名字查找 WEB-INF 下的 <servletName>-servlet.xml 作为 Spring MVC 的配置文件,在此,我们通过 contextConfigLocation 参数显式指定 Spring MVC 配置文件的确切位置。

将 org.springframework.jdbc 及 org.springframework.transaction 的日志级别设置为 DEBUG,启动项目,并访问 http://localhost:8088/logon.do?userName=tom 应用, MixLayerUserService#logon 方法将作出响应,查看后台输出日志:

清单 8 执行日志

13:24:22,625 DEBUG (AbstractPlatformTransactionManager.java:365) -    Creating new transaction with name   [user.mixlayer.MixLayerUserService.logon]:  PROPAGATION_REQUIRED,ISOLATION_DEFAULT 13:24:22,906 DEBUG (DataSourceTransactionManager.java:20

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号