Best Web applications framework for Java? [closed]

2020-01-27 02:34发布

Which is the best framework for Java? I'm looking for something similar to Symfony for php and Ruby-On-Rails for Ruby? I even don't know if anything such exists for Java or not.

18条回答
小情绪 Triste *
2楼-- · 2020-01-27 03:20
可以哭但决不认输i
3楼-- · 2020-01-27 03:20

I have really enjoyed using Grails it makes extensive use of the Hibernate and Spring frameworks. The way it seperates the model view and controller is great.GORM (Grails' object relational mapping (ORM) implementation) is amazing and there are plans to separate it out into its own stand alone product.

Security is very easy using the Spring Acegi security plugin

Also worth looking at is the Searchable plugin which implements a full text search very quickly and easily.

查看更多
兄弟一词,经得起流年.
4楼-- · 2020-01-27 03:23

Apache Wicket and Vaadin are my favorites. Vaadin is more for RIA / application style interfaces.

查看更多
做自己的国王
5楼-- · 2020-01-27 03:25

Hands down, Grails.

Just download it from Grails.org and start working through the examples, and screencasts. The guys who make it just got bought by SpringSource, so it's guaranteed to go places!

查看更多
Juvenile、少年°
6楼-- · 2020-01-27 03:25

Take a look at JRapid! Define your application model and it generates every layer for your application, including a very powerful UI.

查看更多
登录 后发表回答