<?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: Simple Explanation of Model View Controller (MVC)</title>
	<atom:link href="http://jordanhall.co.uk/programming/simple-explanation-of-model-view-controller-mvc-2206990/feed/" rel="self" type="application/rss+xml" />
	<link>http://jordanhall.co.uk/programming/simple-explanation-of-model-view-controller-mvc-2206990/</link>
	<description>Jordan Hall - programmer and geek</description>
	<lastBuildDate>Sun, 22 Jan 2012 17:46:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://jordanhall.co.uk/programming/simple-explanation-of-model-view-controller-mvc-2206990/comment-page-1/#comment-39141</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 17 Oct 2011 21:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://jordanhall.co.uk/?p=990#comment-39141</guid>
		<description>According to your (and pretty much all explanations out there) diagram is wrong, or explanation of MVC is wrong - one or the other - they are not compatible.

According to your explanation MVC works more like  tower, not triangle: View (on top) gets input and transfers to Controller which gets model Model to e.g adjust DB, then upon response from model (fail/success), it transforms and applies input received from View (and model status) to adjust View 

Thats not triangle!

So either your (and most) explanations are wrong, or diagram is wrong.

It&#039;s like with E=MC2.
Everyone knows what it is all about, but when it comes to explaining it, no one knows how.</description>
		<content:encoded><![CDATA[<p>According to your (and pretty much all explanations out there) diagram is wrong, or explanation of MVC is wrong &#8211; one or the other &#8211; they are not compatible.</p>
<p>According to your explanation MVC works more like  tower, not triangle: View (on top) gets input and transfers to Controller which gets model Model to e.g adjust DB, then upon response from model (fail/success), it transforms and applies input received from View (and model status) to adjust View </p>
<p>Thats not triangle!</p>
<p>So either your (and most) explanations are wrong, or diagram is wrong.</p>
<p>It&#8217;s like with E=MC2.<br />
Everyone knows what it is all about, but when it comes to explaining it, no one knows how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://jordanhall.co.uk/programming/simple-explanation-of-model-view-controller-mvc-2206990/comment-page-1/#comment-4081</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://jordanhall.co.uk/?p=990#comment-4081</guid>
		<description>In more complex applications, the models are used in a different way. It&#039;s too hard to manage the complexity when one model class has a lot of responsibilities. That is why a lot of mvc applications use the model as dumb data transfer object, without any behavior. The viewmodel contains the data to view. The domain model in a different part of the application contains the business logic.</description>
		<content:encoded><![CDATA[<p>In more complex applications, the models are used in a different way. It&#8217;s too hard to manage the complexity when one model class has a lot of responsibilities. That is why a lot of mvc applications use the model as dumb data transfer object, without any behavior. The viewmodel contains the data to view. The domain model in a different part of the application contains the business logic.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

