Hosted mode is really slow when it comes to serialization/deserialization with GWT RPC. In my experience the Firefox GWT plugin does the best job and handle it a way faster than in other browsers. I think even in compiled mode you would recognize some delay at least in IE. Maybe its faster to encode your data in JSON and transfer the JSON String. Parsing JSON on client side is way faster than serialization/deserialization.
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/tutorial/JSON.html http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1Gb9W9YGMJ8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
