Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - feedback

Entries feed - Comments feed

Thursday 19 April 2007

Thoughts on GWT

Michael

I recently finished the second part of a two-part tutorial on the Google Web Toolkit. It should appear on IBM's developerWorks in the near future. I read a lot of materials on GWT during that time, including quite a few criticisms of it. So I figured I should take the time to put in my $0.02 about it.

Thoughts on GWT

Friday 23 March 2007

GWT Feedback : LiveTable goes two-tier

Antonio Leonforte

After same dramatic results we got benchmarking Javascript on IE, Firefox and Opera, we simply understood that placing all the grouping/filtering/rendering logic on the browser simply would not work. Up to ten seconds to group and render 100 rows is clearly not acceptable, when you can do the same server-side with java 500 times faster. And we could even have thousands of objects that would cause the user to wait minutes...

LiveTable goes two-tier