By rameshpatel321
via javakeexample.com
Submitted: Jan 18 2013 / 10:55
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 Java5.0, it takes the benefit of Generics andAnnotations thereby making the code type-safe. This article provides an overview about the Guice framework with a lot many samples. It then looks into the theories related to Dependency Injection Framework and the advantages of using them in Application. It also explores the various API available in Guice along with the Annotations that simplifies most of the things. The final section presents lots of samples thereby making most of the Guice API to get a much better feel towards the API.
Tweet
SaveShareSend
Tags: java, open source, server, web services
Add your comment