What are some of the biggest problems you personally face in Java?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • spring-fu

    Configuration DSLs for Spring Boot

    Bean Definition -> Still needed although experimental projects like Spring Fu might remove their need in the future. Technically, there is nothing to stop you from registering beans functionally right now but the verbosity is likely to make that approach less optimal.

  • Quarkus

    Quarkus: Supersonic Subatomic Java.

    Have you looked into using Micronaut or Quarkus with GraalVM? It will help with startup time. Take a look at this Micronaut guide if you’re interested

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Micronaut

    Micronaut Application Framework

    Have you looked into using Micronaut or Quarkus with GraalVM? It will help with startup time. Take a look at this Micronaut guide if you’re interested

  • beanref

    A simple library that allows you to access your POJOs' properties in a static way

    Mappers, binders, transformers, etc... I even wrote a small library to access properties through getters lambdas. https://github.com/throwable/beanref

  • SLF4J

    Simple Logging Facade for Java

  • Jackson JSON Processor

    Main Portal page for the Jackson project

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