Proxy Design Pattern Using Spring AOP

Proxy design pattern provides an object of a class with the functionality of another class with having it. This pattern comes under the structural design pattern of GOF Design Patterns. Spring provides two ways to create the proxy in the application. 1.JDK 2.CGLIB JDK proxy ...