We hope you saw the recent announcement of Google Gears, which is being unveiled at Google Developer Day.
Well, we were so excited about the possibility of AJAX applications working even while offline, we went ahead and put together the Google API Library for Google Web Toolkit with support for Google Gears. This open source library allows developers writing applications with Google Web Toolkit to take advantage of the Google Gears APIs to develop applications that work offline — on a plane or anywhere else you happen to be.
Since interoperability is at the very core of GWT, we wanted to take this opportunity to show an example of how GWT applications can be built with JavaScript APIs, taking advantage of GWT's JavaScript Native Interface (JSNI).
Please keep in mind that this is an early prototype of this library, and so your mileage may vary. We are planning to add support for other Google APIs; if you'd like to help, please check out Making GWT Better, and contribute your ideas. If you're curious to get started, check out the project on Google Code.