<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PTOM: Single Responsibility Principle</title>
	<atom:link href="http://lostechies.com/jasonmeridth/2008/03/30/ptom-single-responsibility-principle/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jasonmeridth/2008/03/30/ptom-single-responsibility-principle/</link>
	<description>Just another LosTechies site</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Martin Odhelius</title>
		<link>http://lostechies.com/jasonmeridth/2008/03/30/ptom-single-responsibility-principle/#comment-224</link>
		<dc:creator>Martin Odhelius</dc:creator>
		<pubDate>Tue, 18 Nov 2008 12:48:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jason_meridth/archive/2008/03/29/ptom-single-responsibility-principle.aspx#comment-224</guid>
		<description>The last pattern you are using actually looks like the Data Acess Object-pattern (DAO) http://en.wikipedia.org/wiki/Data_Access_Object and is in fact much better than the Active Record-pattern in most situations, especially when you want to handle several different data sources or when you want to migrate data between different db:s for example.</description>
		<content:encoded><![CDATA[<p>The last pattern you are using actually looks like the Data Acess Object-pattern (DAO) <a href="http://en.wikipedia.org/wiki/Data_Access_Object" rel="nofollow">http://en.wikipedia.org/wiki/Data_Access_Object</a> and is in fact much better than the Active Record-pattern in most situations, especially when you want to handle several different data sources or when you want to migrate data between different db:s for example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
