InfoQ

News

Is Ruby Ready for the Enterprise?

Posted by Peter Cooper on Jul 12, 2006 10:10 AM

Community
Ruby
Topics
Dynamic Languages,
Enterprise Application Blocks
Tags
Rails,
Enterprisey
Brad Banister of Enterprise Open Source Magazine takes a look at whether Ruby is ready for the enterprise in an article focused at developers and IT managers who are considering using Ruby in an enterprise environment. Banister presents a brief introduction to Ruby, and puts forward the pros and cons of Ruby as an enterprise technology. On the down side, Banister notes:
[Ruby has] seen limited adoption in enterprise environments. Many still consider it to be a leading-edge technology that lacks support for some common enterprise integration technologies. There's also a lack of "best practice patterns" for implementing an enterprise solution with Ruby.
But on the plus side:
[Ruby is] well suited to acting as "glue code" in integrating applications. Scripting languages got their start as a way to coordinate tasks rapidly and flexibly between processes. It follows that Ruby should be capable as a technology for integrating components and services in the enterprise.
Banister then continues to look at how Ruby and Rails fit together and how Ruby can integrate with existing JMS messaging systems and SOAP-powered services.

4 comments

Reply

best practice patterns? by Iain Delaney Posted Jul 12, 2006 10:29 AM
Re: best practice patterns? by Drew McAuliffe Posted Jul 12, 2006 2:40 PM
Re: best practice patterns? by Michael Neale Posted Jul 12, 2006 6:11 PM
Re: best practice patterns? by Rick Bradley Posted Jul 16, 2006 9:12 PM
  1. Back to top

    best practice patterns?

    Jul 12, 2006 10:29 AM by Iain Delaney

    There's also a lack of "best practice patterns" for implementing an enterprise solution with Ruby.
    Because we all know how well those have worked for J2EE. I think what he means is, you can't be 'enterprisey' without a stack of books on abstract topics written by high-priced consultants.

  2. Back to top

    Re: best practice patterns?

    Jul 12, 2006 2:40 PM by Drew McAuliffe

    I don't think that's what they mean. There's a difference between the J2EE patterns that emerged after J2EE's introduction and those that evolved later. The initial batch were really ways of dealing with J2EE's problems. There is, however, a set of patterns that JEE developers actively use that aren't antipatterns or ways of dealing with the platform's inadequacies. Things like a front controller on web applications, dependency injection, etc. "Patterns" shouldn't be thought of as a bad word, because good patterns are extremely useful.

  3. Back to top

    Re: best practice patterns?

    Jul 12, 2006 6:11 PM by Michael Neale

    Sad to say, said high-priced consultants are now (also) pushing ruby (specifically) rails it seems. I hope that doesn't bode ill for ruby. A cynical view is that there is lots of new business to be made with ruby (at the moment its been very successful in "subscription" style or web 2.0 companies, not enterprises). The money in enterprises for ruby will have to be all consulting, as there are no app server vendors really. Hence the consultants (who instinctively love complexity) will bring this to ruby - simplicity is not profitable enough. Sad, and hopefully not true, but beware.

  4. Back to top

    Re: best practice patterns?

    Jul 16, 2006 9:12 PM by Rick Bradley

    On the hopeful side, simplicity makes it possible for small teams to tackle projects on an enterprisey scale. When firing up a vendor-shat "Enterprise Stack" it's not uncommon to see a dozen people needed to care, feed, and develop against the beast. Once the team hits that size by necessity, the organization naturally begins to split the team, productivity tends to decline (as overheads rise), and consultants really begin to look attractive. I've already personally seen positive results from dropping the vendor stack for a Rails stack -- once the complexity level is down below the point where fewer than 8-10 people are really /needed/, development seems to pick up. It doesn't pay consultants or vendors to be simple, but it may save the organization money that realizes the benefits of simplicity.

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.