<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://java.dzone.com"  xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
 <title>Javalobby - Comments for &quot;Who&amp;amp;#039;s driving Java?&quot;</title>
 <link>http://java.dzone.com/news/whos-driving-java</link>
 <description>Comments for &quot;Who&#039;s driving Java?&quot;</description>
 <language>en</language>
<item>
 <title>Awesome reference!  Thanks</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1589</link>
 <description>&lt;!--paging_filter--&gt;Awesome reference!  Thanks for digging that up.</description>
 <pubDate>Mon, 03 Mar 2008 16:05:05 -0500</pubDate>
 <dc:creator>puredanger</dc:creator>
 <guid isPermaLink="false">comment 1589 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Jeroen: Just for the</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1587</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Jeroen: Just for the record, I found &lt;a href=&quot;http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/msg04044.html&quot; title=&quot;that quote&quot;&gt;that quote&lt;/a&gt;. It is actually from Guy Steele, who said: &lt;/p&gt;&lt;pre&gt;&lt;i&gt;Actually, the prototype implementation *did* allow non-final&lt;br /&gt;variables to be referenced from within inner classes.  There was&lt;br /&gt;an outcry from *users*, complaining that they did not want this!&lt;br /&gt;The reason was interesting: in order to support such variables,&lt;br /&gt;it was necessary to heap-allocate them, and (at that time, at least)&lt;br /&gt;the average Java programmer was still pretty skittish about heap&lt;br /&gt;allocation and garbage collection and all that.  They disapproved&lt;br /&gt;of the language performing heap allocation &amp;quot;under the table&amp;quot; when&lt;br /&gt;there was no occurrence of the &amp;quot;new&amp;quot; keyword in sight.&lt;br /&gt;&lt;/i&gt;&lt;/pre&gt;&lt;p&gt;(...)&lt;/p&gt;&lt;pre&gt;&lt;i&gt;One of the early design principles of Java was that heap allocation&lt;br /&gt;occurrs if and only if a construct involving the &amp;quot;new&amp;quot; keyword is&lt;br /&gt;executed.  Adding full-blown closures violated this design principle.&lt;br /&gt;(Dynamic class loading also violated the principle, but users seemed&lt;br /&gt;to be comfortable with that, perhaps because they believed that&lt;br /&gt;&amp;quot;once the computation got going&amp;quot; no more heap allocation would occur.)&lt;/i&gt;&lt;br /&gt;but,&lt;br /&gt;&lt;i&gt;Other features for Java release 1.5 will perform certain kinds&lt;br /&gt;of autoboxing, which also violates the design principle.  This fact&lt;br /&gt;will make it easier to argue for restoring full-blown support&lt;br /&gt;for closures in the future.&lt;/i&gt;&lt;/pre&gt;&lt;pre&gt;Enhanced-for also violates that principle (for any collection), and nobody complains.&lt;/pre&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <pubDate>Mon, 03 Mar 2008 15:43:12 -0500</pubDate>
 <dc:creator>opinali</dc:creator>
 <guid isPermaLink="false">comment 1587 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Osvaldo: &quot;I remember</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1288</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Osvaldo: &amp;quot;&lt;i&gt;I remember reading similar comments many, many years ago, just couldn&#039;t find&#039;em now.&lt;/i&gt;&amp;quot; Perhaps this account by Patrick Naughton is what you were looking for?&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;[Bill Joy] was often comparing Oak to more complicated and elegant
languages like Python and Beta. He would often go on at length about
how great Oak would be if he could only add closures and continuations
and parameterized types. While we all agreed these were very cool
language features, we were all kind of hoping to finish this language
in our lifetimes and get on to creating cool applications with it. &lt;/p&gt;&lt;p&gt;http://www.artima.com/weblogs/viewpost.jsp?thread=173229 &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <pubDate>Thu, 21 Feb 2008 20:48:49 -0500</pubDate>
 <dc:creator>ahalsey</dc:creator>
 <guid isPermaLink="false">comment 1288 at http://java.dzone.com</guid>
