Difference between revisions of "Facade"
Line 10: | Line 10: | ||
== Open Source Applications == | == Open Source Applications == | ||
+ | |||
+ | === Apache Excalibur === | ||
+ | |||
+ | |||
== Links == | == Links == | ||
[[BTP600]]<br/> | [[BTP600]]<br/> | ||
[http://en.wikipedia.org/wiki/Facade_Pattern Wikipedia Entry on Facade Pattern] | [http://en.wikipedia.org/wiki/Facade_Pattern Wikipedia Entry on Facade Pattern] | ||
+ | [http://excalibur.apache.org/|Apache Excalibur Project Site] | ||
+ | [http://www.google.com/codesearch?hl=en&q=+facade+show:1y0Eke5phF0:4pzQJEULGSg:mi9_qGoVUJU&sa=N&cd=3&ct=rc&cs_p=https://svn.apache.org/repos/asf/excalibur/trunk&cs_f=containerkit/logger/src/java/org/apache/avalon/excalibur/logger/Facade.java#a0|Apache Excalibur Facade Class] |
Revision as of 10:31, 19 January 2007
Contents
Facade Pattern
Code Examples
Java
C++
Open Source Applications
Apache Excalibur
Links
BTP600
Wikipedia Entry on Facade Pattern
Excalibur Project Site
Excalibur Facade Class