News

Get an overview of design patterns, then use what you've learned to evaluate whether the Composite pattern is a good choice for a particular Java use case ...
Design patterns are particularly useful for partitioning anapplication into tasks running under an RTOS. Typically, these designpatterns fall into three groups: desynchronizing, synchronizing, ...
This article presents a discussion on enums, what they are and why they are useful and the design constraints when using enums in applications and how to implement a type-safe enum pattern with ...
EJB Design Patterns goes beyond high-level design pattern descriptions into critical EJB-specific implementation issues, illustrated with source code implementations. The book contains a catalog of ...