</item>
<item>
 <title>I don&#039;t care who is peddling</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1247</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I don&#039;t care who is peddling Closures. The fact of the matter is that Joshua Bloch makes a good point: it has a bad power-to-weight ratio.&lt;/p&gt;&lt;p&gt;Once they fix that I&#039;m more than willing to reconsider it, but not before. &lt;/p&gt;</description>
 <pubDate>Thu, 21 Feb 2008 08:08:42 -0500</pubDate>
 <dc:creator>cowwoc</dc:creator>
 <guid isPermaLink="false">comment 1247 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Jeroen: I suppose you&#039;re</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1241</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Jeroen: I suppose you&#039;re talking about &lt;a href=&quot;http://blogs.sun.com/jag/entry/closures&quot; title=&quot;Gosling&amp;#039;s blog&quot; target=&quot;_blank&quot;&gt;Gosling&#039;s blog&lt;/a&gt;, quote: &amp;quot;&lt;i&gt;Closures were left out of Java initially more because of time pressures than anything else.&lt;/i&gt;&amp;quot;. But I remember reading similar comments many, many years ago, just couldn&#039;t find&#039;em now. But I couldn&#039;t find opposite comments either, and I don&#039;t remember that JG has ever stated that closures were a &amp;quot;bad idea&amp;quot;, just like that. Now, he may have said something slippery and ambiguous, parseable as that, by the time he had to stand behind the introduction of inner classes ;-) &amp;quot;Last week?&amp;quot; the original BGGA proposal is from August 2006 and its subscribed by James, along with Peter von der Ahé and Neal Gafter. BTW it&#039;s not just Gosling... all &amp;quot;fathers of Java&amp;quot; - Bill, Gilad, Neal - have been lobbying for closures all these years.&lt;/p&gt;&lt;p&gt;These &amp;quot;ransom notes&amp;quot; that you mention are not FUD. There are reasons why other languages have been gaining momentum, and that an increasing number of top-notch Java developers are considering alternative languages. The major reasons why Java is not yet being severly hitten by competition, are that:&lt;/p&gt;&lt;p&gt;1) The Java  platform is much bigger today than the Java language. I can put up with some outdated traits of the language, because the platform as a whole is great overall, and this overall is what makes my life easy and my projects successfull.&lt;/p&gt;&lt;p&gt;2) Immaturity and repeated blunders of the competitinon. For example, Ruby&#039;s core technology (VM and other infra) is &lt;a href=&quot;http://www.zedshaw.com/rants/rails_is_a_ghetto.html&quot; title=&quot;mediocre&quot; target=&quot;_blank&quot;&gt;mediocre&lt;/a&gt;. Groovy&#039;s performance is a pig, and the project took too much time to overcome basic issues of design, burning precious momentum. In the funcional camp, Haskell was on the rise but IMHO its momentum succumbed under its own weigh as the language became the playground of PhD thesii. Microsoft .NET languages have their appeal limited to Wintel-specific projects and developers who can put up with Microsoft, don&#039;t care about open source and other values. And so on... but you can&#039;t write the competition off, believing that they won&#039;t ever get their act together.&lt;/p&gt;&lt;p&gt;Anyway, the reason why I want closures is not that language X or Y has them now. I miss closures since JDK1.0-beta. JDK1.1, with inner classes, only made a point that we needed closures. New languages riding the hype wave, like Ruby, are only providing more evidence of that, and allowing us to make a stronger argument.&lt;/p&gt;</description>
 <pubDate>Thu, 21 Feb 2008 07:24:53 -0500</pubDate>
 <dc:creator>opinali</dc:creator>
 <guid isPermaLink="false">comment 1241 at http://java.dzone.com</guid>
</item>
<item>
 <title>No Osvaldo. 10 years ago</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1233</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;No Osvaldo. 10 years ago Gosling said Java didn&#039;t need closures and they were not included because they were a bad idea.&lt;br /&gt;A few weeks ago he suddenly decided to rewrite history and state that he&#039;d wanted them all along but decided not to put them in because he didn&#039;t have the time...&lt;/p&gt;&lt;p&gt;Whichever is correct (and I think it&#039;s the first) doesn&#039;t matter however. Retrofitting them is a BAD idea as it compromises the integrity of the language syntax and semantics.&lt;/p&gt;&lt;p&gt;And it IS purely marketing driven. All the &amp;quot;proposals&amp;quot; (really ransom notes if you read them) are based around &amp;quot;Java must have closures or XXX will overtake it in the field of YYY&amp;quot;.&lt;/p&gt;&lt;p&gt;There&#039;s no real need for them, apart from some academics wanting to have their name under a big JSR and a major change in the language, and some marketeers wanting another &amp;quot;feature&amp;quot; in a list they can use in advertising to show off everything Java has.&lt;/p&gt;</description>
 <pubDate>Thu, 21 Feb 2008 01:46:09 -0500</pubDate>
 <dc:creator>jwenting</dc:creator>
 <guid isPermaLink="false">comment 1233 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Alex: In regard to Java 7</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1197</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Alex: In regard to Java 7 based app servers being far and beyond the event horizon that&#039;s probably true, but perhaps that says more about the drag of the JCP and corporate interests involved than any technical merits we as floor developers would be interested in (and ultimately then also our employers). &lt;/p&gt;&lt;p&gt;So I guess it boils down to the fact that Java tries to cater to too many groups, in the end not really satisfying anyone... sort of like a duct-taped worn down Swizz army knife or leatherman tool, robust and pervasive in the field but not particulary good at any one thing now. All I want is a new one without duct-tape and with sharp blades.&lt;/p&gt;</description>
 <pubDate>Wed, 20 Feb 2008 08:39:36 -0500</pubDate>
 <dc:creator>casperbang</dc:creator>
 <guid isPermaLink="false">comment 1197 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Jeroen: There&#039;s nothing</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1192</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Jeroen: There&#039;s nothing &amp;quot;marketing-driven&amp;quot; in proposals like closures. I (and thousands of other closure supporters) have been yelling that Java needs closures since JDK 1.0-beta. James Gosling himself admits that the original Java design only missed closures (and generics!) because they didn&#039;t have time for that... I think Bill Joy said that closures were even prototyped, but removed due to feedback from some users were worried about the extra, implicit heap allocation necessary to capture non-final local variables (which is today a pervasive cost, e.g. in autoboxing and enhanced-for over collections). If Java was born as an open-source or academic project, and not as a commercial project with marketing-driven deadlines and &amp;quot;customer feedback&amp;quot;, then we&#039;d have closures and generics and perhaps other goodies very early, and we wouldn&#039;t have to debate the value of these &lt;i&gt;fundamental&lt;/i&gt; features as late as 2008. To me, these discussions are stupid, it&#039;s exactly like arguing whether a modern OOPL needs to be strong-typed, or to have a garbage-collected managed memory, or be paired with a rich standard class library... there are zero OOPLs designed in the last decade - or even older, but becoming popular roday (Ruby etc.) - that lack such basics. Java cannot be abandoned to become the ugly duck of OOPLs - with or without the options of a &amp;quot;Java 3&amp;quot; replacement.&lt;/p&gt;&lt;p&gt;It&#039;s quite possible that Sun, and some fat slow butts sitting in JCP chairs (huge application server verdors etc), waked to the need to modernize the Java syntax due to the competition of Microsoft&#039;s .NET and C# - and today, from other sources like the RoR fad. So yeah, perhaps you have a point that the &lt;i&gt;motivation&lt;/i&gt; for improving the Java language is marketing-driven. But that&#039;s still better than continuing to write code that&#039;s polluted by unsafe typecasts and horrible inner classes, as my hair turns gray and then white... I mean, I miss some things from the eighties, e.g. classic rock bands like The Police, but not the programming language technology. ;-)&lt;/p&gt;</description>
 <pubDate>Wed, 20 Feb 2008 06:38:48 -0500</pubDate>
 <dc:creator>opinali</dc:creator>
 <guid isPermaLink="false">comment 1192 at http://java.dzone.com</guid>
</item>
<item>
 <title>It&#039;s quite clear that Java</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1180</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;It&#039;s quite clear that Java is at the moment purely marketing driven. The entire &amp;quot;featureset&amp;quot; for 1.6 and 1.7 (including, and maybe especially &amp;quot;closures&amp;quot;) is driven solely by marketing concerns fueled by those who claim that &amp;quot;Java is dead if it doesn&#039;t have XXXXX&amp;quot;.&lt;br /&gt;This is a sad state of affairs, and is causing many (including myself) to look very seriously at alternatives so that we&#039;ll not be the last ones to leave the sinking ship which Java is looking ever more to be turning into with the &amp;quot;leadership&amp;quot; Sun&#039;s (and IBMs and others&#039;) marketing department is imparting on the JCP.&lt;br /&gt;The problem isn&#039;t the existence of the JCP, but the people in it and the people those people are responsible to (who are marketing managers and CFOs rather than programmers).&lt;/p&gt;</description>
 <pubDate>Wed, 20 Feb 2008 02:45:49 -0500</pubDate>
 <dc:creator>jwenting</dc:creator>
 <guid isPermaLink="false">comment 1180 at http://java.dzone.com</guid>
</item>
<item>
 <title>I disagree.If Java3 &quot;drains&quot;</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1174</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I disagree.&lt;/p&gt;&lt;p&gt;If Java3 &amp;quot;drains&amp;quot; the Java community it means it is having a serious impact (i.e. people want to use it) and eventually it would replace Java2 altogether. This is a goal we should strive towards. There is nothing wrong with breaking compatibility once every 10 years. &lt;/p&gt;</description>
 <pubDate>Wed, 20 Feb 2008 00:17:44 -0500</pubDate>
 <dc:creator>cowwoc</dc:creator>
 <guid isPermaLink="false">comment 1174 at http://java.dzone.com</guid>
</item>
<item>
 <title>@Osvoldo: To me, talk of</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1155</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;@Osvoldo: To me, talk of &amp;quot;Java 3&amp;quot; implies something that is similar to the Java language and JDK but adds or removes stuff with no regard to backward compatibility.  And my point is that if we had that, it would be draining in many ways on the Java community.  Seems like a better use of energy to evolve Java Classic rather than split off a Java 3, if you know what I mean. :)  And if you&#039;re not happy with it, take your pick of already existing JVM-based languages. &lt;/p&gt;&lt;p&gt;BTW, the odds that you&#039;ll be using a Java 7 based app server this decade are also very very small. :) I&#039;d say it&#039;s optimistic to expect Java 7 even in late &#039;09 plus you&#039;d need a new EE version based on it plus vendors making the shift.  I&#039;d guess more like 2011.  If anyone still uses an app server by then anyways.     &lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 14:55:40 -0500</pubDate>
 <dc:creator>puredanger</dc:creator>
 <guid isPermaLink="false">comment 1155 at http://java.dzone.com</guid>
</item>
<item>
 <title>Alex: certaily there&#039;s also</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1150</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Alex: certaily there&#039;s also a huge value in preserving the Java language, for both performance and backwards binary compatibility. In my mind, the idea of a Java 3 language (breaking compatibility and changing some compromises, e.g. a bit less performance in exchange for a much superior typesystem) is not a plan for replacement, but for coexistence.&lt;/p&gt;&lt;p&gt;But the &amp;quot;traditional&amp;quot; Java cannot be frozen. For one thing, I&#039;m in favor of adopting, in Java 7, the best, most complete version of closures that are viable to implement with a good compatibility story (that&#039;s why we need traits like compatibility with single-method interfaces), even if it&#039;s not the simpler, most elegant closure spec in the world. Even though I &lt;i&gt;also&lt;/i&gt; want a &amp;quot;Java 3&amp;quot; language that starts when Java ends, and does right what Java cannot due to compatibility, like a modern static typesystem (with type inference and no-compromise generics).&lt;/p&gt;&lt;p&gt;We need both choices. Even if some Java 3 champion emerges as a successfull, popular language, I still need the old good Java... I have projects that are still on 1.4 compatibility, because my client uses an application server that&#039;s just recently moving to Java5. In these conservative environments, the odds that my contractor will allow me to use &lt;i&gt;any&lt;/i&gt; alternative language in this decade, is a very very small number. So, at least I can move to newer releases of the True One Java, from time to time when they update the appserver. Compared to java 1.4, the relatively modest language enhancements of 5.0 (like erased generics) are a breath of fresh air, and hopefully, Java 7 will give more of that &lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 13:54:23 -0500</pubDate>
 <dc:creator>opinali</dc:creator>
 <guid isPermaLink="false">comment 1150 at http://java.dzone.com</guid>
</item>
<item>
 <title>My point was just that</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1143</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;My point was just that people (incl. myself) tend to like the feel of Java. The fact that it is statically typed, that it&#039;s contractual driven and that it honors C/C++ block semantics etc. I don&#039;t really understand those who say &amp;quot;We already have Java 3 in Scala or JRuby or...&amp;quot;. What I dream of is not a completely new language or radical paradigm change, I just want Java development catering a bit to KISS again as it originally did, with its flaws fixed and a bit more power in the language assisting me in my daily work. This seems to have been the vision of C#. &lt;/p&gt;&lt;p&gt;I acknowledge the legacy requirement and current investment, but also don&#039;t see why it could not be solved by code migration tools or simply running multiple JVM&#039;s. That would allow us to push the state of the art without nescesarily being stuck in legacy mud OR being forced to jump to a completely new language altogether.&lt;/p&gt;&lt;p&gt;Why is it better to create a new language than evolving and fixing an existing one, is it all about the name? Don&#039;t we already have the versionability problems you describe, i.e. will the question &amp;quot;Do you know Java?&amp;quot; really tell an employer anything in todays world with JEE, JME, JSE and a gazillion frameworks? Personally, I don&#039;t think this has been the case the last 5+ years. But perhaps I am alone in thinking this. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 12:26:31 -0500</pubDate>
 <dc:creator>casperbang</dc:creator>
 <guid isPermaLink="false">comment 1143 at http://java.dzone.com</guid>
</item>
<item>
 <title>Osvaldo, Groovy slow?  I</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1141</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Osvaldo, Groovy slow?  I wasn&#039;t sure myself.  I assumed after not having tried it for a while, it would have been the exact same performance as Java for primitives at least.&lt;/p&gt;&lt;p&gt;I won&#039;t go in to the details how I did a quick and dirty test, but not measuring startup/warmup, when doing some straight forward looping and math, Groovy appears very roughly 450 times slower.  Changing the primitives to Integer/typeless, Groovy appears roughly 13 times as slow.  Perhaps the Groovy mistake is to assume we&#039;re all only interesting in doing some straightforward business logic.  End of day, yes, I now also perceive Groovy as a performance pig and I&#039;ll think twice of using it for anything that requires any somewhat substantial amount of processing (desktop and server apps, whatever), no matter how delicious the syntax sugar is.  It reduces Groovy to uses where you would otherwise use Javascript perhaps...&lt;/p&gt;&lt;p&gt;ps. even when using primitives, a decompile of the generated class file reveals things like:&lt;br /&gt; ScriptBytecodeAdapter.compareLessThan(i, new Integer(0x989680))&lt;/p&gt;&lt;p&gt;pps. a quick Google led to http://www.jroller.com/rants/entry/why_is_groovy_so_slow&lt;br /&gt;It&#039;s bad, it&#039;s really bad. &lt;/p&gt;&lt;p&gt;Going with Ruby... lol.&lt;br /&gt; &lt;/p&gt;&lt;p&gt;Can&#039;t say I like Python either.&lt;/p&gt;&lt;p&gt;Hopefully there will be some progress in Java soon, and hopefully it won&#039;t become convoluted in a way where it becomes difficult to work together with my less experienced colleagues.&lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 11:43:13 -0500</pubDate>
 <dc:creator>okidoky</dc:creator>
 <guid isPermaLink="false">comment 1141 at http://java.dzone.com</guid>
</item>
<item>
 <title>I sympathize with this point</title>
 <link>http://java.dzone.com/news/whos-driving-java#comment-1142</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;I sympathize with this point but question whether it&#039;s the right direction or not.  I definitely agree with your point about entropy but not all software is created equal.  Some software can handle dramatic changes to it&#039;s surface area (like an in-house app where you completely control the environment).  Some can handle measured evolution (like an open source library).  And some should change slowly with great consideration (like a language).  At least that&#039;s my opinion.  &lt;/p&gt;&lt;p&gt;People tend to rally behind the Java 3 / Java restart idea but I think there is enormous value in having one Java.  The value comes from the vast set of enterprises that employ Java developers and use Java technology.  They are the reason Java is successful.  If you make a Java NG, you endanger that by muddying the waters.  Employers aren&#039;t sure which Java a developer knows, OSS projects would need to target one or both platforms, you add yet another dimension for every testing and deployment scenario out there, effort at improving and fixing Java is split, etc.  &lt;/p&gt;&lt;p&gt;Now, it still may be worth doing.  But that&#039;s a &lt;b&gt;really&lt;/b&gt; hard argument for those actually footing the bill due to the built-up inertia in the enterprise.  &lt;/p&gt;&lt;p&gt;I&#039;d say if you really want a different language (or a different JDK), then that&#039;s a new language.  Fork the VM or the JDK and do what you will.  Or just use one of the already excellent languages that runs on the JVM now.  I say Java is what it is and despite it&#039;s (considerable) flaws, that&#039;s what you get.  I still like it.    &lt;/p&gt;</description>
 <pubDate>Tue, 19 Feb 2008 11:34:21 -0500</pubDate>
 <dc:creator>puredanger</dc:creator>
 <guid isPermaLink="false">comment 1142 at http://java.dzone.com</guid>
</item>
</channel>
</rss>
