Hi Guys, I am glad that I know 2 approaches now.
As said by Kozura, I guess the best thing for me to do is try both the approaches and decide based on performance. Thanks to all for the replies. Have a nice weekend! On Mar 26, 5:05 pm, kozura <[email protected]> wrote: > Ah I see, the point is to avoid the extra round trip time of the first > RPC call. For most cases, it's probably not worth the extra effort > and complication - note that most web pages make many many more round > trip calls to load all the images etc. In that video, it sounds like > most of their services return a simple HTML string that they push into > innerHTML, which would be straightforward to bundle with the initial > code download. This becomes more complicated with real data. > > So I think the correct answer is, try it the straightforward way (just > make the RPC call), and if you find the performance unacceptable then > look into something like this - especially for someone just learning > GWT! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
