vote up 7 vote down star
1

I've been reading rumors that IBM is in talks to purchase Sun Microsystems.

If this happens, what do you think the fallout on the Java language will be? Will an open-source branch split off, or do you think it will all fall under a giant IBM umbrella?

flag
1  
I would consider making this a wiki question. there is no right or wrong answer, and it will all be conjecture. – Ryan Guill Mar 19 at 19:23
Yes please WIKI this. I think it will be an interesting discussion. – JaredPar Mar 19 at 19:26
Where do I turn this into a Wiki question? – Ryan Smith Mar 19 at 19:27
click on "edit" and you'll see a 'community wiki' checkbox – Iraimbilanja Mar 19 at 19:29
Since this "question" is closed... IBM is heavily invested in Java. They won't kill it, that is for sure. – Mike Wills Mar 19 at 21:23

closed as not programming related by John Topley, Paul Tomblin, Dana, Brian Knoblauch, Greg Dean Mar 19 at 20:04

4 Answers

vote up 6 vote down

Someone is going to have to do a Find/Replace on all the manuals.

Listen - Big Blue Sun is going to rock the marketplace - IBM is a bunch of great engineers, SUN is a bunch of great engineers.

IBM makes revenue (alot of it) on proprietary hardware/software while understanding OpenSource - Sun also does this really well.

Expect some of the coolest stuff to come out of a IBM/SUN merger or acquisition.

With regards to Java - I think of IBM as the #2 Java shop second only to Sun.

Companies like Oracle or SAP who focus on software and not hardware are going to see come competition from a IBM/SUN.

WSJ has this at a $6.5b deal - that's huge and its all about Java.

My favorite quotes:

Michael Cote, an analyst at RedMonk, pointed out that IBM controlling Java "could be something people who depend on Java will freak out about."

Ian Finley, a vice president at AMR Research added, "If IBM enforces control over the Java Community Process the way Microsoft controls .Net, and WebSphere becomes perceived as better middleware because of it, then IBM gets an inherent advantage. Plus, it could de-stabilize the foundations of Oracle and SAP's products because Oracle's Fusion and SAP's NetWeaver are both tightly wedded to Java."

Al Gillen, program vice president for system software at IDC. "In a community-based environment, if IBM does something with Java the community doesn't like, members can fork Java," Gillen explained. "I think IBM gets that."

link|flag
vote up 1 vote down

It's arguable that IBM is even the #1 Java shop; they have a lot of Java done through Global Services.

link|flag
vote up 1 vote down

Java is open sourced. Sun & IBM could drop it altogether and it should be fine.

Edit: I guess not everyone knows this (from looking at the comments), so here is the 100% free JDK project.

http://openjdk.java.net/

It is complete and usable. Sun's implementation is mostly based on the same code, but has a few pieces that Sun doesn't own (and the owners haven't been willing to release the rights) so Sun has been working on re-crafting those parts, or letting the openJDK community do so.

There are a few other JDK implementations available, some are completely open and some are fairly closed.

So I'll reiterate, Sun could vanish tomorrow and it won't seriously affect java.

Also, I think most of the new language work being done on the Java platform is (or should be) in other languages--Java itself should probably be stabilizing and not really adding so many language features any more--like C and C++)

link|flag
I thought that there were still parts of Java that hadn't been open-sourced? – Ryan Smith Mar 19 at 19:53
Yes, that is correct Ryan. – Eric Wendelin Mar 19 at 20:00
Not by the choice of sun, and not necessarily. There is a full open source implementation available and the only parts that are not open sourced in Sun's stack are a few they don't own rights to--stuff to do with speeding font rendering, etc. For all intents, it's recoverable without sun. – Bill K Mar 19 at 22:33
vote up 0 vote down

I would guess that IBM would let the Java community have control and figure out another way to monetize Java, successfully.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.