axonbirch banner image

 

 


Posts Tagged ‘rpc call finished’

Notification - End of RPC Call

Friday, October 26th, 2007

This tutorial code aims to solve a problem I have come across a lot lately on our own projects but also within the Google Web Toolkit (GWT) forums lately. The need to know when an Remote Procedure Call (RPC) has finished. Although this somewhat goes against the grain of the essence of an Asynchronous call a lot of developers still see the need to know when it has ended, sucess or failure. Below aims to solve this.

(more…)