Monday, March 15, 2010

Sample 7 – GreenTea - Learning GWT 2.0 and RPC

Anonymous wrote on GWT Sushi telling us about a blog post which had a simple but great example of Remote Procedure Calls with GWT (I found earlier today from the Google videos that the acronym is pronounced Gwit).  The tutorial is really good because it just examines one useful feature, making a call to the server to get some data, and displaying the data.  This Sample, number 7 is called GreenTea, it adds two numbers and returns the result:

GreenTea

Thanks to Chad for writing the post over at Giant Flying Saucer.

The new code sample is in the Google Code repository.  Click the Downloads tab for more info.

No comments:

Post a Comment