vote up 1 vote down star
2

I just found out about JRuby, and I like the idea of running Ruby on Rails and being able to call Java libraries.

I would like to know about some experiences with running enterprise production applications in JRuby. Are stability and performance acceptable?

Thanks.

flag

5 Answers

vote up 3 vote down check

Here is a blog post from a company that created a cross-platform, multithreaded, desktop simulation application with JRuby. I think their success indicates JRuby is ready for enterprise production applications.

http://spin.atomicobject.com/2009/01/30/ruby-for-desktop-applications-yes-we-can

link|flag
vote up 0 vote down

Actually it's pretty fast too. I'm not sure how they all compare now, but with the new dynamic invoke bytecode added to the JVM, it should become by far the fastest implementation available.

Groovy and Grails should also get a big speed boost from this pretty soon.

link|flag
vote up 0 vote down

JRuby is among the fastest Ruby implementations right now and definitely production ready.

Here's some "success stories" from jruby.org:

http://wiki.jruby.org/wiki/Success_Stories

link|flag
vote up 0 vote down

Jason Seifer says yes. His presentation on Ruby VM's is on InfoQ.

A look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise.

http://www.infoq.com/presentations/seifer-ruby-vm-comparison

link|flag
vote up 0 vote down

We're using it at our company on a large project. The major problem we find is that there isn't as large of a community built around the technology as say Java or .Net. Which makes recruiting difficult.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.