Design Pattern

Proxy Pattern – Design Patterns in Java

<p>Proxy Pattern provide an object of class that has the functionality of another class with having it&period; This pattern comes under the structural design pattern of the <strong><a href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;design-patterns&lowbar;25&sol;">23 GOF design patterns<&sol;a><&sol;strong>&period;<&sol;p>&NewLine;<h2><strong>The Proxy Pattern<&sol;strong><&sol;h2>&NewLine;<div style&equals;"text-align&colon; left&semi;">&NewLine;<blockquote><p><strong>According to the Gang of Four&colon;<&sol;strong><&sol;p>&NewLine;<div style&equals;"text-align&colon; left&semi;">Provide a surrogate or placeholder for another object to control access to it&period;<&sol;div>&NewLine;<&sol;blockquote>&NewLine;<&sol;div>&NewLine;<p>The intent of this design pattern to provide a different class for an another class with its functionality to outer world&period;<&sol;p>&NewLine;<div style&equals;"background-color&colon; &num;f2f9fc&semi; border-radius&colon; 3px&semi; border&colon; 1px solid &num;c9e6f2&semi; line-height&colon; 1&period;45&semi; padding&colon; 16px 16px 16px 16px&semi;">&NewLine;<h2 dir&equals;"ltr">Spring 5 Design Pattern Book<&sol;h2>&NewLine;<div dir&equals;"ltr" style&equals;"color&colon; &num;20124d&semi; font-family&colon; 'calibri' &comma; sans-serif&semi; font-size&colon; 13pt&semi; text-align&colon; justify&semi;">You could purchase my <strong>Spring 5 book<&sol;strong> that is with title name &&num;8220&semi;<strong>Spring 5 Design Pattern<&sol;strong>&&num;8220&semi;&period; This book is available on the <a href&equals;"https&colon;&sol;&sol;www&period;amazon&period;in&sol;Spring-Design-Patterns-Dinesh-Rajput&sol;dp&sol;1788299450&sol;ref&equals;sr&lowbar;1&lowbar;1&quest;ie&equals;UTF8&amp&semi;qid&equals;1507925340&amp&semi;sr&equals;8-1&amp&semi;keywords&equals;spring&plus;5&plus;design&plus;pattern" target&equals;"&lowbar;blank" rel&equals;"noopener"><strong>Amazon<&sol;strong><&sol;a> and <a href&equals;"https&colon;&sol;&sol;www&period;packtpub&period;com&sol;application-development&sol;spring-5-design-patterns" target&equals;"&lowbar;blank" rel&equals;"noopener"><strong>Packt<&sol;strong><&sol;a> publisher website&period; Learn various <strong>design patterns<&sol;strong> and <strong>best practices<&sol;strong> in Spring 5 and use them to solve common design problems&period; You could use author discount to purchase this book by using code- &&num;8220&semi;<strong>AUTHDIS40<&sol;strong>&&num;8220&semi;&period;<&sol;div>&NewLine;<div dir&equals;"ltr"><&sol;div>&NewLine;<div dir&equals;"ltr"><a href&equals;"https&colon;&sol;&sol;www&period;amazon&period;in&sol;Spring-Design-Patterns-Dinesh-Rajput&sol;dp&sol;1788299450&sol;ref&equals;sr&lowbar;1&lowbar;1&quest;s&equals;books&amp&semi;ie&equals;UTF8&amp&semi;qid&equals;1512607966&amp&semi;sr&equals;1-1&amp&semi;keywords&equals;dinesh&plus;rajput" target&equals;"&lowbar;blank" rel&equals;"noopener"><img class&equals;"aligncenter wp-image-3053 size-medium" title&equals;"Spring-5-Design-Pattern" src&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;wp-content&sol;uploads&sol;2013&sol;03&sol;Spring-5-design-pattern-243x300&period;jpg" width&equals;"243" height&equals;"300" &sol;><&sol;a><&sol;div>&NewLine;<&sol;div>&NewLine;<h2><strong>UML class diagram for the Proxy Design Pattern<&sol;strong><&sol;h2>&NewLine;<p>Let&&num;8217&semi;s see the following diagram of the Proxy patterns and its component classes&period;<&sol;p>&NewLine;<p><img class&equals;"aligncenter wp-image-3583 size-full" src&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;wp-content&sol;uploads&sol;2017&sol;12&sol;proxy&period;gif" alt&equals;"Proxy Pattern Design Patterns in Java" width&equals;"405" height&equals;"252" &sol;><&sol;p>&NewLine;<h3>Proxy<&sol;h3>&NewLine;<ul>&NewLine;<li>It maintains a reference that lets the proxy access the real subject&period; Proxy may refer to a Subject if the RealSubject and Subject interfaces are the same&period;<&sol;li>&NewLine;<li>It provides an interface identical to Subject&&num;8217&semi;s so that a proxy can be substituted for for the real subject&period;<&sol;li>&NewLine;<&sol;ul>&NewLine;<h3>Subject<&sol;h3>&NewLine;<ul>&NewLine;<li>It defines the common interface for RealSubject and Proxy so that a Proxy can be used anywhere a RealSubject is expected&period;<&sol;li>&NewLine;<&sol;ul>&NewLine;<h3>RealSubject<&sol;h3>&NewLine;<ul>&NewLine;<li>It defines the real object that the proxy represents<&sol;li>&NewLine;<&sol;ul>&NewLine;<div style&equals;"text-align&colon; left&semi;">&NewLine;<blockquote><p><strong>also read&colon;<&sol;strong><&sol;p>&NewLine;<ul style&equals;"text-align&colon; left&semi;">&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;adapter-design-pattern&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;adapter-design-pattern&sol;">Adapter Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;bridge-design-patterns&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;bridge-design-patterns&sol;">Bridge Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;decorator-design-pattern&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;decorator-design-pattern&sol;">Decorator Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;facade-design-pattern&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;facade-design-pattern&sol;">Facade Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;builder-design-pattern&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;builder-design-pattern&sol;">Builder Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;flyweight-pattern-design-patterns-java&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;flyweight-pattern-design-patterns-java&sol;">Flyweight Design Pattern<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;creational-design-patterns&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;creational-design-patterns&sol;&sol;">Creational GoF Design Patterns<&sol;a><&sol;li>&NewLine;<li><a title&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;behavioral-design-pattern&sol;" href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;behavioral-design-pattern&sol;">Behavioral GoF Design Patterns<&sol;a><&sol;li>&NewLine;<&sol;ul>&NewLine;<&sol;blockquote>&NewLine;<&sol;div>&NewLine;<h2><strong>Benefits of Proxy Pattern<&sol;strong><&sol;h2>&NewLine;<p>Let&&num;8217&semi;s see the following benefits of the Proxy Design Patterns&period;<&sol;p>&NewLine;<ul>&NewLine;<li>This pattern hides the actual object from the outside world&period;<&sol;li>&NewLine;<li>It can improve the performance because it is creating an object on demand&period;<&sol;li>&NewLine;<&sol;ul>&NewLine;<h2><strong>Sample Implementation of the Proxy Design Pattern<&sol;strong><&sol;h2>&NewLine;<p>We are going to create a Shape interface and concrete classes implementing the Shape interface&period; ProxyShape is a proxy class to reduce memory footprint of RealShape object loading&period; ProxyPatternDemo&comma; our demo class&comma; will use ProxyShape to get an Shape object to load and display as it needs&period;<&sol;p>&NewLine;<h3>Step 1&colon; Create an interface&period;<br &sol;>&NewLine;Shape&period;java<&sol;h3>&NewLine;<pre class&equals;"highlight">&sol;&ast;&ast; &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;package com&period;doj&period;patterns&period;structural&period;proxy&semi; &NewLine; &NewLine;&sol;&ast;&ast; &NewLine; &ast; &commat;author Dinesh&period;Rajput &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;public interface Shape &lbrace; &NewLine;&Tab;void draw&lpar;&rpar;&semi; &NewLine;&rcub; &NewLine; &NewLine;<&sol;pre>&NewLine;<h3>Step 2&colon; Create concrete classes implementing the same interface&period;<&sol;h3>&NewLine;<h3>RealShape&period;java<&sol;h3>&NewLine;<pre class&equals;"highlight">&sol;&ast;&ast; &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;package com&period;doj&period;patterns&period;structural&period;proxy&semi; &NewLine; &NewLine;&sol;&ast;&ast; &NewLine; &ast; &commat;author Dinesh&period;Rajput &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;public class RealShape implements Shape &lbrace; &NewLine;&Tab; &NewLine;&Tab; private String shapeName&semi; &NewLine;&Tab; &NewLine;&Tab; public RealShape&lpar;String shapeName&rpar;&lbrace; &NewLine;&Tab;&Tab; this&period;shapeName &equals; shapeName&semi; &NewLine;&Tab; &rcub; &NewLine; &NewLine;&Tab; &NewLine;&Tab;&commat;Override &NewLine;&Tab;public void draw&lpar;&rpar; &lbrace; &NewLine;&Tab;&Tab;System&period;out&period;println&lpar;"Drawing Shape " &plus; shapeName&rpar;&semi; &NewLine;&Tab;&rcub; &NewLine; &NewLine;&rcub; &NewLine; &NewLine;<&sol;pre>&NewLine;<h3>ProxyShape&period;java<&sol;h3>&NewLine;<pre class&equals;"highlight">&sol;&ast;&ast; &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;package com&period;doj&period;patterns&period;structural&period;proxy&semi; &NewLine; &NewLine;&sol;&ast;&ast; &NewLine; &ast; &commat;author Dinesh&period;Rajput &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;public class ProxyShape implements Shape &lbrace; &NewLine;&Tab; &NewLine;&Tab;private RealShape realShape&semi; &NewLine;&Tab;private String shapeName&semi; &NewLine; &NewLine;&Tab;public ProxyShape&lpar;String shapeName&rpar;&lbrace; &NewLine;&Tab;&Tab;this&period;shapeName &equals; shapeName&semi; &NewLine;&Tab;&rcub; &NewLine; &NewLine;&Tab;&commat;Override &NewLine;&Tab;public void draw&lpar;&rpar; &lbrace; &NewLine;&Tab;&Tab;if&lpar;realShape &equals;&equals; null&rpar;&lbrace; &NewLine;&Tab;&Tab;&Tab;realShape &equals; new RealShape&lpar;shapeName&rpar;&semi; &NewLine;&Tab;&Tab;&rcub; &NewLine;&Tab;&Tab;realShape&period;draw&lpar;&rpar;&semi; &NewLine;&Tab;&rcub; &NewLine; &NewLine;&rcub; &NewLine; &NewLine;<&sol;pre>&NewLine;<h3>Step 3&colon; Use the ProxyShape to get object of RealShape class when required&period;<br &sol;>&NewLine;ProxyPatternDemo&period;java<&sol;h3>&NewLine;<pre class&equals;"highlight">&sol;&ast;&ast; &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;package com&period;doj&period;patterns&period;structural&period;proxy&semi; &NewLine; &NewLine;&sol;&ast;&ast; &NewLine; &ast; &commat;author Dinesh&period;Rajput &NewLine; &ast; &NewLine; &ast;&sol; &NewLine;public class ProxyPatternDemo &lbrace; &NewLine; &NewLine;&Tab;&sol;&ast;&ast; &NewLine;&Tab; &ast; &commat;param args &NewLine;&Tab; &ast;&sol; &NewLine;&Tab;public static void main&lpar;String&lbrack;&rsqb; args&rpar; &lbrace; &NewLine;&Tab;&Tab;Shape shape &equals; new ProxyShape&lpar;"Cricle"&rpar;&semi; &NewLine;&Tab;&Tab;&sol;&sol;shape going to draw &NewLine;&Tab;&Tab;shape&period;draw&lpar;&rpar;&semi; &NewLine;&Tab;&rcub; &NewLine; &NewLine;&rcub; &NewLine; &NewLine;<&sol;pre>&NewLine;<h3>Step 4&colon; Let&&num;8217&semi;s run this demo class and verify the output&period;<&sol;h3>&NewLine;<pre class&equals;"highlight">Drawing Shape Cricle &NewLine; &NewLine;<&sol;pre>&NewLine;<div class&equals;"wp-post-navigation"> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <div class&equals;"wp-post-navigation-pre"> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <a href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;flyweight-pattern-design-patterns-java&sol;">Previous<&sol;a> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <&sol;div> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <div class&equals;"wp-post-navigation-next"> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <a href&equals;"https&colon;&sol;&sol;dineshonjava&period;com&sol;structural-design-patterns&sol;">Next<&sol;a> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab; <&sol;div> &NewLine;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;&Tab;<&sol;div>&NewLine;<script type&equals;"text&sol;javascript">&NewLine;jQuery&lpar;document&rpar;&period;ready&lpar;function&lpar;&dollar;&rpar; &lbrace;&NewLine; &dollar;&period;post&lpar;'https&colon;&sol;&sol;dineshonjava&period;com&sol;wp-admin&sol;admin-ajax&period;php'&comma; &lbrace;action&colon; 'mts&lowbar;view&lowbar;count'&comma; id&colon; '3582'&rcub;&rpar;&semi;&NewLine;&rcub;&rpar;&semi;&NewLine;<&sol;script>

