Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

JVM Languages

The Future of Java: Part 3


Eric Bruno is a Java consultant, author of Java Messaging, and Java blogger for Dr. Dobb's. He can be contacted at [email protected].


There's been a lot of buzz lately regarding Sun's plans to release Java to the open-source community. Before this plan was announced at JavaOne 2006, there was a lot of buzz about whether Sun should release Java as open-source. So, for a while now, a lot of time and energy has been put into discussions and debates related to Java and open-source. For a moment, let's explore the motivations behind this.

Java is a money-maker for Sun. Don't make the mistake of thinking Java is free--it isn't. Yes, it may be a free download for developers, but those who want to use Java (its runtime and/or brand) within their products have to license the right to do so. Are you planning to release a JMS-compatible server, a cell phone with Java ME embedded, or a video poker terminal built with Java for sale to casinos, for example? Be prepared to pay up.

With current licensing, unless you're planning to offer a new Linux or OpenSolaris distribution, you must pay Sun for the right to use Java in your product, and there's nothing wrong with that. Java is Sun's technology, and they have every right to do with it as they see fit. See Part 2 of this article series more information on the Distro License for Java (JLJ).

What is Open Source?

The open source movement is a derivative of the free software foundation's philosophy that all software should be made available in source code form to allow it to grow through modification and extension. However, the desire of software developers to control the derivative works that may arise from their source code has led to the open source movement as we know it today. This includes the most common open-source software license models, such the GNU General Public License (GPL), the Lesser GNU General Public License (LGPL), and the Apache License. You can review these licenses in detail at:

Sun's choice for an open-source license has not yet been disclosed, although they did say it will be an OSI-approved license. The choice of license is important, as it has implications to those who use open source Java in their embedded projects; namely whether third-parties will be required to release their derivative software works as open source also. As you can imagine, most third-party vendors will not be in favor of this, and will instead choose to purchase a commercial license from Sun to protect their own intellectual property.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.