Has anybody tried to setup sbt to work with Google App Engine? I dream about using development server auto-reloading after source changes.
相关问题
- Unusual use of the new keyword
- java.lang.NullPointerException at java.io.PrintWri
- Get Runtime Type picked by implicit evidence
- __call__() missing 1 required positional argument:
- What's the point of nonfinal singleton objects
相关文章
- Gatling拓展插件开发,check(bodyString.saveAs("key"))怎么实现
- RDF libraries for Scala [closed]
- Why is my Dispatching on Actors scaled down in Akk
- Is there a size limit for HTTP response headers on
- How do you run cucumber with Scala 2.11 and sbt 0.
- appcfg.py command not found
- GRPC: make high-throughput client in Java/Scala
- Google app engine datastore string encoding proble
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.