Is there a way to call a jruby function from javascript, let's say that I need my user interface to be on the browser side.
Note: I'm not using Ruby on Rails
~ Eder Quiñones
Is there a way to call a jruby function from javascript, let's say that I need my user interface to be on the browser side.
Note: I'm not using Ruby on Rails
~ Eder Quiñones
Short answer
No.
Long answer
You can create some server side application and call it through AJAX.
UPD
And yes: How do you create a Java applet using JRuby? :D