Setup GWT 1.6
February 13th, 2009
Tags: gwt Posted in Java JavaScript :-)Say something
GWT 1.6 is out now, it has new output structure and the starting scripts all have been updated. So if you want to try the sample inside the GWT, e.g. Hello/.
Just go there and run : ant hosted (see the build.xml there to find out the magic), then you can change the code and refresh as usual.
If you want to have new project, now use the webAppCreator shiped with GWT, try something like:
$GWT_PATH/webAppCreator -out Test com.example.code.Test
It will generate all the necessary stuff for you. And do check out the new WAR structre output from GWT 1.6 at its design doc.
Custom Search