News

The Composite design pattern lets you treat primitive and composite objects exactly the same. In his latest Java Design Patterns column, David Geary explores how to implement the Composite pattern ...
We discuss some of the most common design patterns in Java and how they can help you solve common coding issues. Learn more. A design pattern is a well-established and documented solution to a ...
In his latest Java Design Patterns column, David Geary explores how to implement the Composite pattern and how to use it with the Tiles tag library from the Apache Struts application framework.