GWT (Google Web Toolkit) Tips

Thursday, May 1, 2008

Stubbing RPC calls in Google Web Toolkit's Hosted Mode

Level: Intermediate
Date: Originally published 10/07, updated 4/08.
Author: Richard Bondi,

In this post I describe a way to "fake" or "stub" your RPC calls in GWT's hosted mode. It allows you to deploy to web mode without having to change any code, change any configurations, and without any stub or development-only code being deployed. It's very clean, and will work with any web application setup (for example, Spring is optional).

The full post is available at http://docs.google.com/Doc?docid=dw2zgx2_106fd4mtt&hl=en.

Tuesday, January 1, 2008

How to Integrate Spring 2.x with the Google Web Toolkit (GWT)

Level: Intermediate
Date: Originally published 10/07, updated 4/08.
Author: Richard Bondi,

This post explains how to manage your GWT server-side services with Spring and Spring MVC, and to inject Spring beans into them.


The complete post is available at http://docs.google.com/Doc?docid=dw2zgx2_25492p5qxfq&hl=en.

About this blog

Notes on the Google Web Toolkit and RoR.