tags:

views:

531

answers:

4
+4  Q: 

GWT Scaffolding

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
I understand that, but it would be ok for me having it bundled with another framework for the persistence layer.
Otavio
A: 

Not exactly what you're looking for but worth looking at http://code.google.com/p/gwtportlets/ ?

Vusa
+3  A: 

Spring Roo was announced at Google I/O 2010. That might be what you're looking for.

Isaac Truett
+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
[Here](http://www.youtube.com/watch?v=GQHlhIIxCIc) you can find Google I/O presentation of Spring Roo and GWT integration.
Piotr
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