Guice logo

Guice

A lightweight dependency injection framework for Java
57
62
+ 1
0

What is Guice?

It is an open-source software framework for the Java platform. It provides support for dependency injection using annotations to configure Java objects. It embraces Java's type safe nature, especially when it comes to features introduced in Java 5 such as generics and annotations.
Guice is a tool in the Frameworks (Full Stack) category of a tech stack.

Who uses Guice?

Companies
12 companies reportedly use Guice in their tech stacks, including backend, Wealthsimple, and Redfin.

Developers
44 developers on StackShare have stated that they use Guice.

Guice Integrations

Guice's Features

  • Java
  • Dependency Injection

Guice Alternatives & Comparisons

What are some alternatives to Guice?
Spring
A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.
CDI
It is a standard dependency injection framework included in Java EE 6 and higher. It allows us to manage the lifecycle of stateful components via domain-specific lifecycle contexts and inject components (services) into client objects in a type-safe way.
Mockito
It is a mocking framework that tastes really good. It lets you write beautiful tests with a clean & simple API. It doesn’t give you hangover because the tests are very readable and they produce clean verification errors.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
See all alternatives

Guice's Followers
62 developers follow Guice to keep up with related blogs and decisions.