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: Do you still use Java?

3 pointsby inodeman6 months ago

6 comments

dkwr6 months ago
In Germany or maybe Europe(?) many enterprises use Java for completely new services.<p>Some reasons I found: - it&#x27;s a matured stack with a matured framework (Spring)<p>- there&#x27;s already a lot of Java knowledge in the company<p>- there are already existing services written in Java. Why should the company start to maintain another stack?<p>- there&#x27;s a lot of Java knowledge walking outside the company. So hiring is easier.<p>- it&#x27;s still taught as one of the first languages at universities.<p>I&#x27;ve only seen few alternatives for language usage:<p>- C#, but then you lock-in to Microsoft.<p>- Typescript, but there are still skeptics<p>Anyway, the number of companies who are adapting other languages like Go or Python is rising. That&#x27;s my biased perspective as a Cloud developer working in finance, IIoT. I don&#x27;t know how it looks like for other areas.
评论 #42118517 未加载
评论 #42118135 未加载
评论 #42150623 未加载
taylodl6 months ago
For new applications? No. But there aren&#x27;t all that many brand-new applications, are there? Most of the time you&#x27;re making incremental enhancements, bug fixes, and minor modifications to existing applications. That&#x27;s the bulk of work. So, 20+ years of Java persists, just like COBOL. I&#x27;m sure Java will be around for another 20 years.<p>Are we actively trying to remove Java from our application portfolio? No. If an application is due for an overhaul, then it won&#x27;t be re-created in Java. But application overhauls aren&#x27;t nearly as frequent as people would like. In my experience, applications can have a 20-30 year lifespan.
codingdave6 months ago
Yes, but it is the #2 priority item on my list of goals to get rid of the last of it so I could answer &quot;No&quot; to this question in the future. But we have a 20 year history of using it, so it takes time to wind it all down.<p>Java does have its place - but it is one of those stacks where you need to be all in, or not. Sprinkling Java in a few places around your ecosystem is not a good place to be.
JohnFen6 months ago
No. My current employer doesn&#x27;t use Java, and I don&#x27;t use it in my own projects. I used it at my prior employer, though.
rlawson6 months ago
Heck yeah. Still pays the bills for me after 20 years and with Micronaut, Quarkus and even Spring boot the story around startup time and memory consumption is great. Tons of devs to hire, insanely good tooling&#x2F;monitoring&#x2F;debugging tools - why not use it?
exabrial6 months ago
Of course!