<?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>JavaPulse &#187; design patterns</title>
	<atom:link href="http://javapulse.net/tag/design-patterns/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapulse.net</link>
	<description>a finger on the pulse of the freelance Java&#0153; market in the Netherlands</description>
	<lastBuildDate>Sat, 19 Jun 2010 11:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Martin Fowler</title>
		<link>http://javapulse.net/2006/09/06/martin-fowler/</link>
		<comments>http://javapulse.net/2006/09/06/martin-fowler/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 14:48:40 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[design patterns]]></category>
		<category><![CDATA[extreme programming]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=32</guid>
		<description><![CDATA[Martin Fowler writes insightful articles on various subjects of interest related to software development, such as XP and agile methods, refactoring, design patterns, and UML. He is also the author of a number of books on these subjects. I find that his articles on XP and agiles methods especially inspiring and are in concurrence with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://martinfowler.com/">Martin Fowler</a> writes insightful <a href="http://martinfowler.com/articles.html">articles</a> on various subjects of interest related to software development, such as XP and agile methods, refactoring, design patterns, and UML. He is also the author of a number of <a href="http://martinfowler.com/books.html">books</a> on these subjects. I find that his articles on XP and agiles methods especially inspiring and are in concurrence with my own opinions. It&#8217;s good that someone is speaking out about these things. By bring our awareness to subjects that are often resisted by those who don&#8217;t understand what benefits they bring, Martin Fowler gives us the tools to make our projects run smoother.</p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/09/06/martin-fowler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core J2EE Patterns: Best Practices and Design Strategies</title>
		<link>http://javapulse.net/2006/08/23/core-j2ee-patterns-best-practices-and-design-strategies/</link>
		<comments>http://javapulse.net/2006/08/23/core-j2ee-patterns-best-practices-and-design-strategies/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 09:51:55 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[design patterns]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=4</guid>
		<description><![CDATA[



This is the very popular design pattern book written specifically for J2EE development. It is surprisingly readable. Its separation of patterns into presentation, business, and integration tiers allows you to focus efficiently. Alot of it are ways to deal with the annoying parts of J2EE though, such as EJBs. So if you&#8217;re not using EJBs, [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0131422464/ref=nosim/clarakophotog-20" target="_blank"><img style="margin-right:10px;margin-bottom:10px;" src="http://images.amazon.com/images/P/0131422464.01.MZZZZZZZ.jpg" align="left"/></a><br />
This is the very popular design pattern book written specifically for J2EE development. It is surprisingly readable. Its separation of patterns into presentation, business, and integration tiers allows you to focus efficiently. Alot of it are ways to deal with the annoying parts of J2EE though, such as EJBs. So if you&#8217;re not using EJBs, you can skip some chapters. I did find quite a few typos and copy-paste errors in the example codes. A little disappointed in the editors as this creates confusion. I also found the last &#8220;advance&#8221; example not very useful, as it was too much code and not explained thoroughly. But all-in-all, this is a must-read, as it feels good to give a name to some constructs that you&#8217;ve used in the past.
 </td>
</tr>
</table>
<p>Accompanying website: <a href="http://www.corej2eepatterns.com">http://www.corej2eepatterns.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/08/23/core-j2ee-patterns-best-practices-and-design-strategies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Patterns: Elements of Reusable Object-Oriented Software</title>
		<link>http://javapulse.net/2006/08/23/design-patterns-elements-of-reusable-object-oriented-software-erich-gamma-richard-helm-ralph-johnson-john-vlissides/</link>
		<comments>http://javapulse.net/2006/08/23/design-patterns-elements-of-reusable-object-oriented-software-erich-gamma-richard-helm-ralph-johnson-john-vlissides/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 09:07:50 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[design patterns]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=3</guid>
		<description><![CDATA[



This is the granddaddy book of design patterns by the Gang of Four. It was not written for any specific programming language and therefore have abstract examples. Good to read as an intellectual exercise, but I mainly use it as a reference.



Related links and articles:

Design Patterns Book
Java Design Patterns Reference and Examples


How to Use Design [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td>
<a href="http://www.amazon.com/exec/obidos/ASIN/0201633612/ref=nosim/clarakophotog-20" target="_blank"><img style="margin-right:10px;margin-bottom:10px;" src="http://images.amazon.com/images/P/0201633612.01.MZZZZZZZ.jpg" align="left"/></a><br />
This is the granddaddy book of design patterns by the Gang of Four. It was not written for any specific programming language and therefore have abstract examples. Good to read as an intellectual exercise, but I mainly use it as a reference.
</td>
</tr>
</table>
<p>Related links and articles:</p>
<ul>
<li><a href="http://c2.com/cgi/wiki?DesignPatternsBook">Design Patterns Book</a></li>
<li><a href="http://www.fluffycat.com/java-design-patterns/">Java Design Patterns Reference and Examples</a></li>
</ul>
<ul>
<li><a href="http://www.artima.com/lejava/articles/gammadp.html">How to Use Design Patterns<br />
A Conversation with Erich Gamma, Part I</a></li>
<li><a href="http://www.artima.com/lejava/articles/reuse.html">Erich Gamma on Flexibility and Reuse<br />
A Conversation with Erich Gamma, Part II</a></li>
<li><a href="http://www.artima.com/lejava/articles/designprinciples.html">Design Principles from Design Patterns<br />
A Conversation with Erich Gamma, Part III</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2006/08/23/design-patterns-elements-of-reusable-object-oriented-software-erich-gamma-richard-helm-ralph-johnson-john-vlissides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
