Re: GWT Speed Advice

2012-02-26 Thread Killian
Hi Colin, Thank you so much for your prompt reply. Very interesting, I really had no idea. At least it clarifies everything :-) Cheers for that, Killian On Sunday, 26 February 2012 20:08:37 UTC, Colin Alworth wrote: > > The rebinding is how all of the GWT.create calls work, to build browser >

Re: GWT Speed Advice

2012-02-26 Thread Colin Alworth
The rebinding is how all of the GWT.create calls work, to build browser specific implementations of most of those (mostly to deal with browser differences), and to generate the needed source for a few (mostly i18n/clientbundle interfaces and RPC). This is perfectly normal, and expected. As for

GWT Speed Advice

2012-02-26 Thread Killian
Hi Lads, Just wanted to get an advice with respect to my gwt app running pretty slow. I'm not very good with respect to display issue so apologies in advance if this question sounds obvious. In order to speed up the app I've followed instructions in the GWT website and used extensively code bre