spring AOP Capability and Goals(面向方面编程功能和目标归纳)
Posted 小火苗。
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring AOP Capability and Goals(面向方面编程功能和目标归纳)相关的知识,希望对你有一定的参考价值。
原官方文档链接:
个人归纳:
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(面向方面编程功能和目标归纳)的主要内容,如果未能解决你的问题,请参考以下文章
Spring AOP Capability and Goal
spring AOP Capability and Goals(面向方面编程功能和目标归纳)
Spring AOP Capabilities and Goals
Spring AOP Capabilities and Goals