什么是 JRuby-Rack?
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想要其官方发布公告,或其主页:
来自主页
You probably want its official release announcement, or its homepage:
From the home page