A giter8 template for Google App Engine Unfiltered applications.
Build with sbt 0.10.x
# download and copy google app engines sdk to /path/to/your/gae-home
export APPENGINE_SDK_HOME=/path/to/your/gae-home
g8 softprops/unfiltered-gae --name your-app
cd your-app
A support for running with the sbt siasia/xsbt-web-plugin plugin has been added to run a dev server until dev-appserver-start/stop have but added to the gae sbt plugin
sbt
jetty-run
To deploy
sbt appengine:deploy
point your browse at http://localhost:8080/