Proxy pattern: Difference between revisions

Content deleted Content added
m Reverted 1 edit by Ytcroxyproxy (talk) to last revision by 81.217.68.78
Tags: Twinkle Undo Mobile edit Mobile web edit
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
(3 intermediate revisions by 3 users not shown)
Line 9:
that describe how to solve recurring design problems to design flexible and reusable object-oriented software, that is, objects that are easier to implement, change, test, and reuse.
 
===What problems can the Proxy design pattern solve? ===
Source:<ref>{{cite web|title=The Proxy design pattern - Problem, Solution, and Applicability|url=http://w3sdesign.com/?gr=s07&ugr=proble|website=w3sDesign.com|access-date=2017-08-12}}</ref>===
 
* The access to an object should be controlled.
* Additional functionality should be provided when accessing an object.
Line 72:
{{Commons category}}
* {{cite web |last1=Geary |first1=David |date=2002-02-22 |df=mdy |url=https://www.infoworld.com/article/2074068/take-control-with-the-proxy-design-pattern.html |title=Take control with the Proxy design pattern |work=[[JavaWorld]] |access-date=2020-07-20}}
* [httphttps://perfectjpattern.sourceforge.net/dp-proxy.html PerfectJPattern Open Source Project], Provides componentized implementation of the Proxy Pattern in Java
* {{webarchive |url=https://web.archive.org/web/20120311202925/http://www.netobjectives.com/PatternRepository/index.php?title=AdapterVersusProxyVersusFacadePatternComparison |title=Adapter vs. Proxy vs. Facade Pattern Comparison}}
* [https://sourcemaking.com/design_patterns/proxy Proxy Design Pattern]