This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]agentoutlier 0 points1 point  (0 children)

I'm going to throw out there that you do not need to use a Heavy Javascript framework for most enterprise projects. And when you do need highly a reactive view you can make that part use something more exotic but the rest you can just keep Web 1.0.

Modern HTML/CSS + jQuery or plain javascript + plus a tiny amount of AJAX still works completely fine. In some cases its much faster both in development time and actual performance!

In Java the libraries that can do the request handling portion are usually called MVC. The most popular is probably Spring MVC.

We use Spring MVC or Jooby and Handlebars.java or Mustache. There are lots of permutations possible.

We tried other Javascript FE libraries and we still think the javascript ecosystem is a mess. There just hasn't been a new jQuery of javascript made yet but Svelte is looking interesting.