Guice is a lightweight dependency injection framework for Java 5 from the house of google. Guice injects constructors, fields and methods (any methods with any number of arguments, not just setters). Guice includes advanced features such as custom scopes, circular dependencies, static member injection, Spring integration, and AOP Alliance method interception etc. See more on this project page.
Disclaimer
The information on this site is for informational purposes only. The use of any Trademark or Copyrighted material is not intended to infringe Copyright. This blog is intended to be used under a policy of personal and non commercial use.
Top Posts
- 12 BENEFITS of Spring MVC over Struts
- Comparing TWO continuous build tools: Cruise Control and Hudson
- Steps to change the default port number for Apache HTTP Server
- Configuring "Cruise Control" with "Maven2" and "Subversion 1.4.6" for continuous build environment
- How to change port number in JBoss App Server?
- Email validation in Java
- Five Advantages of Spring Framework
- Reading Properties File from outside of a JAR File
- 50 Common INTERVIEW Questions and Answers
- Spring Framework: Best Programming Practices Part 1
Blog Stats
- 127,025 hits
0 Responses to “Guice from google”