<?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: Vespa: A better MVC</title>
	<atom:link href="http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/</link>
	<description>Software, the Internet and you.</description>
	<pubDate>Thu, 08 Jan 2009 11:48:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bennett</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-80993</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-80993</guid>
		<description>Finding the official Vespa home page is left as an exercise for the reader.</description>
		<content:encoded><![CDATA[<p>Finding the official Vespa home page is left as an exercise for the reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Bennett (no rel</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-80985</link>
		<dc:creator>Mark Bennett (no rel</dc:creator>
		<pubDate>Wed, 17 Dec 2008 00:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-80985</guid>
		<description>You might include a link to the official vespa home page.  Google is returning other contexts for that term today.</description>
		<content:encoded><![CDATA[<p>You might include a link to the official vespa home page.  Google is returning other contexts for that term today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bennett</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-76322</link>
		<dc:creator>Bennett</dc:creator>
		<pubDate>Sat, 23 Aug 2008 11:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-76322</guid>
		<description>Not by me at least. I have been toying with coding Vespa for &lt;a href="http://www.springframework.org/" rel="nofollow"&gt;Spring Web MVC&lt;/a&gt; and also for &lt;a href="http://codeigniter.com/" rel="nofollow"&gt;CodeIgniter&lt;/a&gt;. But I really don't have time to do it, so don't hold your breath. :P</description>
		<content:encoded><![CDATA[<p>Not by me at least. I have been toying with coding Vespa for <a href="http://www.springframework.org/" rel="nofollow">Spring Web MVC</a> and also for <a href="http://codeigniter.com/" rel="nofollow">CodeIgniter</a>. But I really don&#8217;t have time to do it, so don&#8217;t hold your breath. <img src='http://www.thunderguy.com/semicolon/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barce</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-76154</link>
		<dc:creator>Barce</dc:creator>
		<pubDate>Thu, 21 Aug 2008 21:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-76154</guid>
		<description>Has Vespa been coded into a framework yet?</description>
		<content:encoded><![CDATA[<p>Has Vespa been coded into a framework yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daily del.icio.us for June 29th &#8212; Vinny Carpenter&#8217;s blog</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-73505</link>
		<dc:creator>Daily del.icio.us for June 29th &#8212; Vinny Carpenter&#8217;s blog</dc:creator>
		<pubDate>Tue, 01 Jul 2008 22:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-73505</guid>
		<description>[...] Vespa: A better MVC &#187; Semicolon - Vespa is a refinement of the old MVC (Model View Controller) architectural pattern that better reflects how Web applications actually work. I have refined the basic MVC pattern in light of typical usage patterns I&#8217;ve encountered [...]</description>
		<content:encoded><![CDATA[<p>[...] Vespa: A better MVC &raquo; Semicolon - Vespa is a refinement of the old MVC (Model View Controller) architectural pattern that better reflects how Web applications actually work. I have refined the basic MVC pattern in light of typical usage patterns I&rsquo;ve encountered [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vespa: A better MVC</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-72979</link>
		<dc:creator>Vespa: A better MVC</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-72979</guid>
		<description>[...] Vespa: A better MVC For example, a typical edit controller carries out three separate functions. First, it displays a form for editing a record. Second, it processes user input (eg â€œuser clicks the Delete buttonâ€). Third, it creates a Model and forwards to &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Vespa: A better MVC For example, a typical edit controller carries out three separate functions. First, it displays a form for editing a record. Second, it processes user input (eg â€œuser clicks the Delete buttonâ€). Third, it creates a Model and forwards to &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2 Static &#187; Blog Archive &#187; Vespa: A better MVC</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-72978</link>
		<dc:creator>2 Static &#187; Blog Archive &#187; Vespa: A better MVC</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-72978</guid>
		<description>[...] Vespa: A better MVC 2. In many cases, Controllers do too much work. For example, a typical edit controller carries out three separate functions. [...]</description>
		<content:encoded><![CDATA[<p>[...] Vespa: A better MVC 2. In many cases, Controllers do too much work. For example, a typical edit controller carries out three separate functions. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abstraction &#187; Vespa: A better MVC</title>
		<link>http://www.thunderguy.com/semicolon/2008/06/23/vespa-a-better-mvc/comment-page-1/#comment-72977</link>
		<dc:creator>Abstraction &#187; Vespa: A better MVC</dc:creator>
		<pubDate>Mon, 23 Jun 2008 12:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thunderguy.com/semicolon/?p=113#comment-72977</guid>
		<description>[...] Vespa: A better MVC &#8230;data: for example, a specific data structure used by a specific View (as in Spring), or an object-based abstraction to a database (as in Rails). [...]</description>
		<content:encoded><![CDATA[<p>[...] Vespa: A better MVC &#8230;data: for example, a specific data structure used by a specific View (as in Spring), or an object-based abstraction to a database (as in Rails). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
