GAE 上的 RoR?

发布于 2024-07-17 07:20:05 字数 363 浏览 10 评论 0原文

由于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

分分钟 2024-07-24 07:20:05

已经成为可能。 它并不完美,但我期望快速改进。

详细信息:

This is already possible. Its not perfect, but I would expect rapid improvement.

More information:

风流物 2024-07-24 07:20:05

看起来该计划最终是支持这些技术的。

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.

靑春怀旧 2024-07-24 07:20:05

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.

新一帅帅 2024-07-24 07:20:05

只要 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文