What is JRuby-Rack?
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开发者_StackOverflow 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.
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.
精彩评论