Google 的 App Engine 示例应用程序是否是用 Java 编写的?
我正在查看 Google App Engine 的示例应用程序存储库:
http:// code.google.com/p/google-app-engine-samples/
奇怪的是它们似乎都是用 Python 编写的。
是否有适用于 GAE 的 Java 示例应用程序?
I was looking at this repository of sample apps for Google App Engine:
http://code.google.com/p/google-app-engine-samples/
The strange thing is they all seem to be in Python.
Are there any Java sample apps for GAE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此处提供了一些详细记录的代码示例。它们是随书附赠的,但单独使用也很有用。您可以在 README_java.txt .
更新
这些是另一本书的来源。
There are some well documented code samples here. They accompany a book but feel useful as a stand alone, too. You can find an overview in the README_java.txt .
Update
These are sources of another book.
对于初学者来说这是一个很好的例子。
http://www.vogella.de/articles/GoogleAppEngineJava/article.html
This is nice example for beginners.
http://www.vogella.de/articles/GoogleAppEngineJava/article.html
该存储库中的所有示例目前仅是 Python。下面是 I/O 2009 上用 Java 编写的示例应用:Plane-crazy。
All the examples in that repository are currently Python only. Here's an example app from I/O 2009 that's written in Java: Plane-crazy.