My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

This project is no longer maintained; if you want to revive it, drop a line on the group.

Adobe AIR support has been forked, under GPL, in gwt4air.

GWT-in-the-AIR is now actually 3 projects:

  • support for Adobe AIR,
  • support for Yahoo! BrowserPlus
  • the JsCollections utility module to ease working with JavaScriptObjects

Support for Adobe AIR

Makes the Adobe AIR API available for GWT (using JSNI) and a DevMode to ease "GWT in Adobe AIR" development.

Previous versions (Milestones 1 and 2, targetting GWT 1.5) had a linker to automatically package your AIR application from the GWTCompile but it doesn't play well with the new (GWT 1.6 onwards) project structure, so you now have to package your application yourself with the ADT tool from the Adobe AIR SDK, like any other application. There also were an RMI BrowserManager to run JUnit unit tests within the ADL (AIR Debug Launcher) and a GWTShell to launch the GWTShell and run the application in the ADL; they've now been removed and will be replaced with the DevMode (similar to GWT 2.0's DevMode in your browser, but using the ADL instead).

In the mean time, given the lack of DevMode or equivalent, you'd generally use GWT-in-the-AIR when developping applications targetting both the web and the desktop.

Support for Yahoo! BrowserPlus

TODO

JsCollections

TODO

Powered by Google Project Hosting