Sun logo

Sun enters the Continuous Integration business

by simpsonjulian on August 4, 2009

Sun sell a Continuous Integration server. We should have seen that one coming. See Kohsuke Kawaguchi’s announcement. Looks like you buy it as an add-on to the GlassFish stack. Pricing is here. Looks like they’ll support a branch of Hudson, and not the open source releases. That’s not unexpected.

Strategically, it seems like a good idea. They’ve been building their own stack for years, from operating system to web server. Sun just pimped it with a very popular Continuous Integration server. I think It’ll be a good proposition for Java shops. There’s a huge market for Hudson for other platforms, but I’m not sure that Sun will be chasing it.

(image by Silveira Neto)

Share with the group:
  • Digg
  • del.icio.us
  • Facebook
  • DZone
  • LinkedIn
  • Slashdot
  • StumbleUpon

Related posts:

  1. Continuous Integration Doom and Gloom? Andrew Binstock has written an article for SD Times, postulating...
  2. The quest for a decent Ruby Continuous Integration tool Git has become very popular in the Ruby community. Github...
  3. Every Continuous Integration server that supports Ruby + Git As I posted, I’m on a quest for the...
  4. Outsourcing Continuous Integration Updates: Added Atlassian on December 17 Outsourcing Continuous Integration isn’t...
  5. 6 Big Visible Continuous Integration Tools I love Information Radiators. You can have all the Twitter...

Related posts brought to you by Yet Another Related Posts Plugin.

{ 4 comments… read them below or add one }

1 Marco Abis August 5, 2009 at 1:07 am

This is really interesting, especially if read remembering the “Continuous Integration Doom and Gloom?” post :-)

2 simpsonjulian August 5, 2009 at 11:39 pm

Yep. And there’s more interesting news :)

3 Eduardo Pelegri-Llopart August 6, 2009 at 5:59 am

Hi Julian.

A couple of follow-ups on your post.

re: “they’ll support a branch of Hudson, and not the open source releases.” – We support 1.312 through a series of path releases that only contain the bug fixes. The fixes that go into the patches will be integrated into the main trunk.

re: “I think It’ll be a good proposition for Java shops. There’s a huge market for Hudson for other platforms, but I’m not sure that Sun will be chasing it.” – Hudson needs a Java container to run but it will support development in many platforms (and languages), and Sun supports that. For practical purposes, if you find a bug on Hudson, we want to be able to reproduce it in our container (GlassFish). If the bug is in, say, JBoss, we don’t want to _commit_ to fixing JBoss (or finding a complicated workaround for it); but we will certainly try to address it.

Hope this helps,
– eduard/o

4 gorlok August 7, 2009 at 5:24 am

Last week I had been testing Hudson. And I liked it. It suit very well for our enviroment.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Cruise Interview with ThoughtWorks Studios, part 2

Next post: Hosted Continuous Integration: Run Code Run