Difference between revisions of "Facade"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
== Facade Pattern ==
 
== Facade Pattern ==
 
The Facade Pattern is used to consolidate numerous complicated objects and function calls in a single interface.
 
The Facade Pattern is used to consolidate numerous complicated objects and function calls in a single interface.
 +
 +
== UML Example ==
  
 
== Code Examples ==
 
== Code Examples ==

Revision as of 11:41, 19 January 2007

Facade Pattern

The Facade Pattern is used to consolidate numerous complicated objects and function calls in a single interface.

UML Example

Code Examples

Java

C++

Open Source Applications

Apache Excalibur

Apache Tomcat

Links

BTP600
Wikipedia Entry on Facade Pattern
Excalibur Project Site
Excalibur Facade Class Code (via Google! Code Search)
Tomcat Project Site
Tomcat CoyoteRequestFacade Class Code (via Google! Code Search)