Re: Does GWT has any support for data binding?

2015-05-17 Thread Arnaud Tournier
Jeff Larsen larsenje@... writes: From 2.1 on it has databinding added. Check out the editor framework. http://code.google.com/p/google-web-toolkit/wiki/Editors I suggest you try HexaBinding, which is non invasive and only focused on data binding. Here is the link :

Re: Does GWT has any support for data binding?

2011-03-02 Thread Jeff Larsen
From 2.1 on it has databinding added. Check out the editor framework. http://code.google.com/p/google-web-toolkit/wiki/Editors -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Does GWT has any support for data binding?

2011-03-01 Thread Tony
I think gwt-ent may do the work for reflection , data binding . http://code.google.com/p/gwt-ent/ On Feb 28, 10:09 am, Sai dhana@gmail.com wrote: Hi All, I have a requirement to build GWT based User Interface and looking for a very good data binding feature, meaning binding a java

Re: Does GWT has any support for data binding?

2011-02-28 Thread saida dhanavath
Hi, I found something interesting called GWT Editor Framework for data binding. http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.htmlI think it looks good. Can you share your thoughts on the same for using in an

Does GWT has any support for data binding?

2011-02-28 Thread Sai
Hi All, I have a requirement to build GWT based User Interface and looking for a very good data binding feature, meaning binding a java object model to a UI form. like Struts Form bean/JSF backing bean feature. I went through GWT docs but didn't find anything on data binding, If you guys have