<?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>Source Allies Blog &#187; Architecture</title>
	<atom:link href="http://blogs.sourceallies.com/tag/architecture/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.sourceallies.com</link>
	<description>Technical and process thinking from Source Allies employees</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:40:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regarding JPA &#8211; is the EntityManager a DAO&#8230;</title>
		<link>http://blogs.sourceallies.com/2009/09/regarding-jpa-is-the-entitymanager-a-dao/</link>
		<comments>http://blogs.sourceallies.com/2009/09/regarding-jpa-is-the-entitymanager-a-dao/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 15:17:03 +0000</pubDate>
		<dc:creator>Jim Chrystal</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[JPA]]></category>

		<guid isPermaLink="false">http://blogs.sourceallies.com/?p=11</guid>
		<description><![CDATA[Do we really need ServiceInterface, ServiceImpl, DaoInterface, and DaoImpl?  Or can we just say the EntityManager is the DAO, and blow away a generally unnecessary layer?  On CRUD apps, 9x out of 10, the service layer is merely a pass-through to the DAO.  Is there time to be saved here?
]]></description>
			<content:encoded><![CDATA[<p>Do we really need ServiceInterface, ServiceImpl, DaoInterface, and DaoImpl?  Or can we just say the EntityManager is the DAO, and blow away a generally unnecessary layer?  On CRUD apps, 9x out of 10, the service layer is merely a pass-through to the DAO.  Is there time to be saved here?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.sourceallies.com/2009/09/regarding-jpa-is-the-entitymanager-a-dao/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

