<?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>Nerd Boys &#187; design patterns</title>
	<atom:link href="http://nerdboys.com/tag/patterns/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerdboys.com</link>
	<description>Tech tips, news and reviews</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Applying the Decorator Pattern to a DataGridView</title>
		<link>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/</link>
		<comments>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/#comments</comments>
		<pubDate>Tue, 25 May 2010 23:24:57 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[design patterns]]></category>

		<guid isPermaLink="false">http://nerdboys.com/?p=766</guid>
		<description><![CDATA[In this article, I present a simple example of how you can apply the Decorator Pattern to a DataGridView to extend its behavior without using inheritance.]]></description>
		<wfw:commentRss>http://nerdboys.com/2010/05/25/applying-the-decorator-pattern-to-a-datagridview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>State Pattern Persistence with Hibernate</title>
		<link>http://nerdboys.com/2007/06/08/state-pattern-persistence-with-hibernate/</link>
		<comments>http://nerdboys.com/2007/06/08/state-pattern-persistence-with-hibernate/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 20:50:00 +0000</pubDate>
		<dc:creator>Joe Kelly</dc:creator>
				<category><![CDATA[Ideas]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://jojosoho.com/?p=33</guid>
		<description><![CDATA[




<p>In my software development job, I do a lot of persistence layer implementation, especially using the Hibernate O/R mapper. I work closely with a clever domain layer programmer who tends to use a lot of design patterns, perhaps because he likes the woman of the cover of Head First Design Patterns.</p>
<p>Sometimes, these design patterns create a bit of a challenge for me in the persistence layer, especially since I always tell my domain layer programmer <p>[...<em>Continue reading</em> &#187; <a href="http://nerdboys.com/2007/06/08/state-pattern-persistence-with-hibernate/">State Pattern Persistence with Hibernate]</a></p>]]></description>
		<wfw:commentRss>http://nerdboys.com/2007/06/08/state-pattern-persistence-with-hibernate/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

