News

Proxy patterns are useful software design patterns that allow you to control the access and behavior of another object, called the subject. You can use proxy patterns to implement caching, logging ...
The Proxy design pattern lets you substitute a proxy for an object. In that capacity, proxies prove useful in many situations, ranging from Web services to Swing icons.