News Ticker

Java EE

Singleton Pattern

March 12, 2016 // 0 Comments

OK let’s have a look at our first pattern. The singleton pattern is one of the most well-known design patterns and is used extensively by frameworks such as Spring, pool [...]

Factory Pattern

March 12, 2016 // 0 Comments

The factory pattern is a creational design pattern whose intent is to provide an interface for creating families of related or dependent objects without specifying their [...]

Decorator Pattern

March 12, 2016 // 0 Comments

The decorator pattern is one of the GoF Structural Pattern and dynamically adds logic to an object. Instead of inheritance, the decorator adds functionality at run time. [...]

Observer Pattern

March 12, 2016 // 0 Comments

A little bit difficult to understand why it is needed in the first place and it goes down to the basic fundamental requirement of OO systems which is to pass a message from [...]

Positive Book Review

May 4, 2015 // 0 Comments

Another positive book review from a very satisfied reader of our book: “Recently joined a startup to design and develop a new analytics software heavily using OO Design [...]