Guice is a lightweight, open source, dependency injection framework for Java 6 and higher. It was made to alleviate the need for factories and using new in your Java code. You would still need to write factories in some cases as you normally would, but with Guice your code will no longer directly depend on these factories. In most cases, they will also be easier to change, unit test and reuse.
Guice fills in a lot of the missing features in core Java, and helps to design better APIs. It also aims to make development and debugging faster and easier, enabling you to understand the code with or without tools.
Features
- Eliminates the need for factories or use of new in Java code
- Makes code easier to change, unit test and reuse
- Embraces Java's type safe nature
- Helps to design better APIs
Categories
FrameworksLicense
Apache License V2.0Follow Guice
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Guice!