Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Using Guice with Spring

Header Image

  1. Integrating Guice and Spring
    • This article covers the integration of Guice and Spring with the SpringIntegration class provided by Guice to simplify dependency management, increase modularity, and improve readability in your application.
  2. Configuring Spring
    • This article covers the integration of Google Guice with Spring to simplify dependency management and create more modular, maintainable Java applications.
  3. Injecting Spring beans with Guice
    • This article covers the process of injecting Spring beans into Guice objects, using a Guice module and the @Inject annotation.

Table of contents