Google Guice



(Back to docs.huihoo.com)

Introduction

Google Guice is a dependency injection container that wholly embraces annotations and generics, thereby enabling you to wire together and test objects with less effort than ever before. Annotations finally free you from error-prone, refactoring-adverse string identifiers.

Documents

• Java on Guice Google Developer Day 2007
• Java on Guice (2007)
• Google Guice 1.0 User's Guide

Links

• http://code.google.com/p/google-guice/
• http://crazybob.org/
• http://download.huihoo.com/google-guice/