I'm not quite sure what you are looking for, but if it is "Rails for Java Web Applications", the closest thing to Grails . In addition, Spring Roo (also from SpringSource, like Grails) and Seam .
What these frameworks have in common is that they provide a complete stack for building Java-based web applications along with performance tools (and the performance language in the case of Grails, as Groovy developers would say).
The main differences are as follows:
- Grails: Spring stack + Groovy language + working shell
- Roo: Spring stack + simple Java + shell with performance
- Seam: Java EE stack (EJB3, JSF, etc.) + simple Java + shell with performance
source
share