Did anybody try to get play 2.0 on GAE? Play is now based on sbt, technically sbt-appengine-plugin should work. And if you have tried, what is your datastore setup?
相关问题
- java.lang.NullPointerException at java.io.PrintWri
- __call__() missing 1 required positional argument:
- Upload file to Google Cloud Storage using AngularJ
- Where is the best place to put one-time and every-
- facebook “could not retrieve data from URL”
相关文章
- Is there a size limit for HTTP response headers on
- appcfg.py command not found
- how to set H2 primary key id to auto_increment?
- Google app engine datastore string encoding proble
- Build maven project as a part of SBT build
- Angular route not working when used with Google Ap
- Doctrine not finding data on Google App Engine?
- Using OkHttp client via OKClient on Google App Eng
I don't beleive it will work as, if I'm not mistaken, GAE requires a war file, which Play 2.0 can't generate.
That will not be possible until Play 2.1 (as per current plan)
You might want to try Ninja Web Framework and the Ninja Appengine module. One of the main reasons why we started Ninja was App Engine support.