Guice (pronounced "juice") is an ultra-lightweight, next-generation dependency injection container for Java 5 and later.
http://code.google.com/p/google-guice/
Friday, March 16, 2012
Null Object Pattern
To avoid lot of procedural code for checking null pointers, we can implement as singleton NullObject for any class which will behave same as real instance without affecting the system stability.
The NullObject should be singleton, static and 100% immutable.
The NullObject should be singleton, static and 100% immutable.
Sunday, March 4, 2012
Subscribe to:
Posts (Atom)