This is the first in a series of articles on Google Guice. I’ve been working with Chariot Architect Lyle Anderson, who has done a lot of research on wiring together an application using this Inversion of Control framework.
Overview
Guice is an annotation-driven IoC framework, meaning that, once bootstrapped, Guice will inject classes based on annotated [...]

