You make DZone different! Login and vote now.
By screamingtoaster
via developerlife.com
Published: Dec 11 2007 / 05:29
One of the most important pieces of the GWT framework is the GWT Remote Procedure Call (RPC) mechanism. This RPC mechanism makes it easy for a GWT application client to make a call to server-side code. GWT RPC makes it simple to get data between the client and the server. The server-side code that gets called from the client is referred to as a service. This tutorial will teach you how to build a GWT RPC Service. This is part 3 of a multipart GWT series on http://developerlife.com/.



Add your comment