Posts Tagged ‘ client ’
RPC stands for remote procedure call, which is basically how your GWT client side code will communicate with your server. If you want an in depth analysis of how RPC works then you can click here, and Google will explain the technical details. An RPC call is just like an AJAX call to a servlet, [ READ MORE ]
In this post we are going to take a look at GWT while running in hosted mode. The hosted mode feature of GWT makes developing AJAX enabled web applications simple and easy. Google writes “During development, you can iterate quickly in the same “edit – refresh – view” cycle you’re accustomed to with JavaScript, with [ READ MORE ]