Google Guice
-
Enterprise Java

Guice @Provides vs Provider Classes
Guice is a fast, modular, and annotation-driven dependency injection framework developed by Google for Java applications. It simplifies the process…
Read More » -
Enterprise Java

Disambiguating between instances with Google Guice
Google guice provides a neat way to select a target implementation if there are multiple implementations of an interface. My…
Read More » -
Enterprise Java

Learning Netflix Governator – Part 1
I have been working with Netflix Governator for the last few days and got to try out a small sample…
Read More » -
Enterprise Java

Lightweight Web Application Framework: PrimeFaces (JSF) + Guice + MyBatis (Part 2)
In this part, I will continue to demonstrate the integration of JSF, Guice and MyBatis. DBCP connection pool and MYSQL…
Read More » -
Enterprise Java

Lightweight Web Application: PrimeFaces (JSF) + Guice + MyBatis (Part 1)
Recently, my friend asks me how to build a lightweight java web application. Many Java web developer would choose Spring…
Read More » -
Enterprise Java

Spring vs Guice: The one critical difference that matters
Spring objects are recognized based on their names It doesnât matter whether you use XML or Java config, a Spring…
Read More » -
Enterprise Java

Rich Domain Model with Guice
The anaemic domain model is a really common anti-pattern. In the world of ORM & DI frameworks we naturally seem…
Read More »


