GWT 1.7

July 14, 2009

GWT 1.7 is out, if you work with the google plugin for eclipse you can just upgrade it from “Help<Software Updates”. If not you can download it from http://code.google.com/webtoolkit/download.html.

This patch does not have a lot of changes, just some bug fixes and support for Explorer 8, Firefox 3.5 and Safari 4.


GWT Theme generator

July 3, 2009

came across this cool GWT theme creator today. really easy way to get rid of the standard GWT look (colors mostly).

http://gwt-theme-generator.appspot.com/

to install add the jar to your classpath and add following line to your *module*.gwt.xml file:

<inherits name=’com.sensei.themes.mytheme.Mytheme’/>