This post will discuss the actual building of the UI and GWT-RPC web service calls using GWT-Dispatch on the client side.
All posts tagged gae
Building a GAE+GWT application using the best practices, Part 5
Posted by Kevin J. Qiu on March 9, 2010
http://reminiscential.wordpress.com/2010/03/09/building-a-gaegwt-application-using-the-best-practices-part-5/
Building a GAE+GWT application using the best practices, Part 4
In the last blog post, we went over how to write GWT-RPC handlers using GWT-dispatch and dependency injection (Guice). This section, we’re going to see how the client side is set up.
Posted by Kevin J. Qiu on March 3, 2010
http://reminiscential.wordpress.com/2010/03/03/building-a-gaegwt-application-using-the-best-practices-part-4/
Building a GAE+GWT application using the best practices, Part 3
In this part of the series, we’re going to explore the designing of the web services for RateChecker and coding them using the command pattern from GWT-dispatch based on Ray Ryan’s presentation.
Posted by Kevin J. Qiu on March 3, 2010
http://reminiscential.wordpress.com/2010/03/03/building-a-gaegwt-application-using-the-best-practices-part-3/
Building a GAE+GWT application using the best practices, Part 2
In Part 2, we’re going to go over project setup for GAE and GWT applications, and wire the server (servlet) using Guice and GWT-Dispatch.
Posted by Kevin J. Qiu on March 1, 2010
http://reminiscential.wordpress.com/2010/03/01/building-a-gaegwt-application-using-the-best-practices-part-2/
Building a GAE+GWT application using the best practices, Part 1
In the next few blog posts, I’m going to present my experience building a simple (but non-trivial) web application using GWT and Google App Engine, while applying the best practices introduced by Ray Ryan in his excellent presentation at Google IO last year.
Posted by Kevin J. Qiu on February 26, 2010
http://reminiscential.wordpress.com/2010/02/26/building-a-gaegwt-application-using-the-best-practices-part-1/