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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Guice!