<?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"
	>
<channel>
	<title>Comments on: When Java is dead</title>
	<atom:link href="http://madbean.com/2003/mb2003-42/feed/" rel="self" type="application/rss+xml" />
	<link>http://madbean.com/2003/mb2003-42/</link>
	<description>Your zero step program</description>
	<pubDate>Sat, 22 Nov 2008 05:37:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Tony</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-150969</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 13 Feb 2008 03:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-150969</guid>
		<description>&lt;p&gt;You only wish Java were dead.  Everything that can be done with .Net can be done with (J2EE) Java at a licensing cost of $0.  You can't beat free my friend.  Also, .Net lacks the enormous amount of open source libraries, projects, frameworks, etc, that are available in the Java world.  Just take a look at the Apache site or SourceForge, they have APIs for even the weirdest task you can think of.  .Net will never catchup to Java in this perspective, because the Micro$oft mindset in anti-open source.  Java is driven by passion, .Net is driven by money.  Passion always wins.&lt;/p&gt;

&lt;p&gt;Java even offers you more to choose from in the IDE world.  You want a "Fisher Price" looking IDE like Visual Studios, Java has Netbeans, you want something more advanced, use Eclipse or IntelliJ.  You want an IDE that supports Perl, PHP, Ruby, and more, you can only find this in Netbeans and Eclipse.  You want an IDE that has a slew of free plug-ins, you can only find this in Eclipse, Netbeans and IntelliJ.&lt;/p&gt;

