Full stack framework for Java

Posted by Jonathan Barbero on Stack Overflow See other posts from Stack Overflow or by Jonathan Barbero
Published on 2010-01-01T03:49:08Z Indexed on 2010/03/19 22:21 UTC
Read the original article Hit count: 198

Hello everyone,

I'm looking for a full stack framework (from persistency to view generation (CRUD)) for Java. I don't have experience with Rails style frameworks, like Grails, but I worked a lot with Hibernate, Struts, Spring ...

I prefer a framework that let you naturally modify the business domain design with the less effort ( i.e. writing the sql querys to modify the tables and constrains, change the view pages, etc ... ). I was looking a bit about this topic, I saw Naked Objects for example but its development has stopped. So, I want to hear about your experience.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about framework