From 115a85301c8a6a6c1db9413ceec1b09522f04a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sat, 21 Jan 2017 13:37:16 +0200 Subject: [PATCH] #525 Add link to proxy blog --- proxy/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proxy/README.md b/proxy/README.md index 88adcfb21..17f23de50 100644 --- a/proxy/README.md +++ b/proxy/README.md @@ -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)