Has anybody tried to setup sbt to work with Google App Engine? I dream about using development server auto-reloading after source changes.
I wrote an example application describing how to set up a development environment and create an application using SBT and app engine. It also includes instructions on setting up JRebel to get the auto reloading you dream of.
See http://jeremys-scala-example.appspot.com/
It is for SBT 0.7 so its a little out of date.