Design Patterns
-
Core Java
Musing on mis-usings: ‘Powerful use, Damaging misuse’
There’s an old phrase attributed to the former British Prime Minister Benjamin Disraeli which states there are three types of…
Read More » -
Core Java
Programming antipatterns
Did you ever do a code review where you recorded an extremely high amount of WTF/m? And did you…
Read More » -
Enterprise Java
Java EE6 Decorators: Decorating classes at injection time
A common design pattern in software is the decorator pattern. We take a class and we wrap another class around…
Read More » -
Software Development
Poor man’s approach in practice
One day we ran into problem when an application was randomly starting using more CPU resources as usual. It continued…
Read More » -
Core Java
Design Patterns in the JDK
Brian Du Preez, our JCG partner from Zen in the art of IT has made a very fine job of collecting…
Read More » -
Enterprise Java
Using the State pattern in a Domain Driven Design
Domain driven design (DDD) is an approach to developing software where the complexity of the problem is addressed by connecting…
Read More »