Ask HN: What stack would you use to build a CRUD web app on the JVM today?
11–20 of 213 posts
Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#12Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#13I second Play Framework. Have used it and Scala is a very nice language to learn. If I had invested in so much into the JVM, Play Framework would be it. But, if it's just a simple CRUD app, and if you had a choice, I'd recommend you to give Ruby on Rails a try. Hope this helps!
If JVM is not a must, consider using Meteor.
Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#14However, it depends from your use-case. Could add some detail please?
Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#15I second Play Framework. Have used it and Scala is a very nice language to learn. If I had invested in so much into the JVM, Play Framework would be it. But, if it's just a simple CRUD app, and if you had a choice, I'd recommend you to give Ruby on Rails a try. Hope this helps!
Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#16Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#17Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#18Spring MVC + Hibernate. I'm familiar with those libraries and they provide almost everything I usually need. For frontend I would choose either JSP or Thymeleaf, both are good, depends on your taste and whether you're writing HTML markup. Another option is a JavaScript-powered SPA website. You have plenty of choices there. And I highly suggest using Intellij Idea Ultimate + JRebel. Those technologies provide tremendo…
Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#19Re: Ask HN: What stack would you use to build a CRUD web app on the JVM today?
#20ReactJS + Spark framework (or Vert.x 3 or Ratpack) + JDBI if you don't like JAX-RS.
I don't like JAX-RS, but it is hard to beat DropWizard if you do.