java-facade-pattern
Facade Design Pattern in Java 1. Introduction In this quick tutorial, we’re going to take a look at one of the structural design patterns: the Facade. First, we’ll give an overview of the pattern, list its benefits and describe what problems it solves. Then, we’ll apply the facade pattern to an… Continue Reading java-facade-pattern