#525 Add link to proxy blog

This commit is contained in:
Ilkka Seppälä 2017-01-21 13:37:16 +02:00
parent 29c5b80f19
commit 115a85301c

View File

@ -37,6 +37,9 @@ are several common situations in which the Proxy pattern is applicable
* Facilitate network connection
* Count references to an object
## Tutorials
* [Controlling Access With Proxy Pattern](http://java-design-patterns.com/blog/controlling-access-with-proxy-pattern/)
## Presentations
* [Proxy](https://github.com/iluwatar/java-design-patterns/tree/master/proxy/etc/presentation.html)