InfoQ

News

Sun Officially Backs Ruby, Brings JRuby In-House

Posted by Peter Cooper on Sep 07, 2006 12:16 PM

Community
Java,
Ruby
Topics
Change ,
JCP Standards ,
Open Source
Tags
JVM ,
JRuby ,
Java SE

Charles Nutter reports that he and JRuby co-developer Thomas Enebo are becoming employees of Sun Microsystems later this month. JRuby is a pure Java implementation of the Ruby interpreter and Nutter reports that Java are backing a "Ruby-on-JVM" strategy:

The potential for Ruby on the JVM has not escaped notice at Sun, and so we'll be focusing on making JRuby as complete, performant, and solid as possible. [..] I'm also making it a personal priority to continue growing the JRuby community, foster greater cooperation between the Java and Ruby worlds, and work toward a "whole-platform" Ruby-on-JVM strategy for Sun.

Nutter also reports that JRuby will remain open-source, despite being under Sun's custodianship, although Sun is rapidly becoming a proponent of open-source software with Sun's process of open-sourcing Java itself.

InfoQ has also just released a video / slide presentation of Nutter and Enebo demonstrating and showing off the power of JRuby.

What about groovy? by Horia Muntean Posted Sep 7, 2006 4:48 PM
Re: What about groovy? by Rod Johnson Posted Sep 9, 2006 5:51 AM
Re: What about groovy? by Horia Muntean Posted Sep 9, 2006 2:39 PM
what about groovy... by Joost de Vries Posted Sep 8, 2006 1:39 AM
Whish thy did the same for Jython by Luis Trigueiros Posted Sep 8, 2006 12:03 PM
Performant... the birth of a word by Frank Cohen Posted Sep 12, 2006 10:43 AM
  1. Back to top

    What about groovy?

    Sep 7, 2006 4:48 PM by Horia Muntean

    How do you think this move will affect groovy's fate?

  2. Back to top

    what about groovy...

    Sep 8, 2006 1:39 AM by Joost de Vries

    Well, if Sun does the right thing they'll let a thousand flowers bloom. If they'd endorse jruby more than groovy I'd understand that: ruby's momentum is undeniable.

  3. Back to top

    Whish thy did the same for Jython

    Sep 8, 2006 12:03 PM by Luis Trigueiros

    It is god from Sun to do this, but I whish thy add done the same for Jython

  4. Back to top

    Re: What about groovy?

    Sep 9, 2006 5:51 AM by Rod Johnson

    I don't think something good for JRuby has to be bad for Groovy. It's likely that dynamic languages on the JVM are a growth area. And competition is good and should be encouraged in general. I think this is a very encouraging move from Sun. The JVM is bigger than Java. Btw Spring 2.0 supports the authoring of components in both JRuby and Groovy, as well as other languages (and the mechanism is extensible). See the chapter on dynamic language support from the reference manual.

  5. Back to top

    Re: What about groovy?

    Sep 9, 2006 2:39 PM by Horia Muntean

    Well, I did not imply that Groovy will die a horrible death because Sun hired JRuby core developers. But in our fast moving world, full of hype and shadows, a delay of one single year in delivering a solid platform could mean much. Remember that Rails is related to (J)Ruby as Groovy is related to Grails. Groovy and Grails are younger and imature but IMHO Sun could help here at least as much as they go with JRuby. Floyd Marinescu has an argument for this desirable support for Groovy( Grails ) here: http://www.infoq.com/news/groovy-jsr6-interview#view_1245. But no luck yet. Maybe some Google employees could help Groovy because they can spend 1 day in a week working on pets projects, right?

  6. Back to top

    Performant... the birth of a word

    Sep 12, 2006 10:43 AM by Frank Cohen

    "making JRuby as complete, performant, and solid as possible" I've been giving talks about SOA, XML and performance to developer audiences and when it comes to an adjective to describe a software application's ability to deliver good performance I've found myself saying "performant"... As in, the software is functional and performant. Unfortunately performant is not in dictionary.com or any of the other dictionaries I use. A performant is a noun describing someone on stage, like an actor. But it is not yet recognized as an adjective for offering good performance. I'd like to promote the use of performant because it seems like a natural use of the root word performance. -Frank

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.