GAE 上的 RoR?
由于 Google App Engine 很快将全面支持 Java:
是否可以在 Google App Engine 上运行 Ruby on Rails? 或者 AppEngine 运行时施加的限制会影响 JRuby 实现吗?
其他语言(例如 Groovy、Clojure、Scheme)怎么样?
有没有努力在 JVM 中支持 .net 和 C#? 我认为这将为网络开发创造一个新的水平。
Since Google App Engine will soon full support Java:
Would it be possible to run Ruby on Rails on Google App Engine? Or the limitations imposed by the AppEngine runtime will affect the JRuby implementation?
What about other languages such as Groovy, Clojure, Scheme?
Are there any effort to support .net and C# in JVM?? I think this would create a NEXT level on webdevelopment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这已经成为可能。 它并不完美,但我期望快速改进。
详细信息:
This is already possible. Its not perfect, but I would expect rapid improvement.
More information:
看起来该计划最终是支持这些技术的。
http://googleappengine.blogspot。 com/2009/04/seriously-this-time-new-language-on-app.html
如果您可以使用GAE的新技术来完成您想要的事情,我认为这样做对你有利。
It looks like the plan is to support those technologies eventually.
http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html
If you can use the new technologies with GAE to accomplish what you want to, I think it would be in your favor to do that.
AFAIK,GAE 计划支持 JRuby on Rails。
.NET 和 C# 已经拥有自己的 VM,并且可以通过 Mono 在 Linux 下运行...如果您想要在 JVM (C#) 上使用低级语言,只需使用 Java,如果您想要的话要使用.NET,您最好留在Microsoft 世界中。
GAE has plans to support JRuby on Rails, AFAIK.
.NET and C# already have their own VM, and can run under Linux via Mono... if you're reaching the point where you want a low-level language on the JVM (C#), just use Java, and if you want to use .NET, you're better off staying in the Microsoft world.
只要 GAE/Java 支持任何 JRE 语言,就已经支持 JRuby。 主要的困难是让 ActiveRecord 能够与 Google 数据存储区 API 配合使用,而用户可以克服这一困难,而不需要 Google 支持。
不幸的是,我对 Ruby 不熟悉,所以我无法说出这有多困难。 我确信已经有人在做这方面的工作了。
JRuby is already supported, insofar as GAE/Java supports any JRE language. The main difficulty - something that can be overcome by users, rather than requiring Google support - is making ActiveRecord work with the Google datastore APIs.
Unfortunately, I'm not familiar with Ruby, so I can't speak as to how difficult this is. I'm sure there are people already working on it.