Applied Design Patterns with Java

Structural :: Proxy (207) {C ch 15}


Example - UML : Display


Example - Java :: Patterns\Structural\Proxy

Pattern Concept: to represent with a simpler, lightweight object an object that is complex or time-consuming to create. The simpler object is a temporary subsitute for the actual object.


Issues and Consequences of the
Proxy pattern include:

The example Java program is named 'ProxyDisplay'. The UML diagram is above, and the list of Java files is below:

Catalog Structural Prev Next