<?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>Redcode &#187; Java Programming</title>
	<atom:link href="http://www.redcode.nl/blog/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redcode.nl</link>
	<description>Java, algorithms, math and more</description>
	<lastBuildDate>Fri, 30 Dec 2011 12:21:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Handling null in Java</title>
		<link>http://www.redcode.nl/blog/2010/02/handling-null-in-java/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handling-null-in-java</link>
		<comments>http://www.redcode.nl/blog/2010/02/handling-null-in-java/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 10:46:13 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[null]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=340</guid>
		<description><![CDATA[<p>Its a problem I encouter in most JEE projects I&#8217;ve worked on so far. Handling null-values. But why is this a problem? And what strategies can we follow to reduce the problem? That is what I&#8217;m trying to find out in this post.</p> <p></p> <p>Lets start with a piece of business logic, in a world [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2010/02/handling-null-in-java/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Cleaner code: Inversion of logic</title>
		<link>http://www.redcode.nl/blog/2009/12/inversion_of_logic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=inversion_of_logic</link>
		<comments>http://www.redcode.nl/blog/2009/12/inversion_of_logic/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 09:14:10 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[inversion of logic]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=180</guid>
		<description><![CDATA[Design patterns <p>Almost all programmers have heard about and used <a href="http://en.wikipedia.org/wiki/Design_pattern_(computer_science)">design patterns</a>. And there are a lot of them. Famous design patterns include the Singleton, Observer, Template method. These are all patterns that focus on objects and the relationship between them.</p> <p>There are more groups of patterns, for example take <a href="http://en.wikipedia.org/wiki/Dependency_injection">Dependency Injection</a> (or [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2009/12/inversion_of_logic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java EE 6 released, including Servlet 3.0</title>
		<link>http://www.redcode.nl/blog/2009/12/java-ee-6-released-including-servlet-3-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-ee-6-released-including-servlet-3-0</link>
		<comments>http://www.redcode.nl/blog/2009/12/java-ee-6-released-including-servlet-3-0/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:43:13 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[jsr]]></category>
		<category><![CDATA[servlet 3.0]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=175</guid>
		<description><![CDATA[<p>Today marks the release of Java EE 6. The reference implementation (Glassfish V3) has been released and the specifications are going into their final state very soon.</p> <p>About two years ago, while I was attending the JavaOne conference, I first heard about the Servlet 3.0 ideas. As a web developer I&#8217;ve worked a lot with [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2009/12/java-ee-6-released-including-servlet-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Generics for Compare</title>
		<link>http://www.redcode.nl/blog/2009/12/java-generics-for-compare/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=java-generics-for-compare</link>
		<comments>http://www.redcode.nl/blog/2009/12/java-generics-for-compare/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 15:35:15 +0000</pubDate>
		<dc:creator>royvanrijn</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[comperator]]></category>
		<category><![CDATA[generics]]></category>
		<category><![CDATA[reified]]></category>

		<guid isPermaLink="false">http://www.redcode.nl/?p=47</guid>
		<description><![CDATA[<p>I&#8217;ve been developing with Java 5+ for quite a while now. Not all developers are this lucky, some are still stuck with 1.4&#8230; some even with 1.3! But my clients all made the excellent step forward to Java 5 (some even to 6). The problem is, they moved the runtime/JDK but forget to move their [...]]]></description>
		<wfw:commentRss>http://www.redcode.nl/blog/2009/12/java-generics-for-compare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

