<?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: Where Does the Business Logic Go?</title>
	<atom:link href="http://crankydba.com/2009/09/29/where-does-the-business-logic-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://crankydba.com/2009/09/29/where-does-the-business-logic-go/</link>
	<description>Mike Hillwig thinks you&#039;re entitled to his opinion.</description>
	<lastBuildDate>Fri, 13 Jan 2012 11:02:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mladen</title>
		<link>http://crankydba.com/2009/09/29/where-does-the-business-logic-go/comment-page-1/#comment-43</link>
		<dc:creator>Mladen</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://thecrankydba.com/?p=227#comment-43</guid>
		<description>for me it&#039;s a pretty simple answer.
the data logic goes into the db
the app logic goes out of the db.

data logic is logic to keep data consistent because data is always accessed from multiple sources.
app logic is doing weird business stuff with that data.

data logic would be unique mail address.
app logic would be person can have only 1 main mail since in other apps accessing the same data this may not be so.</description>
		<content:encoded><![CDATA[<p>for me it&#8217;s a pretty simple answer.<br />
the data logic goes into the db<br />
the app logic goes out of the db.</p>
<p>data logic is logic to keep data consistent because data is always accessed from multiple sources.<br />
app logic is doing weird business stuff with that data.</p>
<p>data logic would be unique mail address.<br />
app logic would be person can have only 1 main mail since in other apps accessing the same data this may not be so.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

