Is there something similar to Ruby on Rails Scaffolding for creating GWT CRUD?
A:
GWT isn't a full application stack like Rails, so you might not find a solution that is as integrated and out of the box as Rails. GWT is primarily a view layer - you'd still need a persistence layer.
Peter Recore
2009-08-04 02:47:08
I understand that, but it would be ok for me having it bundled with another framework for the persistence layer.
Otavio
2009-08-04 12:02:56
A:
Not exactly what you're looking for but worth looking at http://code.google.com/p/gwtportlets/ ?
Vusa
2009-08-04 14:29:13
+3
A:
Spring Roo was announced at Google I/O 2010. That might be what you're looking for.
Isaac Truett
2010-06-25 01:20:51
+1, Spring Roo is probably what you are looking for. It is even mentioned in [GWT site](http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#MvpFramework). However, it requires GWT 2.1 to work.
Piotr
2010-06-26 09:55:20
[Here](http://www.youtube.com/watch?v=GQHlhIIxCIc) you can find Google I/O presentation of Spring Roo and GWT integration.
Piotr
2010-06-26 10:10:34
A:
MyEclispe for Spring 8.6 M2 was just released and it now has GWT scaffolding.
You can download a free 30 day trial here: http://bit.ly/asbbYo
Sean
2010-07-07 18:19:44