Answer the question
In order to leave comments, you need to log in
What is a simple Java Web Framework?
Tell me a simple framework for developing web applications as part of Java EE.
I say right away that I do not need GWT and JSP with analogues - the html code should be as clean as possible. All JavaScript and HTML is written by individual developers, so no auto-generated inputs or anything. We need a pure backend to connect all this to the ee bean.
So far, you have to collectively farm something of your own, where there is a global parent Controller that inherits HttpServlet, and all "controllers" for each page are already inherited from it. + to this, a simple template engine that simply substitutes values in the html of the page (something like a fancy smart). But it's basically a bike. Should there be a ready-made solution?
Answer the question
In order to leave comments, you need to log in
If you need REST+Angular then RESTful service is very easy to use Jersey https://jersey.java.net/ , there is good documentation and here is a little tutorial draptik.github.io/blog/2013/07 /13/angularjs-example...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question