Difference between revisions of "Facade"

From CDOT Wiki
Jump to: navigation, search
(Links)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 +
 +
The Facade Pattern is used to consolidate numerous complicated objects and function calls in a single interface.
 +
 
== Facade Pattern ==
 
== Facade Pattern ==
  

Revision as of 11:40, 19 January 2007

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

Facade Pattern

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)