<?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: Peak Java</title>
	<atom:link href="http://blog.lylo.co.uk/2007/01/20/peak-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lylo.co.uk/2007/01/20/peak-java/</link>
	<description>Not very much at all, really</description>
	<lastBuildDate>Wed, 26 May 2010 15:34:54 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jivlain</title>
		<link>http://blog.lylo.co.uk/2007/01/20/peak-java/comment-page-1/#comment-591</link>
		<dc:creator>Jivlain</dc:creator>
		<pubDate>Thu, 25 Jan 2007 07:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lylo.co.uk/blog/2007/01/20/peak-java/#comment-591</guid>
		<description>Hmmmm confusion. Eh. But it was worth it!</description>
		<content:encoded><![CDATA[<p>Hmmmm confusion. Eh. But it was worth it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jivlain</title>
		<link>http://blog.lylo.co.uk/2007/01/20/peak-java/comment-page-1/#comment-590</link>
		<dc:creator>Jivlain</dc:creator>
		<pubDate>Thu, 25 Jan 2007 07:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lylo.co.uk/blog/2007/01/20/peak-java/#comment-590</guid>
		<description>What I really enjoyed was the link which led me here:
http://www.chadfowler.com/2007/1/10/supply-and-demand-in-technology-skills

Do the Google Trends searches - the Java/.NET is all India etc whereas the searches for, say, Ruby on Rails, is from the US. Interesting.</description>
		<content:encoded><![CDATA[<p>What I really enjoyed was the link which led me here:<br />
<a href="http://www.chadfowler.com/2007/1/10/supply-and-demand-in-technology-skills" rel="nofollow">http://www.chadfowler.com/2007/1/10/supply-and-demand-in-technology-skills</a></p>
<p>Do the Google Trends searches &#8211; the Java/.NET is all India etc whereas the searches for, say, Ruby on Rails, is from the US. Interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Grenier</title>
		<link>http://blog.lylo.co.uk/2007/01/20/peak-java/comment-page-1/#comment-587</link>
		<dc:creator>Stephane Grenier</dc:creator>
		<pubDate>Tue, 23 Jan 2007 18:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lylo.co.uk/blog/2007/01/20/peak-java/#comment-587</guid>
		<description>I think the key to remember with Java is that it&#039;s a great language for larger projects. If you have to slap together some simple and quick application, then Java may or may not be the tool for you. However if you need a lot of extensibility, a lot of complexity, a lot functionality, etc., then Java quickly becomes more and more interesting!

As for a Swing application, we use Java at &lt;a href=&quot;http://www.LandlordMax.com&quot; rel=&quot;nofollow&quot;&gt;LandlordMax&lt;/a&gt;. It might have taken a bit more time initially, but because of the power of language we&#039;re able to really use the framework in extremely powerful ways. For example we&#039;ve created many gui components which are composites of other components, including listeners, etc. So  for us to add certain types of functionality it&#039;s extremely easy. 

Again, it all depends on what you&#039;re trying to do. If I had to slap together a quick prototype webapp with no scalability, I&#039;d look at PHP (scalability can mean traffic, extra features, etc.). If I new I had to move to a clustered environment, add loads of features, etc., then I&#039;d be looking at a J2EE stack with frameworks such as JSF, etc. Yes, PHP has some amazing frameworks too (CodeIgniter.com for example), but I feel the J2EE frameworks are more mature and have more &quot;power&quot;.</description>
		<content:encoded><![CDATA[<p>I think the key to remember with Java is that it&#8217;s a great language for larger projects. If you have to slap together some simple and quick application, then Java may or may not be the tool for you. However if you need a lot of extensibility, a lot of complexity, a lot functionality, etc., then Java quickly becomes more and more interesting!</p>
<p>As for a Swing application, we use Java at <a href="http://www.LandlordMax.com" rel="nofollow">LandlordMax</a>. It might have taken a bit more time initially, but because of the power of language we&#8217;re able to really use the framework in extremely powerful ways. For example we&#8217;ve created many gui components which are composites of other components, including listeners, etc. So  for us to add certain types of functionality it&#8217;s extremely easy. </p>
<p>Again, it all depends on what you&#8217;re trying to do. If I had to slap together a quick prototype webapp with no scalability, I&#8217;d look at PHP (scalability can mean traffic, extra features, etc.). If I new I had to move to a clustered environment, add loads of features, etc., then I&#8217;d be looking at a J2EE stack with frameworks such as JSF, etc. Yes, PHP has some amazing frameworks too (CodeIgniter.com for example), but I feel the J2EE frameworks are more mature and have more &#8220;power&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Stewart</title>
		<link>http://blog.lylo.co.uk/2007/01/20/peak-java/comment-page-1/#comment-586</link>
		<dc:creator>Andy Stewart</dc:creator>
		<pubDate>Tue, 23 Jan 2007 15:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lylo.co.uk/blog/2007/01/20/peak-java/#comment-586</guid>
		<description>You might be interested in James Duncan Davidson&#039;s &lt;a href=&quot;http://blog.duncandavidson.com/2007/01/what_does_no_ja.html&quot; rel=&quot;nofollow&quot;&gt;What Does No Java On The iPhone Mean?&lt;/a&gt; -- with the revealing question:

How many compelling desktop end-user Java applications have ever been created?

It&#039;s much easier to create a lovely GUI in a browser than with Swing.  And it&#039;s easier to write a webapp in, say, Rails than J2EE.</description>
		<content:encoded><![CDATA[<p>You might be interested in James Duncan Davidson&#8217;s <a href="http://blog.duncandavidson.com/2007/01/what_does_no_ja.html" rel="nofollow">What Does No Java On The iPhone Mean?</a> &#8212; with the revealing question:</p>
<p>How many compelling desktop end-user Java applications have ever been created?</p>
<p>It&#8217;s much easier to create a lovely GUI in a browser than with Swing.  And it&#8217;s easier to write a webapp in, say, Rails than J2EE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
