Proxy pattern in Spring

Proxy design pattern provides an object of class that has the functionality of another class. This pattern comes under the structural design pattern of GOF design patterns. According to GOF pattern, Provide a surrogate or placeholder for another object to control access to it. The intent of this design pattern is to provide a different class for another class with its functionality to the outer world.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset