from Hacker News

Ask HN: Developers using Java without Spring, and what is the alternative?

by grandimam on 7/13/24, 6:56 PM with 3 comments

  • by dkwr on 7/13/24, 7:41 PM

    Despite of the question being very unspecific I can’t tell you many details about alternatives. But: I think the biggest ones are Quarkus, Micronaut and Vertx. While Vertx defined itself more as a toolkit.

    I never had the chance to try some of these for Production systems or for a proof of concept. This would be really interesting, but I think many companies lean towards Spring, because it is matured, has a big ecosystem and community and stays for so long. And all of this although Spring has a bigger footprint.

  • by exabrial on 7/16/24, 7:56 PM

    CDI, love it! Much faster, much lower footprint, much easier to understand, and it doesn't bring in the kitchen sink. Also, it's standards based!

    OpenWebBeans and Weld are the two implementations. OpenWebBeans starts and runs 10x significantly faster, but doesn't see the same amount of commits that Weld does.

  • by t312227 on 7/14/24, 5:34 AM

    hello,

    ... you mean for server-side web-development!?

    idk, but the list on wikipedia:

    * https://en.wikipedia.org/wiki/Comparison_of_server-side_web_...

    could be a starting point :)

    [and then there is a "whole universe" of other usages beside web-related development possible for/with java ... from desktop to mobile etc.etc. ;]

    just my 0.02€