News

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 ...
"Pro HTML5 and CSS3 Design Patterns" catalogs many common patterns in modern HTML5 applications. InfoQ talked to one of the book's authors, Dionysios Synodinos, about the book and working with HTML5.
Design Patterns is essentially a catalog of 23 software design patterns. Despite presenting a short tutorial on each pattern along with a larger case study, the book is largely laid out as a ...
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 ...
When Design Patterns Are Evil Have you ever been on a project in which all of your team members have just gone through an intense week of design pattern training? It's painful, as the project ends up ...
Types of design patterns The official reference book on design patterns is “Design Patterns – Elements of Reusable Object-Oriented Software”. It outlines 23 design patterns, which are broken ...