Tag

ProxyFactoryBean

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 30, 2024 · Backend Development

Mastering Spring AOP: XML, Annotations, and ProxyFactoryBean Deep Dive

This article explains Spring AOP fundamentals, demonstrates XML‑based and annotation‑based configurations, and provides a comprehensive guide to using ProxyFactoryBean—including its properties, proxy‑interface and proxy‑class scenarios, CGLIB considerations, and wildcard interceptor matching—complete with runnable code examples.

AOPAnnotationsCGLIB
0 likes · 9 min read
Mastering Spring AOP: XML, Annotations, and ProxyFactoryBean Deep Dive
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 1, 2024 · Backend Development

Mastering Spring AOP: From @Aspect to ProxyFactoryBean and ProxyFactory

This guide explains how to define Spring AOP aspects with @Aspect, configure ProxyFactoryBean for fine‑grained proxy control, and create proxies programmatically using ProxyFactory, providing complete code examples and configuration details for Spring 6.1.2.

AOPJavaProxyFactory
0 likes · 7 min read
Mastering Spring AOP: From @Aspect to ProxyFactoryBean and ProxyFactory
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 27, 2023 · Backend Development

Mastering Spring ProxyFactoryBean: A Complete Guide to AOP Proxy Configuration

This article explains how to use Spring's ProxyFactoryBean to create AOP proxies, covering its properties, the choice between JDK and CGLIB proxies, bean configuration examples, global advisors, and practical considerations for proxying classes versus interfaces.

AOPCGLIBIoC
0 likes · 11 min read
Mastering Spring ProxyFactoryBean: A Complete Guide to AOP Proxy Configuration