I am a Javascript developer. At my new job place they told me to study jruby and ext-js. It is all clear with ext-js. But I have done some web search on jruby and got confused. How jruby is related to javascript? How should I start learning it? Where can I find some tutorial on it? Thanks for help.
Share
Java + Ruby = Jruby . JRuby is a ruby implementation of the Ruby programming language that runs on jvm. read this book -> introduction to jruby you will understand what jruby is and some basic examples.