A
A
Andrey Unger2014-04-10 20:56:05
Java
Andrey Unger, 2014-04-10 20:56:05

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

5 answer(s)
S
sindrom, 2014-04-10
@sindrom

Try Play! framework

I
Ivan, 2014-04-11
@sputnic

Suggest Spark

M
Moxa, 2014-04-11
@Moxa

grails

N
nesterione, 2014-04-13
@nesterione

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...

A
AlexSerov, 2014-04-15
@AlexSerov

There is no simpler framework than HybridJava!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question