Saturday, March 31, 2012

Facade in Pure MVC


A facade is an object that provides a simplified interface to a larger body of code, such as a class library.
Make the library more readable, reduce dependency



Facade
The facade class abstracts Packages 1, 2, and 3 from the rest of the application.


Client
The objects using the Facade Pattern to access resources from the Packages.

No comments: