<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Back When It Was The JDK</title>
	<atom:link href="http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/</link>
	<description>Technology and Geek Stuff by Eric Burke</description>
	<lastBuildDate>Thu, 04 Nov 2010 22:37:00 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: steve</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9236</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Tue, 15 Apr 2008 21:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9236</guid>
		<description>Sun is proud to not have any sense of marketing.  They exhibit this in many ways -- versioning is just one.  I will bet anything that there is not a single user, executive, or IT manager who understands this stuff, despite the fact that they are the ones with budget to buy.  The last time I tried to explain that Java 6 was spelled JDK 1.6.0_0n, the person I was talking to laughed in my face and accused me of deliberately trying to confuse them.</description>
		<content:encoded><![CDATA[<p>Sun is proud to not have any sense of marketing.  They exhibit this in many ways &#8212; versioning is just one.  I will bet anything that there is not a single user, executive, or IT manager who understands this stuff, despite the fact that they are the ones with budget to buy.  The last time I tried to explain that Java 6 was spelled JDK 1.6.0_0n, the person I was talking to laughed in my face and accused me of deliberately trying to confuse them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9162</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 14 Apr 2008 18:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9162</guid>
		<description>&gt;Then Sun went and changed Java 1.5 to Java 5, which is still Java 2

Isn&#039;t this is the problem with marketers fiddling with version numbers - they don&#039;t understand (or care) what a version number really means.</description>
		<content:encoded><![CDATA[<p>&gt;Then Sun went and changed Java 1.5 to Java 5, which is still Java 2</p>
<p>Isn&#8217;t this is the problem with marketers fiddling with version numbers &#8211; they don&#8217;t understand (or care) what a version number really means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Roe</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9161</link>
		<dc:creator>Eric Roe</dc:creator>
		<pubDate>Mon, 14 Apr 2008 18:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9161</guid>
		<description>Sun has always done goofy things with their version numbering.  Look at SunOS and Solaris -- Solaris 8 was also SunOS 5.8.  Huh?  Nice to confuse people who don&#039;t want to read Sun&#039;s &quot;Manual &#039;o Versioning&quot;.  I remember trying to explain to a customer that Java 2 was actually any version of Java after 1.1.  Then Sun went and changed Java 1.5 to Java 5, which is still Java 2... or is it?  Practical and easy to rationalize, this scheme is not.</description>
		<content:encoded><![CDATA[<p>Sun has always done goofy things with their version numbering.  Look at SunOS and Solaris &#8212; Solaris 8 was also SunOS 5.8.  Huh?  Nice to confuse people who don&#8217;t want to read Sun&#8217;s &#8220;Manual &#8216;o Versioning&#8221;.  I remember trying to explain to a customer that Java 2 was actually any version of Java after 1.1.  Then Sun went and changed Java 1.5 to Java 5, which is still Java 2&#8230; or is it?  Practical and easy to rationalize, this scheme is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9031</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Fri, 11 Apr 2008 17:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9031</guid>
		<description>I understand all that. Here is my position, plain and simple. Where I work, we&#039;ve been using Java for years, with dozens of huge apps. Just about every single JDK update breaks us in some way. So from our perspective, all of this fine-grained detail in the versioning scheme borders on the ridiculous. For instance, JDK 1.6.0_04 completely replaced the JAX-WS implementation, which broke almost every app in our organization. In my opinion, all of these digits and underscores and numbers simply are not needed. We only care about two things: did the APIs change, and did the implementation change. Because no matter what, we&#039;ll assume something will break.

Also, there were times in the past when Sun actually fixed things in some _0x update, but did not make that update available via Java Web Start. Thus, to get critical bug fixes out to our customers, we had to write our own replacement for Web Start.</description>
		<content:encoded><![CDATA[<p>I understand all that. Here is my position, plain and simple. Where I work, we&#8217;ve been using Java for years, with dozens of huge apps. Just about every single JDK update breaks us in some way. So from our perspective, all of this fine-grained detail in the versioning scheme borders on the ridiculous. For instance, JDK 1.6.0_04 completely replaced the JAX-WS implementation, which broke almost every app in our organization. In my opinion, all of these digits and underscores and numbers simply are not needed. We only care about two things: did the APIs change, and did the implementation change. Because no matter what, we&#8217;ll assume something will break.</p>
<p>Also, there were times in the past when Sun actually fixed things in some _0x update, but did not make that update available via Java Web Start. Thus, to get critical bug fixes out to our customers, we had to write our own replacement for Web Start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9028</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 11 Apr 2008 16:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9028</guid>
		<description>The &quot;_xx&quot; part isn&#039;t &quot;an addition&quot;. It&#039;s been there all along. For example, the final release of Java 1.1 was 1.1.8_10.

Sun has a page where they describe the Java version numbering protocols starting with Java 1.3: http://java.sun.com/j2se/versioning_naming.html

The third number is associated with &quot;engineering focused bug fixes&quot;, which mostly consist of performance enhancements and fixes for serious security holes. I don&#039;t have a reference handy for this, but as I recall Sun has stated that they don&#039;t want that number to go above 2. So it&#039;s not always 0, but it&#039;s always 0, 1, or 2 (since Java 1.3).

The &quot;_xx&quot; number is for &quot;customer focused bug fixes&quot;, and if you don&#039;t need any of the specific fixes  that are included then there&#039;s no particular reason for you to grab the latest version. In contrast, if the third number ticks over to &quot;1&quot; or &quot;2&quot;, Sun thinks that the new version is a worthwhile upgrade for just about everyone.</description>
		<content:encoded><![CDATA[<p>The &#8220;_xx&#8221; part isn&#8217;t &#8220;an addition&#8221;. It&#8217;s been there all along. For example, the final release of Java 1.1 was 1.1.8_10.</p>
<p>Sun has a page where they describe the Java version numbering protocols starting with Java 1.3: <a href="http://java.sun.com/j2se/versioning_naming.html" rel="nofollow">http://java.sun.com/j2se/versioning_naming.html</a></p>
<p>The third number is associated with &#8220;engineering focused bug fixes&#8221;, which mostly consist of performance enhancements and fixes for serious security holes. I don&#8217;t have a reference handy for this, but as I recall Sun has stated that they don&#8217;t want that number to go above 2. So it&#8217;s not always 0, but it&#8217;s always 0, 1, or 2 (since Java 1.3).</p>
<p>The &#8220;_xx&#8221; number is for &#8220;customer focused bug fixes&#8221;, and if you don&#8217;t need any of the specific fixes  that are included then there&#8217;s no particular reason for you to grab the latest version. In contrast, if the third number ticks over to &#8220;1&#8243; or &#8220;2&#8243;, Sun thinks that the new version is a worthwhile upgrade for just about everyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smitty</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9007</link>
		<dc:creator>Smitty</dc:creator>
		<pubDate>Fri, 11 Apr 2008 00:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9007</guid>
		<description>@Jorn &quot;Six&quot; &quot;u&quot; &quot;five&quot;.</description>
		<content:encoded><![CDATA[<p>@Jorn &#8220;Six&#8221; &#8220;u&#8221; &#8220;five&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9001</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Thu, 10 Apr 2008 22:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9001</guid>
		<description>Actually I meant &quot;pronounce&quot;. How do you pronounce 6u5?</description>
		<content:encoded><![CDATA[<p>Actually I meant &#8220;pronounce&#8221;. How do you pronounce 6u5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn Zaefferer</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-9000</link>
		<dc:creator>Jörn Zaefferer</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-9000</guid>
		<description>How do you spell 6u5?</description>
		<content:encoded><![CDATA[<p>How do you spell 6u5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Burke</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-8991</link>
		<dc:creator>Eric Burke</dc:creator>
		<pubDate>Thu, 10 Apr 2008 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-8991</guid>
		<description>I am well aware that they used to use the third digit, but they have apparently abandoned that practice:

1.6.0
1.6.0_01
1.6.0_02
1.6.0_03
1.6.0_04
1.6.0_05

I fail to see how the _0x addition is better than just using the third digit like they used to. Instead we just have this confusing extra clutter.</description>
		<content:encoded><![CDATA[<p>I am well aware that they used to use the third digit, but they have apparently abandoned that practice:</p>
<p>1.6.0<br />
1.6.0_01<br />
1.6.0_02<br />
1.6.0_03<br />
1.6.0_04<br />
1.6.0_05</p>
<p>I fail to see how the _0x addition is better than just using the third digit like they used to. Instead we just have this confusing extra clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/comment-page-1/#comment-8987</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 10 Apr 2008 16:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://stuffthathappens.com/blog/2008/04/09/back-when-it-was-the-jdk/#comment-8987</guid>
		<description>The third number in the version numbering does change.
1.1 went to 1.1.8
1.2 went to 1.2.2
1.3 went to 1.3.1
1.4 went to 1.4.2.

As for &quot;Java SE 6&quot; and &quot;Band Aid Brand&quot;, both phrases come from the same thing. (At least in the US) a trademark is an adjective, not a noun. The careful trademark holder will always have a noun after their trademark when referring to the trademarked product or service.

Side note: this is why Sun disapproved of other people advertising &quot;Java training&quot;. That phrase means Java branded training, and Sun holds the trademark on the Java brand. &quot;Java language training&quot; or &quot;Java platform training&quot; or &quot;Java EE training&quot; or the like wouldn&#039;t have been such a problem.</description>
		<content:encoded><![CDATA[<p>The third number in the version numbering does change.<br />
1.1 went to 1.1.8<br />
1.2 went to 1.2.2<br />
1.3 went to 1.3.1<br />
1.4 went to 1.4.2.</p>
<p>As for &#8220;Java SE 6&#8243; and &#8220;Band Aid Brand&#8221;, both phrases come from the same thing. (At least in the US) a trademark is an adjective, not a noun. The careful trademark holder will always have a noun after their trademark when referring to the trademarked product or service.</p>
<p>Side note: this is why Sun disapproved of other people advertising &#8220;Java training&#8221;. That phrase means Java branded training, and Sun holds the trademark on the Java brand. &#8220;Java language training&#8221; or &#8220;Java platform training&#8221; or &#8220;Java EE training&#8221; or the like wouldn&#8217;t have been such a problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.353 seconds -->

