标签: google-app-engine scala
谷歌应用引擎的新(实验性,开源)python API使用Python的异步功能,可以方便地实现重叠操作:http://neopythonic.blogspot.com/2011/01/new-app-engine-datastore-api.html。我需要使用Scala(或者其他一些JVM语言)来实现同样的目标吗?
答案 0 :(得分:1)
您可以使用Java Async Datastore API执行此操作。如果你想让它更像'scala-esque',你可能需要自己编写包装器。