From dfb56e531f1147fd422ad2bcd2ca77e69f81ed24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Thu, 14 May 2015 23:40:57 +0300 Subject: [PATCH] Added real world example for Proxy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d9bdd32cc..3f5825b2b 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor **Real world examples:** * [java.lang.reflect.Proxy](http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Proxy.html) +* [Apache Commons Proxy](https://commons.apache.org/proper/commons-proxy/) ## Service Locator [↑](#list-of-design-patterns) **Intent:** Encapsulate the processes involved in obtaining a service with a strong abstraction layer.