672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 7 Messages: 7 Messages: 7 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Sun Microsystems has agreed to buy MySQL AB for $1B

Posted by: Joseph Ottinger on January 16, 2008 DIGG
Sun Microsystems has agreed to buy MySQL AB for $1B, giving them additional leverage in the open source community and providing access to MySQL to its larger corporations. The deal is expected to close during the third or fourth quarter.

The grand question, of course, is: what does this mean in the long term? Sun already offers JavaDB as a smaller-scale DB (compared to 'large offerings' like Oracle9 and IMS). Is Sun merely diversifying its own portfolio, looking for an additional revenue stream from MySQL AB's customers, or shifting away from JavaDB/Derby? Consider the following quote from Sun's press release:
MySQL's open source database is the "M" in LAMP - the software platform comprised of Linux, Apache, MySQL and PHP/Perl often viewed as the foundation of the Internet. Sun is committed to enhancing and optimizing the LAMP stack on GNU/Linux and Microsoft Windows along with OpenSolaris and MAC OS X. The database from MySQL, OpenSolaris and GlassFish, together with Sun's Java platform and NetBeans communities, will create a powerful Web application platform across a wide range of customers shifting their applications to the Web.

More than 100 million copies of MySQL's high-performance open source database software have been downloaded and distributed and an additional 50,000 copies are downloaded daily. This broad penetration coupled with MySQL's strength in Web 2.0, Software as a Service (SaaS), enterprise, telecom and the OEM embedded market make it an important fit for Sun. With MySQL, Sun will have the ability to deepen its existing customer relationships and create new opportunities with companies seeking the flexibility and ease-of-use of open source systems.
Does this sound like a good sign for Sun's commitment to JavaDB/Derby?

Threaded replies

·  Sun Microsystems has agreed to buy MySQL AB for $1B by Joseph Ottinger on Wed Jan 16 11:22:06 EST 2008
  ·  I'm not worried about Derby by Matt Giacomini on Wed Jan 16 12:16:44 EST 2008
  ·  Postgres by Lyndon Samson on Wed Jan 16 18:26:30 EST 2008
    ·  Re: Postgres by array bai on Wed Jan 16 20:01:45 EST 2008
    ·  Re: Postgres by Cameron Purdy on Wed Jan 16 22:21:52 EST 2008
      ·  Oooh by Ali M. on Thu Jan 17 03:05:39 EST 2008
    ·  there's more than just one DB... by Arron Bates on Thu Jan 17 03:13:33 EST 2008
  ·  what happens to community version? by shawn spencer on Wed Jan 16 20:15:58 EST 2008
  Message #245309 Post reply Post reply Post reply Go to top Go to top Go to top

I'm not worried about Derby

Posted by: Matt Giacomini on January 16, 2008 in response to Message #245299
I think it is a good move for Sun. It will help get more eyeballs going suns way.

I hope that Sun changes the license of the JDBC connectors back to LGPL, or event to CDDL.

I can't see why Derby will be affected by this. I have never seen Derby used outside of the embedded java market, where IMO it is a very strong option.

Take a look at Oracle they support many databases. Oracle RDMBS is the most popular, but they also bought sleepycat to get the berkleyDB. Making them a bigger part of the embedded market.

  Message #245340 Post reply Post reply Post reply Go to top Go to top Go to top

Postgres

Posted by: Lyndon Samson on January 16, 2008 in response to Message #245299
They should have bought Postgres...

  Message #245349 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Postgres

Posted by: array bai on January 16, 2008 in response to Message #245340
I agree.
Postgres is more powerful than MySQL.
Why not bought IntelliJ IDEA to enhance the NetBeans IDE.

  Message #245350 Post reply Post reply Post reply Go to top Go to top Go to top

what happens to community version?

Posted by: shawn spencer on January 16, 2008 in response to Message #245299
Now that its bought by SUN - does everyone need to pay ?
or the free community versions still remains free ?

About Postgres - they need to do a good job of marketing themselves. PG has been around before mysql was known to anyone, PG has always had a lot of database features which were missing untill mysql5.0. but still Mysql was always popular. All hosting companies also prefer mysql.

  Message #245356 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Postgres

Posted by: Cameron Purdy on January 16, 2008 in response to Message #245340
They should have bought Postgres...


Well, maybe .. but you can't "buy" Postgres, any more than you could "buy" FreeBSD or Tomcat.

In the MySQL case, the rights to the source code are owned by the company, and thus there is an asset.

Peace,

Cameron Purdy
Oracle Coherence: The Java Data Grid

  Message #245366 Post reply Post reply Post reply Go to top Go to top Go to top

Oooh

Posted by: Ali M. on January 17, 2008 in response to Message #245356
Cameron is a fan of PostgreSql, now I love you even more :)

I only heard good stuff about the Coherence team at oracle and tangosol before it.

  Message #245367 Post reply Post reply Post reply Go to top Go to top Go to top

there's more than just one DB...

Posted by: Arron Bates on January 17, 2008 in response to Message #245340
MySQL Community server is the equivalent to PostgreSQL, but MySQL has a lot more going on... clustering. If the MySQL team delivers on the promises of the clustering, they have a serious product that people will use before shelling out massive sums of cash for Oracle's RAQ.

There's more to MySQL than just the basic DB.
And the source code thing that Cameron pointed out is probably the biggest element.

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map