最新文章列表

Spring AOP + AspectJ in XML 配置示例

In this tutorial, we show you how to convert last Spring AOP + AspectJ annotation into XML based configuration. For those don’t like annotation or using JDK 1.4, you can use AspectJ in XML based inste ...
tuoxinquyu 评论(0) 有2188人浏览 2012-03-27 15:36

Spring3+mybatis+mysql整合实例

请移步:http://www.tashan10.com/spring3mybatismysqlzheng-he-shi-li/
my249645546 评论(1) 有5889人浏览 2012-02-20 17:40

Spring AOP 日志管理

Spring AOP的日志管理 spring aop切面管理 日志切面为例 http://wenku.baidu.com/view/1cb209ec0975f46527d3e12d.html  ===================================================================== Spring AOP处理日志 http: ...
yhceye2010 评论(0) 有1416人浏览 2011-12-29 09:51

Spring AOP的一些概念

切面(Aspect): 一个关注点的模块化,这个关注点可能会横切多个对象。事务管理是J2EE应用中一个关于横切关注点的很好的例子。在Spring AOP中,切 ...
ltp200406857 评论(0) 有290人浏览 2011-12-26 08:26

Spring AOP

b]Introduction[/b] AOP(面向且面的编程),是对传统的OOP的有力补充。 OOP中的核心部分是类。AOP中核心的部分是切面。 AOP是对IOC的有力补充。提供了许多声明式的企业服务。事务管理是最重要的一种服务。 AOP运行用户自定义切面,用切面去补充面向对象的编程。 AOP支持仅方法执行连接点。如果要执行属性执行或是修改可以考虑使用 AspectJ。 Spring的AOP是想提供 ...
JamesZhao1987 评论(0) 有1752人浏览 2011-11-30 14:09

Spring 配置声明式事务

在使用spring集成hibernate时,我们可以用下面的代码来配置声明式事务。   <tx:advice id="txAdvice" transaction-manager="transactionManager"> <tx:attributes> <tx:method name="add*&quo ...
xiaoxihai123 评论(0) 有1059人浏览 2011-11-22 18:03

spring annotation

Eg1. package com.proxy.aop; public class Human implements Sleepable{ public void sleep(){ System.out.println("睡觉了!梦中自有颜如玉!"); } } package com.proxy.aop; publ ...
xiewenbo 评论(0) 有1449人浏览 2011-11-04 15:09

Spring aop & the aop based log or permit management

<aop:config proxy-target-class="true" /> <aop:config> <aop:aspect id="myAspect" ref="logService"> <aop:pointcut expression="execution(* com ...
xiewenbo 评论(0) 有1249人浏览 2011-11-04 15:05

AOP@Work: AOP 和元数据:完美的匹配

http://www.ibm.com/developerworks/cn/java/j-aopwork3/index.html?ca=drs-
灬兮云灬 评论(0) 有481人浏览 2011-07-26 09:59

最近博客热门TAG

Java(141745) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics