Spring Framework/Spring AOP APIs
Spring AOP APIs
헬로우월드
2024. 12. 2. 10:37
이전 장에서는 @AspectJ와 스키마 기반의 애스펙트 정의를 사용한 Spring의 AOP 지원에 대해 설명했습니다. 이번 장에서는 더 낮은 레벨의 Spring AOP API에 대해 논의합니다. 일반적인 애플리케이션에서는 이전 장에서 설명한 AspectJ 포인트컷을 사용한 Spring AOP를 사용하는 것을 권장합니다.
Section Summary
- Pointcut API in Spring
- Advice API in Spring
- The Advisor API in Spring
- Using the ProxyFactoryBean to Create AOP Proxies
- Concise Proxy Definitions
- Creating AOP Proxies Programmatically with the ProxyFactory
- Manipulating Advised Objects
- Using the "auto-proxy" facility
- Using TargetSource Implementations
- Defining New Advice Types