Tag: AOP
3 articles
Spring In-Depth: AOP Aspect Enhancement Core Concepts Adv...
In-depth introduction to Spring AOP aspect enhancement covering core concepts, advice types, XML+annotation approaches with code examples for comprehensive understanding.
Spring In-Depth: AOP Aspect Enhancement Core Concepts Pro...
In-depth introduction to Spring AOP aspect enhancement covering core concepts, related terminology, and proxy configuration with practical examples.
Implementing Simple IoC-04: Manual AOP and Transaction Co...
Manually implement AOP aspect-oriented programming on top of business logic, using JDK dynamic proxies and CGLIB to implement transaction manager for automatic commit and rollback.