/hello-gwt-sbt

Hello World project to test building a GWT application with sbt

Primary LanguageJava

To compile and create a war package for this hello world GWT app, run

$ git clone git://github.com/thunderklaus/hello-gwt-sbt.git
$ cd hello-gwt-sbt
$ sbt package-war

However, there are still some rough edges, see the issues.