From: Charles Oliver Nutter Date: 2007-04-28T06:10:18+09:00 Subject: Re: Using Ruby in a Corporate Environment DDENNISON@UP.COM wrote: > 4. Figure out a way to get ruby/jruby to deploy using your existing > infrastructure. In my case, how can I get JRuby/Ruby into an ear/war file > and have it work? That works now. See the JRuby wiki for information on how. It's basically just a rails plugin, then run "rake war:standalone:create". Done. > 6. Worry about performance. Ruby/JRuby is so incredibly slow on > benchmarks, no one is going to take you seriously if you try to use it for > everything right now. When you see things like this: > http://www.javaworld.com/javaworld/jw-03-2005/jw-0314-scripting_p.html it That benchmark is so old man, we've improved by an order of magnitude since then. We're faster than Groovy at this point. - Charlie