InfoQ

News

Interview: Charles Nutter discusses JRuby

Posted by Ryan Slobojan on Feb 14, 2008 10:15 AM

Community
Java,
Ruby
Topics
Web Frameworks,
Ruby on Rails,
Application Servers,
Enterprise Architecture,
Platforms,
Compilers,
JRuby,
Community
Tags
Hibernate,
Rails,
ActiveRecord,
RubyDotNet,
ActiveRecord-JDBC,
RailsConf,
Open source Java,
Ruby on Rails,
JVM,
IronRuby

JRuby project lead Charles Nutter discusses how he got involved with JRuby, Sun's involvement with JRuby, how JRuby fits into enterprise-level web applications, the possibility of a friendly fork of the OpenJDK source code, reasons for switching to JRuby, the future of JRuby, Spring and JRuby, and the Ruby community as a whole.

Watch Charles Nutter discusses JRuby (13 minutes).

From the interview:

In the future, we've got our final 1.1 release [...] The big bullet for that is that we do have a complete Ruby compiler to Java bytecode now, which has substantially helped performance. After the 1.1 release, I would say the big areas are going to be fitting JRuby better into the rest of the platform. The implementation itself will be at some level of done and there is probably not a whole lot of major work that we would need to do to get the Ruby side of things running well. We will continue working on performance, and there will always be compatibility issues, but we will continue to solve those as they come up. But we need to focus on how Ruby fits in as just another JVM language, so that it can call all of the libraries as well as possible, integrate well with other Java frameworks, and really just be a first class citizen on the JVM. That's probably going to be the big thing that comes up after the 1.1 release.

On the cross-platform Ruby community:

For the first time I think we have got a community doing a lot of different implementations of a particular language, and all trying very hard to stay true to the original spirit of the language from when Matsumoto created it. We really want to work with the community and I think they are recognizing that we are trying to be as good a citizen as possible within that Ruby world. We are not trying to make a fork, we are not trying to change Ruby, we are not trying to take Ruby over. We really just want JRuby to be another option for Ruby users. And from all the discussions that I've had with all the other implementers that's their goal as well, they really want to try and help Ruby take over the world, help it be the language of choice on whatever platform you are running. It's been a great time working within that community and seeing how much cooperation there is.

3 comments

Reply

GlassFish v3 gem by Arun Gupta Posted Feb 14, 2008 3:29 PM
On cross-platform Ruby by Tom Nichols Posted Feb 15, 2008 7:50 AM
If Ruby is not your cup of tea... by Zeev B Posted Feb 18, 2008 5:51 AM
  1. Back to top

    GlassFish v3 gem

    Feb 14, 2008 3:29 PM by Arun Gupta

    Since this interview is recorded, GlassFish v3 gem has been released that provides a robust alternative to WEBrick & Mongrel. More details at: http://blogs.sun.com/arungupta/entry/glassfish_v3_gem_0_1

  2. Back to top

    On cross-platform Ruby

    Feb 15, 2008 7:50 AM by Tom Nichols

    ... help (JRuby) be the language of choice on whatever platform you are running
    As much as I prefer Groovy (since I do 99% of my work in the Java world) the idea of a language _really_ spanning platforms is a compelling reason for me to take the time to learn the Ruby language. I mean, they even have a Ruby port for the iPhone!!! I think there are just a few places where even the JVM won't go :) For that, it is good to have a diverse toolbox and I like the idea of a language that really spans platforms (that is, native, JVM, .NET, etc).

  3. Back to top

    If Ruby is not your cup of tea...

    Feb 18, 2008 5:51 AM by Zeev B

    If Ruby is not your cup of tea I would recommend taking a look at Python/Jython. Python was one of the first dynamic programming languages that had a JVM implementation (i.e. Jython).

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.