研究上Spring中AOP的实现

研究下Spring中AOP的实现?

      碰到一个AOP的问题, 见“SpringAOP定义Pointcut时的问题?”中的描述。 解决这个问题的过程中, 不自觉地又动了想瞧瞧源码看其怎么实现的念头。

         于是经历千辛万苦,在Eclipse中配置了一个Project(见附件)用来研究。

        

         主要源码出处: http://www.java2s.com/Tutorial/Java/0417__Spring/AspectJExpressionPointcut.htm

 

         由于jar太大,附件中只加了spring及其源码文件。

      另所需aspectj jar包下载:http://download.actuatechina.com/eclipse/tools/aspectj/aspectj-1.6.2.ja 其对应源码文件: http://d2u376ub0heus3.cloudfront.net/tools/aspectj/aspectj-1.6.2-src.jar