InfoQ

Interview

Nick Sieger on JRuby

Interview with Nick Sieger by Werner Schuster on Aug 22, 2008 07:16 AM

Community
Java,
Ruby
Topics
JRuby ,
Ruby on Rails
Tags
JRuby ,
Warbler ,
Ruby on Rails ,
Ruby1.9 ,
RubyFringe
Summary
Nick Sieger talks about the future of JRuby, Java Integration, and his work on JEE deployment tools for Ruby on Rails like Warbler.

Bio
Nick Sieger is a staff engineer at Sun Microsystems where he has been working on a team building a large JRuby on Rails application. He is a member of the JRuby core team, leading the effort to improve Rails deployment in a Java environment.
We are here at RubyFringe in Toronto, I am sitting here with Nick Sieger, of Sun. How about you introduce yourself?
What are your tools that you provide for JRuby, what specific tools do you work on?
JRuby Rack, is that a drop in replacement, can I just take any Rack based web application and drop it in?
What else do you work on in JRuby?
What's the JRuby Shell integration?
Java integration, I think that's the theme for the next JRuby release. What's the problem now, what are you going to solve, what's the JRuby team going to solve?
Are you planning to use runtime code generation for the Java lightweight objects. Is there a specific plan now, or is it just on the long term?
One problem with code generation that you pointed out in your blog is that it fills up the permanent generation, [that was an issue with] the just in time compiler. Do you think that is going to be an issue?
How did you solve the Perm [Generation] problems of the just in time compiler, I think it limits the number of methods to compile.
As you said, multiple JRuby runtimes. So do people use that in production for running Rails applications?
Is there some work on going with building multi VM API and MVM API, what's the status on that? What are your plans?
JRuby team and the Rubinius team are cooperating on that. I think the JRuby team also collaborates with the Rubinius team on specs. Are you sharing specs with them?
Some time ago there were some plans on running Rubinius on JRuby in some way. Is this just a side project or is this still going on?
What are other long term plans for JRuby? 1.2 or 2.0 or whatever the next versions will be.
Do you have any specific cases where the JIT causes problems?
Does the method cache have anything to do with that? The compiled method cache?
So it doesn't play too well with Hotspot at the moment?
What will Ruby 1.9 integration look like? Will that be a different mode, can it give it like the runtime a command line argument to switch between molds?
Two runtimes in one runtime basically.
Since Ruby 1.9 seams to be in flux do you expect to wait for some time? Do you expect to catch up with some of the early themes?
You recently put your own blog onto JRuby, JRuby on Rails, tell me about the experience with that.
Is that the blog code your own application ?
Great. Do you have any favorite JRuby on Rails application or some big showcases that you are proud of having contributed to?
show all  show all

No comments

Reply

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.