Talk:Proxy pattern: Difference between revisions

Content deleted Content added
TheSOB (talk | contribs)
Implementing WP:PIQA (Task 26)
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{WikiProject banner shell|class=Start|
{{WikiProjectBannerShell|1=
{{WikiProject Java|class=Start|auto=inherit|importance=low}}
{{WikiProject Computing|class=Start|importance=Low}}
{{WikiProject Computer science|class=Start|importance=mid}}
}}
 
Line 10:
== ProxyImage code is overengineered ==
 
<sourcesyntaxhighlight lang="java">
import java.util.*;
Line 44:
}
}
</syntaxhighlight>
</source>
 
The proxy pattern isn't needed at all!!! [[User:Diegofd|Diegofd]] ([[User talk:Diegofd|talk]]) 16:11, 16 May 2008 (UTC)
Line 61:
 
This seems like more of a Lazy Initialization pattern than anything else. If it were a true Proxy, wouldn't the RealImage be defined beforehand and passed to the Proxy? The Proxy shouldn't know the filename or be able to create the RealImage. Or am I missing something? - [[User:TheSOB|TheSOB]] ([[User talk:TheSOB|talk]]) 17:54, 25 September 2013 (UTC)
 
== Copyright violation? ==
 
The usage and scenario sections are the same as http://www.dotnetexamples.com/2013/07/proxy-design-pattern.html [[Special:Contributions/217.155.35.160|217.155.35.160]] ([[User talk:217.155.35.160|talk]]) 12:01, 22 December 2014 (UTC)