&lt;p&gt;I have worked with .Net (C#) using Visual Studios, J2EE (Java) using Eclipse, Netbeans, and IntelliJ, and I can honestly tell you that I prefer Java.  I base my decision on everything that I have mentioned above.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You only wish Java were dead.  Everything that can be done with .Net can be done with (J2EE) Java at a licensing cost of $0.  You can&#8217;t beat free my friend.  Also, .Net lacks the enormous amount of open source libraries, projects, frameworks, etc, that are available in the Java world.  Just take a look at the Apache site or SourceForge, they have APIs for even the weirdest task you can think of.  .Net will never catchup to Java in this perspective, because the Micro$oft mindset in anti-open source.  Java is driven by passion, .Net is driven by money.  Passion always wins.</p>
<p>Java even offers you more to choose from in the IDE world.  You want a &#8220;Fisher Price&#8221; looking IDE like Visual Studios, Java has Netbeans, you want something more advanced, use Eclipse or IntelliJ.  You want an IDE that supports Perl, PHP, Ruby, and more, you can only find this in Netbeans and Eclipse.  You want an IDE that has a slew of free plug-ins, you can only find this in Eclipse, Netbeans and IntelliJ.</p>
<p>I have worked with .Net (C#) using Visual Studios, J2EE (Java) using Eclipse, Netbeans, and IntelliJ, and I can honestly tell you that I prefer Java.  I base my decision on everything that I have mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmythesaint</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-149988</link>
		<dc:creator>Jimmythesaint</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-149988</guid>
		<description>&lt;p&gt;I don't see how you can say java is dead. Client side, applets etc maybe but server side its hugs. J2EE is massive - how many sites run on it still about 30% market share.&lt;/p&gt;

&lt;p&gt;Why would i want to pay licenses for everything msoft when i can deploy a enterprise scale java based solution that can run on the linux i choose and not pay license fees.  &lt;/p&gt;

&lt;p&gt;The open source aspect and the size of the community is vast.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see how you can say java is dead. Client side, applets etc maybe but server side its hugs. J2EE is massive - how many sites run on it still about 30% market share.</p>
<p>Why would i want to pay licenses for everything msoft when i can deploy a enterprise scale java based solution that can run on the linux i choose and not pay license fees.  </p>
<p>The open source aspect and the size of the community is vast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: infocyde</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-134428</link>
		<dc:creator>infocyde</dc:creator>
		<pubDate>Wed, 02 Jan 2008 22:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-134428</guid>
		<description>&lt;p&gt;I know this is an old thread, but...&lt;/p&gt;

&lt;p&gt;@John Perry.  I'm with you man.  I constantly hear buzz words like scalable, robust, blah blah blah.  With the new tech, I have to constantly keep up with things...not good enough to know the tech anymore, but now I have to know paradims about how to apply the tech, and if I don't follow those paradims my code is now "ucky" to the hip hop herd of next gen programmers, even though typically my code works just as well as my "agile" counter parts, and somehow I get it done faster and follow on programmers can look at it and understand what I'm trying to do.  I'm not against OOP and all (I use simple business and data objects all the time), but in web development ultimately we are taking data, storing data, and displaying data.  We can make that as simple or as complex as we feel like.  Me, I like to stick to KISS, but sometimes KISS programming doesn't looks as good on a resume.  And with the younger gen, it is a lot about hype and form over substance.  It doesn't mean that there aren't brilliant younger programmers, there are, but I think programming has finally become main stream enough so that we suffer from fads.  &lt;/p&gt;

&lt;p&gt;Oh yeah, on Java, it was the right idea.  Develop apps against a runtime instead of HTML in a browser.  That we you have a full programming language with 100's of prebuilt classes to help you along.  Sounds like concepts behind Silverlight and Flex huh?  Java was just batched, and M$ leveled its sights at Sun early on.  So far the only company to stand against M$ is Apple, which is both a blessing and a curse.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but&#8230;</p>
<p>@John Perry.  I&#8217;m with you man.  I constantly hear buzz words like scalable, robust, blah blah blah.  With the new tech, I have to constantly keep up with things&#8230;not good enough to know the tech anymore, but now I have to know paradims about how to apply the tech, and if I don&#8217;t follow those paradims my code is now &#8220;ucky&#8221; to the hip hop herd of next gen programmers, even though typically my code works just as well as my &#8220;agile&#8221; counter parts, and somehow I get it done faster and follow on programmers can look at it and understand what I&#8217;m trying to do.  I&#8217;m not against OOP and all (I use simple business and data objects all the time), but in web development ultimately we are taking data, storing data, and displaying data.  We can make that as simple or as complex as we feel like.  Me, I like to stick to KISS, but sometimes KISS programming doesn&#8217;t looks as good on a resume.  And with the younger gen, it is a lot about hype and form over substance.  It doesn&#8217;t mean that there aren&#8217;t brilliant younger programmers, there are, but I think programming has finally become main stream enough so that we suffer from fads.  </p>
<p>Oh yeah, on Java, it was the right idea.  Develop apps against a runtime instead of HTML in a browser.  That we you have a full programming language with 100&#8217;s of prebuilt classes to help you along.  Sounds like concepts behind Silverlight and Flex huh?  Java was just batched, and M$ leveled its sights at Sun early on.  So far the only company to stand against M$ is Apple, which is both a blessing and a curse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFool</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-40863</link>
		<dc:creator>JFool</dc:creator>
		<pubDate>Mon, 14 May 2007 03:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-40863</guid>
		<description>&lt;p&gt;dp shows a nice example of capitalizing on the "Long Tail" of Java.
http://en.wikipedia.org/wiki/The&lt;em&gt;Long&lt;/em&gt;Tail&lt;/p&gt;

&lt;p&gt;It's only a matter of Java's burn rate. &lt;/p&gt;

&lt;p&gt;Unlike the liquid stock market where you can SELL NOW, Java has momentum due to huge it's investment, pride, and ego.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dp shows a nice example of capitalizing on the &#8220;Long Tail&#8221; of Java.<br />
<a href="http://en.wikipedia.org/wiki/The" rel="nofollow">http://en.wikipedia.org/wiki/The</a><em>Long</em>Tail</p>
<p>It&#8217;s only a matter of Java&#8217;s burn rate. </p>
<p>Unlike the liquid stock market where you can SELL NOW, Java has momentum due to huge it&#8217;s investment, pride, and ego.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dp</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-16778</link>
		<dc:creator>dp</dc:creator>
		<pubDate>Thu, 01 Feb 2007 22:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-16778</guid>
		<description>&lt;p&gt;Hmm,  if Java is dead why'd I make $200k programming new apps last year?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmm,  if Java is dead why&#8217;d I make $200k programming new apps last year?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-8116</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 15 Dec 2006 15:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-8116</guid>
		<description>&lt;p&gt;I'd wager that the assembly language will outlive most current languages.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d wager that the assembly language will outlive most current languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvw</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-455</link>
		<dc:creator>rvw</dc:creator>
		<pubDate>Thu, 27 Apr 2006 10:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-455</guid>
		<description>&lt;p&gt;wake up 2: java is already dead. Microsoft killed java with their dotnet stuff and now it is removed from all browsers as well. Never let a hardware company like sun design a software language. javascript is a completely different story. Javascript will outlive java&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>wake up 2: java is already dead. Microsoft killed java with their dotnet stuff and now it is removed from all browsers as well. Never let a hardware company like sun design a software language. javascript is a completely different story. Javascript will outlive java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NA</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-412</link>
		<dc:creator>NA</dc:creator>
		<pubDate>Wed, 19 Oct 2005 00:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-412</guid>
		<description>&lt;p&gt;Wake up guys. Java is the most popular language. Check this out, http://www.tiobe.com/tpci.htm 
If Java is dead, what does it say about other languages which are less popularl? Someone claims ide
for java are not written in java. NetBeans, Eclipse and more recent versions of JBuilder are written in
Java.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wake up guys. Java is the most popular language. Check this out, <a href="http://www.tiobe.com/tpci.htm" rel="nofollow">http://www.tiobe.com/tpci.htm</a><br />
If Java is dead, what does it say about other languages which are less popularl? Someone claims ide<br />
for java are not written in java. NetBeans, Eclipse and more recent versions of JBuilder are written in<br />
Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Perry</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-387</link>
		<dc:creator>John Perry</dc:creator>
		<pubDate>Tue, 13 Sep 2005 09:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-387</guid>
		<description>&lt;p&gt;Dr. X's experience (a six week VB app. took a year to rewrite in
Java) has that ring of truth.  I've been in CS since 1975 and I'm
just sick to death of the paradigm-a-holic OOPsters demanding
that the fastest way from Los Angeles to San Francisco is by 
way of Denver.  &lt;/p&gt;

&lt;p&gt;Keep your damned 5,6,7-layered inheritance stacks away from 
my code ...  PLEASE!!!!  I'll be leaving CS in a few years because
the stench of the code-bloaters and the feature-creepers is 
choking my oxygen supply.&lt;/p&gt;

&lt;p&gt;Even the C99 committee has added arcane garbage to the language.
Can anybody in CS leave well enough alone??  No.  And the proof is
the coming of Perl 6 which will ....  destroy and confuse the Perl
community.  What they're doing is like Kernighan changing an
assignment from = to := "just because it is OUR language".&lt;/p&gt;

&lt;p&gt;No wonder kids don't want to major in CS.  You have to read five
times more stuff than the Talmud just to become a middling
practitioner.  This isn't encouraging THINKING.  It's mindless rote.
It doesn't leave enough leftover brain CPU power for THINKING.
It exhausts without enlivening.&lt;/p&gt;

&lt;p&gt;CS ... the self-destructive field.&lt;/p&gt;

&lt;p&gt;John Perry&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dr. X&#8217;s experience (a six week VB app. took a year to rewrite in<br />
Java) has that ring of truth.  I&#8217;ve been in CS since 1975 and I&#8217;m<br />
just sick to death of the paradigm-a-holic OOPsters demanding<br />
that the fastest way from Los Angeles to San Francisco is by<br />
way of Denver.  </p>
<p>Keep your damned 5,6,7-layered inheritance stacks away from<br />
my code &#8230;  PLEASE!!!!  I&#8217;ll be leaving CS in a few years because<br />
the stench of the code-bloaters and the feature-creepers is<br />
choking my oxygen supply.</p>
<p>Even the C99 committee has added arcane garbage to the language.<br />
Can anybody in CS leave well enough alone??  No.  And the proof is<br />
the coming of Perl 6 which will &#8230;.  destroy and confuse the Perl<br />
community.  What they&#8217;re doing is like Kernighan changing an<br />
assignment from = to := &#8220;just because it is OUR language&#8221;.</p>
<p>No wonder kids don&#8217;t want to major in CS.  You have to read five<br />
times more stuff than the Talmud just to become a middling<br />
practitioner.  This isn&#8217;t encouraging THINKING.  It&#8217;s mindless rote.<br />
It doesn&#8217;t leave enough leftover brain CPU power for THINKING.<br />
It exhausts without enlivening.</p>
<p>CS &#8230; the self-destructive field.</p>
<p>John Perry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr X</title>
		<link>http://madbean.com/2003/mb2003-42/#comment-353</link>
		<dc:creator>Dr X</dc:creator>
		<pubDate>Fri, 24 Jun 2005 21:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://madbean.com/blog/2003-42#comment-353</guid>
		<description>&lt;p&gt;Java is dead.  How about this real world fact.  I designed, documented and developed an application in VB 
that took a month in a half.  Later, a seasoned Java developer that works for the company converted my app to 
Java, it took them A YEAR to convert my app.  Now it's slow, less automated, and buggy.  Way to save money, 
convert everything to Java, REAL smart!  and that's just the tip of the iceburg, let Java sink like the Titanic&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Java is dead.  How about this real world fact.  I designed, documented and developed an application in VB<br />
that took a month in a half.  Later, a seasoned Java developer that works for the company converted my app to<br />
Java, it took them A YEAR to convert my app.  Now it&#8217;s slow, less automated, and buggy.  Way to save money,<br />
convert everything to Java, REAL smart!  and that&#8217;s just the tip of the iceburg, let Java sink like the Titanic</p>
]]></content:encoded>
	</item>
</channel>
</rss>
