Difference between revisions of "Facade"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
 +
== 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.
 
== Facade Pattern ==
 
 
  
 
== 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.

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)