Tuesday, August 14, 2007

Introduction to Google Guice

Google Guice is a Dependency Injection Framework that can be used by Applications where Relation-ship/Dependency between Business Objects have to be maintained manually in the Application code. Since Guice support Java 5.0, it takes the benefit of Generics and Annotations thereby making the code type-safe.

Introduction to Google Guice [Discuss Here]

0 comments: