<?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>Learning by Experience &#187; architecture</title>
	<atom:link href="http://www.inze.be/andries/category/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inze.be/andries</link>
	<description>Java, Project Management, Life and anything else.</description>
	<lastBuildDate>Thu, 15 Jul 2010 07:34:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Static Application Data</title>
		<link>http://www.inze.be/andries/2008/12/09/static-application-data/</link>
		<comments>http://www.inze.be/andries/2008/12/09/static-application-data/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:08:02 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[architecture]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=85</guid>
		<description><![CDATA[Every project comes with it own application data: the minimal data that is needed to actually start running the application. Typically their is some type or code object that is used throughout the application. When using an ORM tool, it&#8217;s not always straightforward to select the right code. Typically, I&#8217;d advice and create some TypeEnum [...]]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/12/09/static-application-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BusinessException pattern</title>
		<link>http://www.inze.be/andries/2008/08/18/the-businessexception-pattern/</link>
		<comments>http://www.inze.be/andries/2008/08/18/the-businessexception-pattern/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 21:08:58 +0000</pubDate>
		<dc:creator>Andries Inzé</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[patterns]]></category>

		<guid isPermaLink="false">http://www.inze.be/andries/?p=41</guid>
		<description><![CDATA[This exception is probably one of the most common home-made exceptions, one that pops up in almost every project. I'll try and show you how it works and what the advantages are.]]></description>
		<wfw:commentRss>http://www.inze.be/andries/2008/08/18/the-businessexception-pattern/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