Dinesh Rajput

Dinesh Rajput is the chief editor of a website Dineshonjava, a technical blog dedicated to the Spring and Java technologies. It has a series of articles related to Java technologies. Dinesh has been a Spring enthusiast since 2008 and is a Pivotal Certified Spring Professional, an author of a book Spring 5 Design Pattern, and a blogger. He has more than 10 years of experience with different aspects of Spring and Java design and development. His core expertise lies in the latest version of Spring Framework, Spring Boot, Spring Security, creating REST APIs, Microservice Architecture, Reactive Pattern, Spring AOP, Design Patterns, Struts, Hibernate, Web Services, Spring Batch, Cassandra, MongoDB, and Web Application Design and Architecture. He is currently working as a technology manager at a leading product and web development company. He worked as a developer and tech lead at the Bennett, Coleman & Co. Ltd and was the first developer in his previous company, Paytm. Dinesh is passionate about the latest Java technologies and loves to write technical blogs related to it. He is a very active member of the Java and Spring community on different forums. When it comes to the Spring Framework and Java, Dinesh tops the list!

Share
Published by
Dinesh Rajput

Recent Posts

Strategy Design Patterns using Lambda

Strategy Design Patterns We can easily create a strategy design pattern using lambda. To implement…

4 years ago

Decorator Pattern using Lambda

Decorator Pattern A decorator pattern allows a user to add new functionality to an existing…

4 years ago

Delegating pattern using lambda

Delegating pattern In software engineering, the delegation pattern is an object-oriented design pattern that allows…

4 years ago

Spring Vs Django- Know The Difference Between The Two

Technology has emerged a lot in the last decade, and now we have artificial intelligence;…

4 years ago

TOP 20 MongoDB INTERVIEW QUESTIONS 2022

Managing a database is becoming increasingly complex now due to the vast amount of data…

4 years ago

Scheduler @Scheduled Annotation Spring Boot

Overview In this article, we will explore Spring Scheduler how we could use it by…

4 years ago