Wednesday, May 5, 2010

GWT + GAE + Gadget Timestamp Converter Application

I built a Google Web Toolkit application which can be quickly compiled for the Google App Engine and IGoogle. I made a source project then included it into a GAE and Gadget project so I didn't have to change compiling techniques depending on which I wanted to build it for. This actually ended up to be very easy to deploy the application this way.

http://www.google.com/ig/directory?url=demogwtdatetimegadget.appspot.com/demogwtdatetime_gadget/org.gonevertical.demo.client.DemoGwtDateTime_Gadget.gadget.xml  - IGoogle Gadget

http://demogwtdatetimegae.appspot.com - GAE Example

http://gwt-examples.googlecode.com  - Find the source in the DateTime Converter

http://code.google.com/p/gwt-examples/wiki/project_Gadget  - gadget examples

No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...