<?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>cookies and code &#187; series</title>
	<atom:link href="http://www.brianlegros.com/blog/category/series/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlegros.com/blog</link>
	<description>eat, program, and be merry</description>
	<lastBuildDate>Thu, 16 Jun 2011 07:50:23 +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>Architectual Styles &#8211; Part Four : Layering</title>
		<link>http://www.brianlegros.com/blog/2007/10/07/architectual-styles-part-four-layering/</link>
		<comments>http://www.brianlegros.com/blog/2007/10/07/architectual-styles-part-four-layering/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 00:14:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[series]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design-patterns]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[user-interface]]></category>
		<category><![CDATA[web-services]]></category>

		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/10/07/architectual-styles-part-four-layering/</guid>
		<description><![CDATA[In the fourth part of this series, I&#8217;d like to talk about my uses of layering as it applies to architectural styles. In searching for a good explanation of the Layers pattern itself, I stumbled up on this posting which I thought was a good analysis. Although the analysis is done in the context of [...]]]></description>
		<wfw:commentRss>http://www.brianlegros.com/blog/2007/10/07/architectual-styles-part-four-layering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Architectual Styles &#8211; Part Three : Domains</title>
		<link>http://www.brianlegros.com/blog/2007/08/09/architectual-styles-part-three-domains/</link>
		<comments>http://www.brianlegros.com/blog/2007/08/09/architectual-styles-part-three-domains/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 04:38:04 +0000</pubDate>
		<dc:creator>Brian LeGros</dc:creator>
				<category><![CDATA[series]]></category>
		<category><![CDATA[design-patterns]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/08/09/architectual-styles-part-three-domains/</guid>
		<description><![CDATA[The concept of a custom type is something that is hard to avoid when designing object-oriented software. I&#8217;ve always seen custom types as a way to bring organization and semantic meaning to my applications. I find they help me to better describe data, relationships, and behavior especially when implemented in the form of classes. My [...]]]></description>
		<wfw:commentRss>http://www.brianlegros.com/blog/2007/08/09/architectual-styles-part-three-domains/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Architectual Styles &#8211; Part Two : Cohesion and Coupling</title>
		<link>http://www.brianlegros.com/blog/2007/07/23/architectual-styles-part-two-cohesion-and-coupling/</link>
		<comments>http://www.brianlegros.com/blog/2007/07/23/architectual-styles-part-two-cohesion-and-coupling/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 03:56:07 +0000</pubDate>
		<dc:creator>Brian LeGros</dc:creator>
				<category><![CDATA[series]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/07/23/architectual-styles-part-two-cohesion-and-coupling/</guid>
		<description><![CDATA[Cohesion and coupling are two terms that I always find myself coming back to when debating (with myself) over approaches to take to OO design. A definition for both cohesion and coupling can be found on Wikipedia. For the purpose of this series, I&#8217;m going to focus on each in the following regard: &#160; Cohesion [...]]]></description>
		<wfw:commentRss>http://www.brianlegros.com/blog/2007/07/23/architectual-styles-part-two-cohesion-and-coupling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Architectual Styles &#8211; Part One : Introduction</title>
		<link>http://www.brianlegros.com/blog/2007/07/21/architectual-styles-part-one-introduction/</link>
		<comments>http://www.brianlegros.com/blog/2007/07/21/architectual-styles-part-one-introduction/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 19:14:33 +0000</pubDate>
		<dc:creator>Brian LeGros</dc:creator>
				<category><![CDATA[series]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[soa]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/07/21/architectual-styles-part-one-introduction/</guid>
		<description><![CDATA[Just recently for my job, I completed a training packet for new hires that will hopefully aid us in an internship program we&#8217;re hoping to start. In part of the packet I try to expose our new developers to architectural tools, concepts, and styles. This is meant to empower them to understand the designs they&#8217;ll [...]]]></description>
		<wfw:commentRss>http://www.brianlegros.com/blog/2007/07/21/architectual-styles-part-one-introduction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

