TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby grandimam10 months ago

3 comments

dkwr10 months ago
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.<p>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.
exabrial10 months ago
CDI, love it! Much faster, much lower footprint, much easier to understand, and it doesn&#x27;t bring in the kitchen sink. Also, it&#x27;s standards based!<p>OpenWebBeans and Weld are the two implementations. OpenWebBeans starts and runs 10x significantly faster, but doesn&#x27;t see the same amount of commits that Weld does.
t31222710 months ago
hello,<p>... you mean for server-side web-development!?<p>idk, but the list on wikipedia:<p>* <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Comparison_of_server-side_web_frameworks#Java" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Comparison_of_server-side_web_...</a><p>could be a starting point :)<p>[and then there is a &quot;whole universe&quot; of other usages beside web-related development possible for&#x2F;with java ... from desktop to mobile etc.etc. ;]<p>just my 0.02€