CSC/ECE 517 Fall 2012/ch2b 2w67 sk
Directory of Sites for Proxy Pattern
http://sourcemaking.com/design_patterns/proxy
http://www.java2s.com/Code/Java/Design-Pattern/Proxy-Pattern.htm
http://en.wikipedia.org/wiki/Proxy_pattern
http://c2.com/cgi/wiki?ProxyPattern
http://www.youtube.com/watch?v=Mfd25VlzulY
The video gives a quick, 10 minute overview of Proxy pattern. It describes the GoF definition and purpose of Proxy Pattern. It mentions few simple examples and the UML diagram of the pattern. It gives an example of Future Proxy Scenario in Java. It does not have code examples of Proxy Pattern in other languages. It mentions the various kinds of proxies and their definitions. The video does not include code examples of various kinds of proxies.