Re: Data-binding, Konckout.js

2011-05-12 Thread Artem Nikulchenko
We are using Editors a lot. And they are coll (at least much cooler
than it was before). But they are still far way from full data binding
as shown in Knockout.js (or as it's done in Silverlight). I'm not a
fan of Silverlight and hope that GWT would remove all this "plug-ins"
soon, but watching GWT and Silverlight groups working is parallel in
out company - I could definitely say that Silverlight data-binding
style gives huge advantage and removes a lot of extra code.

GWT with Editors support "WinForms style" of binding, where each form
could be bind to the object and then editors values would be bounded
to properties of that object. In Knockout.js (and WPF and Silverlight)
I could bind ANY property to the values of binding object (that is
called context in that case) and get NotifyPropertyChnage support. For
example I could have panel (for example loading indicator), which
visibility is controlled by IsBusy property (get and set in Java).
Setting this property to false and true will automatically hide and
show the panel. Many more use cases could be shown...

Please check Knockout.js demo for more examples...

Is there are any plans to do the same in GWT?

On May 3, 11:58 pm, El Mentecato Mayor 
wrote:
> Take a look at "Editors" in 
> GWT:http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html
>
> On Apr 30, 9:35 am, Artem Nikulchenko  wrote:
>
>
>
>
>
>
>
> > I've recently seenKnockout.js presentation at MIX 11 and it looks
> > amazing. It removes all boilerplate code around data-binding and looks
> > really amazing!!! We do have a lot of development in both GWT and
> > Silverlight, and Silverlight data-binding is probably the only
> > advantage left (and we really miss it when switch to GWT and write
> > data oriented applications). And it looks likeKnockout.js could give
> > same experience, if it would be integrated into GWT.
>
> > Is there are any plans to integrateKnockout.js into GWT? Or maybe
> > make same binding experience in GWT by it's own?
>
> > Best regards,
> > Artem

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Data-binding, Konckout.js

2011-05-03 Thread El Mentecato Mayor
Take a look at "Editors" in GWT:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiEditors.html


On Apr 30, 9:35 am, Artem Nikulchenko  wrote:
> I've recently seen Knockout.js presentation at MIX 11 and it looks
> amazing. It removes all boilerplate code around data-binding and looks
> really amazing!!! We do have a lot of development in both GWT and
> Silverlight, and Silverlight data-binding is probably the only
> advantage left (and we really miss it when switch to GWT and write
> data oriented applications). And it looks like Knockout.js could give
> same experience, if it would be integrated into GWT.
>
> Is there are any plans to integrate Knockout.js into GWT? Or maybe
> make same binding experience in GWT by it's own?
>
> Best regards,
> Artem

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Data-binding, Konckout.js

2011-05-02 Thread Artem Nikulchenko
I've recently seen Knockout.js presentation at MIX 11 and it looks
amazing. It removes all boilerplate code around data-binding and looks
really amazing!!! We do have a lot of development in both GWT and
Silverlight, and Silverlight data-binding is probably the only
advantage left (and we really miss it when switch to GWT and write
data oriented applications). And it looks like Knockout.js could give
same experience, if it would be integrated into GWT.

Is there are any plans to integrate Knockout.js into GWT? Or maybe
make same binding experience in GWT by it's own?

Best regards,
Artem

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.