Difference between revisions of "Facade"
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. | ||
− | |||
− | |||
− | |||
== Code Examples == | == Code Examples == |
Revision as of 10:41, 19 January 2007
Contents
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)