News

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 ...
Numerous design patterns let you extend functionality; for example, in Java Design Patterns you’ve seen how to extend functionality with the Proxy, Decorator, and Strategy patterns.
In Part 2, I’ll present a helpful way to learn the foundational design patterns presented by the Gang of Four authors, revisit the book’s Visitor pattern from a Java technology perspective ...