GeekArticles
Concepts
Design Patterns


Article :: Understanding The Facade Pattern
The Facade pattern puts up a new interface — that is, a facade — in front of the original system. In this sample book chapter, you'll learn when to apply it, and how to do so.
Sponsored Links
Read Next: Article :: Enterprise Integration Styles
Related Topics
Design Patterns
- Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby
- Data Structures and Algorithms with Object-Oriented Design Patterns in Python
- Data Structures and Algorithms with Object-Oriented Design Patterns in C#
- Object-Oriented Design Patterns in Java
- Design Patterns - Complete Ebook
- Article :: Introduction to Refactoring to Patterns
- Article :: Understanding The Facade Pattern
- Article :: Enterprise Integration Styles
- Article :: The Impact of Refactoring on Tests
- Article :: Framework Patterns: Exception Handling, Logging, and Tracing