Why dependency injection?

This page summarizes the projects mentioned and recommended in the original post on /r/java

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Guice

    Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.

  • You can (and it's very normal to) use that with new. Dependency injection frameworks (like guice) let you skip passing long parameter lists to constructor arguments like you mention. But you don't really NEED that. They also will solve circular dependency issues and some other things, although a strong argument could be made that you should simply restructure your code so that those issues don't exist.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Modular Dependency Injection in .NET

    2 projects | dev.to | 25 Mar 2024
  • Hexagonal Architecture/Ports And Adapters: Clarifying Key Concepts Using Go

    1 project | dev.to | 21 Mar 2024
  • Injeção de dependência em Go

    2 projects | dev.to | 28 Feb 2024
  • Inversion of Control Containers and the Dependency Injection Pattern (2004)

    2 projects | news.ycombinator.com | 21 Feb 2024
  • Announcing AdonisJS v6

    7 projects | dev.to | 24 Jan 2024