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.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
As I outlined in a previous answer, I like Spring MVC.
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.
Apache Wicket and Vaadin are my favorites. Vaadin is more for RIA / application style interfaces.
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!
Take a look at JRapid! Define your application model and it generates every layer for your application, including a very powerful UI.
i like grails, but there are a lot of these things out there, matt raible sems to have a good handle on them: