什么是 JRuby-Rack?

发布于 2024-11-18 23:07:12 字数 350 浏览 3 评论 0原文

我有一个使用 Rack 和 Thin 用 Ruby 编写的现有 Web 应用程序。我需要将其移植到 JRuby,以便它可以与一些 Java 库交互。 Google 将我指向此页面: https://github.com/jruby/jruby/wiki/JRuby_Rack< /a>

这个 JRuby-Rack 是什么?我对 Ruby 的了解还不够,似乎无法弄清楚,而且似乎也没有任何教程。我不知道什么是颤音,我见过的唯一例子涉及我没有使用的轨道。

如果有一种不那么痛苦的方法,请告诉我。

I have an existing web application written in Ruby using rack and thin. I need to port this to JRuby so that it can interface with some Java libraries. Google pointed me to this page: https://github.com/jruby/jruby/wiki/JRuby_Rack

What is this JRuby-Rack? I don't know enough about Ruby to seem to figure it out and there does not seem to be any tutorials. I do not know what is warble and the only example I have seen involves rails which I am not using.

If there is a less painful way of doing this please let me know.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

尽揽少女心 2024-11-25 23:07:12

您可能想要其官方发布公告,或其主页

来自主页

JRuby-Rack 是 Java servlet 环境的轻量级适配器,允许任何基于 Rack 的应用程序无需修改即可在 Java servlet 容器中运行。 JRuby-Rack 支持 Rails、Merb 和任何与 Rack 兼容的 Ruby Web 框架。

You probably want its official release announcement, or its homepage:

From the home page

JRuby-Rack is a lightweight adapter for the Java servlet environment that allows any Rack-based application to run unmodified in a Java servlet container. JRuby-Rack supports Rails, Merb, and any Rack-compatible Ruby web framework.

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