GWT SDK makes it easy to build web application with complex UI design. The set of widgets and layout classes in GWT provides building block which are missing in basic HTML.
But how about writing JS library using GWT?
Well thanks to gwt-exporter it is very easy to build standalone JavaScript library using GWT. Just to prove it, I built a simple JS library which exposes few GWT Layout classes as JS functions. So now you can use GWT layout in any HTML page without writing single line of GWT code.

Dec 01, 2010 by Sheel Khanna | Comments
This is simple tool to generate beautify source code.

Nov 23, 2010 by Sheel Khanna | Comments
I was looking to set environment variables GROOVY_HOME and GWT_HOME on Mac so the Grails's GWT plugin can work properly. Well there is special environment file which system reads after login.

Oct 20, 2010 by Sheel Khanna | Comments

If you are Windows user and big fan of IrfanView's photo batch editing feature, you will certainly going to miss it on Mac.

I have tried so many other applications but nothing came close it. But finally I found a way to run it on Mac (using Wine emulator).



Feb 14, 2010 by Sheel Khanna | Comments

The Google Visualization API allows you to create visualization and reporting applications over structured data and helps integrate these directly into your website or on a Gadget. Google also released the Google API library wrappers to use with GWT.

But Visualization's Formatter classes are missing in current SDK. So I have decided to implement those missing classes.

You can download the Jar to use with your GWT application (released with Apache 2.0 license).



May 01, 2009 by Sheel Khanna | Comments