<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gremlin's Fireside Chat &#187; Java</title>
	<atom:link href="http://www.garyleeson.com/index.php/category/tech/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.garyleeson.com</link>
	<description>A Warm Discussion On Java, Developing and All Things Irish</description>
	<lastBuildDate>Sun, 29 Jan 2012 22:26:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>And the Winner is &#8230;&#8230;</title>
		<link>http://www.garyleeson.com/index.php/2011/07/08/and-the-winner-is/</link>
		<comments>http://www.garyleeson.com/index.php/2011/07/08/and-the-winner-is/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 19:36:33 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Ireland]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/?p=319</guid>
		<description><![CDATA[Bit of an exciting week for me. Last Friday a long contract finally came to an end and since I had six weeks notice of it I had signed up for the &#8220;Open Data 18 hour Challenge&#8221; on 4th and 5th July which from the blurb on their website was about local government data sets [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2011/07/08/and-the-winner-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A useful page for Java Developers for performance tweeks</title>
		<link>http://www.garyleeson.com/index.php/2008/03/28/a-useful-page-for-java-developers-for-performance-tweeks/</link>
		<comments>http://www.garyleeson.com/index.php/2008/03/28/a-useful-page-for-java-developers-for-performance-tweeks/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 14:14:35 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/index.php/2008/03/28/a-useful-page-for-java-developers-for-performance-tweeks/</guid>
		<description><![CDATA[I am working on a project, and am spending a fair bit of time trying to get the Java Virtual Machine to perform better. This is very much a black art and in reality there is not much out there in the ether to look at. I did however find this excellent page on the [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2008/03/28/a-useful-page-for-java-developers-for-performance-tweeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A useful linux script for Java Heads</title>
		<link>http://www.garyleeson.com/index.php/2006/12/29/a-useful-linux-script-for-java-heads/</link>
		<comments>http://www.garyleeson.com/index.php/2006/12/29/a-useful-linux-script-for-java-heads/#comments</comments>
		<pubDate>Fri, 29 Dec 2006 17:45:44 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/?p=22</guid>
		<description><![CDATA[If like me you are a java developer on unix this little blog might be of some use if you have lots of jars and are prone to &#8220;which jar contains the class X&#8221; where X could be riomhaire.roster.model.User and you find  your self in a long search. What I do is &#8230;.
Have a [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2006/12/29/a-useful-linux-script-for-java-heads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instrument your code young man &#8211; Part 2</title>
		<link>http://www.garyleeson.com/index.php/2006/09/11/instrument-your-code-young-man-part-2/</link>
		<comments>http://www.garyleeson.com/index.php/2006/09/11/instrument-your-code-young-man-part-2/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 18:52:04 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/?p=16</guid>
		<description><![CDATA[In my last piece about instrumentation I (hopefully) showed the importance of instrumenting your code â€“ in many ways it is one of the major â€œunwrittenâ€? requirements in any project â€“ along with a good logging strategy. The tough question is what do you instrument and what are the options?

As with most things in development [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2006/09/11/instrument-your-code-young-man-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instrument your code young man&#8230;. and do it now (Part 1)</title>
		<link>http://www.garyleeson.com/index.php/2006/09/03/instrument-your-code-young-man-and-do-it-now-part-1/</link>
		<comments>http://www.garyleeson.com/index.php/2006/09/03/instrument-your-code-young-man-and-do-it-now-part-1/#comments</comments>
		<pubDate>Sun, 03 Sep 2006 21:06:04 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/?p=15</guid>
		<description><![CDATA[
 	 	

Do you know how well your application functions? Can you tell me what is the average time for a request to be handled? the worst? Can you tell me how your application functions with time? If not then you have missed one of the most common â€œunwrittenâ€? requirements â€“ that of instrumenting your [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2006/09/03/instrument-your-code-young-man-and-do-it-now-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REST is not just Java Servlets!!!</title>
		<link>http://www.garyleeson.com/index.php/2006/08/22/rest-is-not-just-java-servlets/</link>
		<comments>http://www.garyleeson.com/index.php/2006/08/22/rest-is-not-just-java-servlets/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 20:54:47 +0000</pubDate>
		<dc:creator>gremlin</dc:creator>
				<category><![CDATA[Application Servers]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.garyleeson.com/?p=14</guid>
		<description><![CDATA[The REST (Representational State Transfer)  is a hot topic in IT development world at the moment. Some see it as complimentary to SOAP, XML-RPC etc others as a replacement; and even within the REST community there are various flavours: REST-Purists who only accept the four basic http verbs (PUT, GET, POST, DELETE) which map [...]]]></description>
		<wfw:commentRss>http://www.garyleeson.com/index.php/2006/08/22/rest-is-not-just-java-servlets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

