News

In this introductory-level article, Walter Hurst describes how to combine J2EE (Java 2 Platform, Enterprise Edition) with object-oriented design patterns to build a scalable, flexible, and ...
In this article you’ve leaned how to implement the Builder Pattern using nested classes in Java. You’ve seen an example where this provides improved encapsulation compared to a more ...
This tutorial provided an overview of the Java Structural Design Patterns and explored the Adapter and Bridge patterns in more detail. We’ll cover a few more Structural Design Patterns in the ...