码迷,mamicode.com
首页 > 编程语言 > 详细

spring AOP Capability and Goals

时间:2019-05-08 20:22:27      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:服务   载器   字段   应用程序   连接点   reference   ase   bsp   连接   

原官方文档链接:

https://docs.spring.io/spring/docs/5.1.6.RELEASE/spring-framework-reference/core.html#aop-introduction-spring-defn

 

个人归纳:

Spring AOP Capabillity

  • 是用纯Java实现的,不需要特殊的编译过程。
  • 不需要控制类加载器层次结构,因此适合在servlet容器或应用程序服务器中使用。
  • 目前仅支持方法执行连接点(建议在Spring bean上执行方法)。
  • 可以在不破坏核心Spring AOP API的情况下添加对字段拦截的支持,但未实现字段拦截。

 

spring AOP  Goals

  • 不与AspectJ竞争:基于代理的框架(如Spring AOP)和完整的框架(如AspectJ)都很有价值,而且它们是互补的,而不是竞争。
  • 集成:Spring将Spring AOP和IoC与AspectJ无缝集成,以在一致的基于Spring的应用程序架构中实现AOP的所有使用。此集成不会影响Spring AOP API或AOP Alliance API。Spring AOP仍然向后兼容。

spring AOP Capability and Goals

标签:服务   载器   字段   应用程序   连接点   reference   ase   bsp   连接   

原文地址:https://www.cnblogs.com/TomFord/p/10834170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!