在正常定义Aspect时,每个Aspect的实例仅对应于一个Spring容器(ApplicationContext...[作者空间]
Spring AOP支持给用户的实现类动态引入其他接口的实现。通过@DeclareParents指定需要引入接口的...[作者空间]
Advice的几种定义方式 Before Advice在切点方法执行之前。 Advice支持in-place po...[作者空间]
前面章节讲解过Spring AOP的基本使用和实践,本章以实现AOP事务作为示例,看看如何快速实现一个非常简单的支...[作者空间]
在前一章讲解了注解方式的定义的AOP基本使用方式,在本节讲解下AOP的@PointCut表达式的多种写法(本质还是...[作者空间]
Spring AOP各种材料讲解的非常多,本章用来总结个人对Spring AOP的一点浅显理解以及用来Spring...[作者空间]
2. Resources 2.1. Introduction 阐述java.net.URL的种种缺点,说明其不足以...[作者空间]
1.16. The BeanFactory 1.16.1. BeanFactory or ApplicationC...[作者空间]
1.15. Additional Capabilities of the ApplicationContext A...[作者空间]
1.13. Environment Abstraction Environment接口: 负责profile和pr...[作者空间]
1.12. Java-based Container Configuration 1.12.1. Basic Co...[作者空间]
1.11. Using JSR 330 Standard Annotations Spring支持JSR 330的...[作者空间]
1.10.5. Defining Bean Metadata within Components 上述代码向Spr...[作者空间]
1.10. Classpath Scanning and Managed Components 1.10.1. @...[作者空间]
1.9.3. Fine-tuning Annotation-based Autowiring with @Prim...[作者空间]
1.9. Annotation-based Container Configuration Spring提供了基于...[作者空间]
1.8. Container Extension Points 通常来讲,程序员不需要继承ApplicationC...[作者空间]
1.7. Bean Definition Inheritance xml中可以通过配置bean定义来配置对象的属性...[作者空间]
1.6. Customizing the Nature of a Bean The Spring Framewor...[作者空间]
1.5. Bean Scopes Spring可以帮助我们装配对象,从而促使系统工作。另外,Spring还可以帮助...[作者空间]