ProxyFactory and ProxyFactoryBean in Spring
Explains how Spring's ProxyFactory and ProxyFactoryBean abstract the complexity of creating AOP proxies, covering JDK and CGLIB proxies.
Explains how Spring's ProxyFactory and ProxyFactoryBean abstract the complexity of creating AOP proxies, covering JDK and CGLIB proxies.
AngularAOP v0.1.0 introduces a new declarative way to annotate services, eliminating coupling with the framework for better reusability.
Explains Unity's interception mechanisms for aspect-oriented behaviors, covering instance vs. type interception and their limitations.
A review of the 'Systems' chapter from Robert C. Martin's 'Clean Code', covering principles like DI, AOP, and incremental design.
A presentation about the Hades project was given at the Java User Group Karlsruhe, following an introduction to Aspect-Oriented Programming.
Explores using Scala's mixin composition and AOP to modularize cross-cutting concerns like logging and security, reducing code tangling.
A summary of a talk on advanced Aspect-Oriented Programming (AOP) concepts, including practical examples using Hibernate and JDBC.
Explains how to use Scala's mixin composition to create AOP-style interceptor stacks for cross-cutting concerns like logging and transactions.