<?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>Software development &#187; MVC</title>
	<atom:link href="http://blog.daiweitech.com/category/mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.daiweitech.com</link>
	<description>Share tech and experience</description>
	<lastBuildDate>Thu, 11 Feb 2010 05:49:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is MVC?</title>
		<link>http://blog.daiweitech.com/2010/02/11/what-is-mvc/</link>
		<comments>http://blog.daiweitech.com/2010/02/11/what-is-mvc/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://blog.daiweitech.com/?p=15</guid>
		<description><![CDATA[There are four roles in this user interaction paradigm. The human User has a mental model of the information he is currently working with. The object playing the Model role is the computer&#8217;s internal and invisible representation of this information. The computer presents different aspects of the information through objects playing the View role, several [...]]]></description>
			<content:encoded><![CDATA[<p>There are four roles in this user interaction paradigm. The human User has a mental model of the information he is currently working with. The object playing the Model role is the computer&#8217;s internal and invisible representation of this information. The computer presents different aspects of the information through objects playing the View role, several Views of the same model objects can be visible on the computer screen simultaneously. Objects playing the Controller role translate User commands into suitable messages for the View or Model objects as needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.daiweitech.com/2010/02/11/what-is-mvc/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
