Tag: facade

  • How to implement Facade pattern in Java?

    Facade is one of the easiest patterns to implement. And if one has not come across the “Gang of Four Design Patterns” they probably already would have used facade pattern. Facade just provides a single interface to a set of sub systems. Let me explain. Let’s say you are writing an application for an eCommerce…