Re: need to send any value from server to client to stop the display page loading
Hello,
-- The GWT RPC mechanism is asynchronous by definition, so you could send the data to the server, and hide the loading display in the onSuccess method of the RPC call, triggered when the server is done.
If you really want to push data from the server to the client, take a look at Atmosphere for example, it supports GWT (has some samples), but can be trickier to set up.
On Thursday, August 15, 2013 2:41:28 AM UTC+12, fedex wrote:
If you really want to push data from the server to the client, take a look at Atmosphere for example, it supports GWT (has some samples), but can be trickier to set up.
On Thursday, August 15, 2013 2:41:28 AM UTC+12, fedex wrote:
i,In my current application I am writing a huge data to write the csv file. For passing the values from client to server I used GWT-RPC call to send the data to server. Now, I need to send some value from server to client once the query is executed to stop the display page loading. How can I achieve this? is there any way where we can send the data from server to client
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home