InfoQ

News

JRuby: Almost Ready for Primetime?

Posted by Sam Aaron on Apr 25, 2007 12:00 PM

Community
Java,
Ruby
Topics
JRuby
Tags
Java One ,
Rails

JRuby 0.9.9 is now out in the wild and has been declared “ready for prime time”.

The focus on this release has been compatibility with Ruby 1.8.4. However, despite compatibility being the overall priority, performance hasn’t been ignored; JRuby 0.9.9 is 40% faster than the 0.9.8 release.

One of the compatibility benchmarks the JRuby team uses is the ability to run Rails applications without errors, and this is something that they’ve finally achieved. For example, the popular Rails blogging engine Mephisto is working well on this release. JRuby developer Ola Bini is pleased with JRuby’s compatibility with Ruby 1.8.4. He stated “compatibility is looking very good. Almost all of Ruby 1.8 [is] working flawlessly”.

The next step for JRuby is a 1.0 RC release which they are hoping to get ready for the JavaOne conference in May.

The significant achievements for JRuby 0.9.9 are:

  • Major compatibility and performance overhaul of String, Array, Hash,
  • Many YAML and Marshalling issues have been fixed,
  • Java Integration overhaul fixing many outstanding issues,
  • 180 Jira issues resolved,
  • Several more bottlenecks removed,
  • Rails applications like Mephisto and plugins like Goldberg are running without hitches,
  • Performance has improved by 40% over 0.9.8 based on YARV benchmarks.

When asked what the main message behind this release was, Ola Bini said:

“JRuby is ready for prime time. Application developers should try their applications on JRuby NOW

The JRuby team are very keen to get as many people using JRuby as possible, so that as many of the remaining glitches can be ironed out before the upcoming 1.0 release.

For more information on the JRuby project, check out their home page, or download and play with the latest release.

plese help me by niraj manandhar Posted Apr 26, 2007 8:09 AM
  1. Back to top

    plese help me

    Apr 26, 2007 8:09 AM by niraj manandhar

    please help me find solution for http://forums.java.net/jive/thread.jspa?threadID=25465&tstart=0

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.