Java Web Framework for a new project

I am going to start a new JAVA web project and have no idea which framework to use. For those with more experience, I mentioned the key features that I expect from the Framework.

  • MVC
  • Already ripened (min. 2 years)
  • Well documented (in a week I should know exactly where to find something), after all, if you can offer a good book for this framework.
  • ALREADY very good support for M (odelling), for example, like Grails (domanin classes with relationships between them) or complex things like transaction, support for Hibernate, ...
  • To be scalable is very important.
  • It is not very difficult to study (4 weeks to get a good idea of ​​the structure).
+3
source share
4 answers

, Spring. , - . , - , , , . , , Spring . , .

Spring -

SpringSource

, .

+2
+1

!

I am using Play! The framework of recent months, and I really like it. It has a very short development cycle - just save the source file and refresh the web page in the browser because it is automatically compiled. And the framework is easy to understand and has good documentation. And it is light weight with good performance.

It can be deployed either using Netty (recommended) or as a war file on any servlet container, for example. Glassfish or Jetty.

+1
source

Id uses Grails. There are several gotchas, but overall its very easy to use.

0
source

All Articles