Is JHipster Still a Good Choice for Java Developers in 2025?

0
0
Asked By CodeWizard92 On

I'm curious about the popularity and relevancy of JHipster for creating production-grade applications in 2025. Do you or anyone you know actively use it? Also, have you used tools like JDL Studio or the JHipster IDE/UML? What technologies do you typically incorporate in your JHipster-generated applications?

3 Answers

Answered By MinimalistDev On

JHipster tends to generate a ton of unnecessary code, like Groovy/Grails. These days, I prefer Bootify.io for a more minimalist approach.

CustomCodeFan -

You can actually customize what you need when generating code, plus they have JHipster Lite for ultra customization.

Answered By TechGuru99 On

Honestly, we started our business with JHipster and Spring Boot apps about 10 years ago. Back then, it was pretty chaotic, and I wouldn't recommend it now. Most of that initial code has been rewritten or ditched altogether! It's surprising to see people still bring it up.

VentureBuilder -

What led you to choose it initially? A compelling article, perhaps?

CuriousCoder -

What tech stack are you using now instead?

Answered By DevNinja34 On

Inherited a project built with JHipster and Angular, and it was a configuration nightmare. There were times when the wrong Node version caused builds to fail. It's okay for quick MVPs, but for long-term projects, it gets tough to maintain. I suggest keeping your Spring Boot app and UI separate.

CodeChaser -

JHipster does allow separate frontend and backend apps if you set it up that way.

AngularFan -

Yeah, I've seen people separate the SPA from the API from the get-go. The newer JHipster versions are looking decent!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.