What are some of your tips for improving the Java development experience?

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
  • record-builder

    Record builder generator for Java records

  • • IntelliJ as best IDE. It has many useful plugins and you can shortcut templates for (boilerplate) code. •Lombok for POJO and DTO code generation, though I’ll probably replace this with the new record type along with RecordBuilder • MapStruct for A-to-B mapping code generation • Guava

  • Guava

    Google core libraries for Java

  • • IntelliJ as best IDE. It has many useful plugins and you can shortcut templates for (boilerplate) code. •Lombok for POJO and DTO code generation, though I’ll probably replace this with the new record type along with RecordBuilder • MapStruct for A-to-B mapping code generation • Guava

  • 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
  • Auto

    A collection of source code generators for Java.

  • Records where you can, and because Lombok is controversial, Immutables is the other alternative (or autovalue). Actually, all code generation tools are fantastic: Immutables, MapStruct, jOOQ...

  • Lombok

    Very spicy additions to the Java programming language.

  • Lombok - but then I would say that (I'm one of the core maintainers).

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

  • Lists: do you know the nature of yours? The strange story of a data container in Java

    2 projects | dev.to | 23 Nov 2023
  • Google/guava: Google core libraries for Java

    3 projects | news.ycombinator.com | 8 Nov 2023
  • Guava 32.0 (released today) and the @Beta annotation

    5 projects | /r/java | 30 May 2023
  • Feedback on a new annotation processor api

    9 projects | /r/java | 20 May 2023
  • Best Practice of Guava ImmutableList

    1 project | /r/learnjava | 8 May 2023