Java – Best data binding solution for GWT

data-bindinggwtjava

Have you ever used one of the many half-baked data binding solutions for GWT? If so, how well did it work?

I'd like to stop rolling my own bindings for GWT but there's no clear winner in the data binding space.

I'd prefer to use something with a future e.g. GWT Incubator but there's nothing there yet.

I use GWTDesigner and love it but it doesn't seem to have a solution for this either.

Its a pretty fundamental missing feature. Do you know if the GWT team plans to add support for this? In that case, maybe I'll wait.

Thanks

Best Answer

In case of any doubt about this nowadays, you should use GWT Editors:

http://www.gwtproject.org/doc/latest/DevGuideUiEditors.html

At some point in the future there will be support for jsr 303 validation too.