<?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"
	>
<channel>
	<title>Comments on: Spring MVC and JRuby controllers</title>
	<atom:link href="http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/</link>
	<description>Peter Maas's Weblog</description>
	<pubDate>Fri, 29 Aug 2008 21:40:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: peter</title>
		<link>http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-132</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-132</guid>
		<description>Ah, looks much nicer that way... thanks for pointing it out!</description>
		<content:encoded><![CDATA[<p>Ah, looks much nicer that way&#8230; thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erikvanoosten</title>
		<link>http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-131</link>
		<dc:creator>erikvanoosten</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-131</guid>
		<description>Extending an interface is indeed weird. As you can read on
http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html
this will change from

class MyController &#60;Controller
...
end

to

class MyController
  include Controller
...
end</description>
		<content:encoded><![CDATA[<p>Extending an interface is indeed weird. As you can read on<br />
<a href="http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html" rel="nofollow">http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html</a><br />
this will change from</p>
<p>class MyController &lt;Controller<br />
&#8230;<br />
end</p>
<p>to</p>
<p>class MyController<br />
  include Controller<br />
&#8230;<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erikvanoosten</title>
		<link>http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-130</link>
		<dc:creator>erikvanoosten</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-130</guid>
		<description>Ok, lets try this again:

Extending an interface is indeed weird. As you can read on
http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html
this will change from

class MyController </description>
		<content:encoded><![CDATA[<p>Ok, lets try this again:</p>
<p>Extending an interface is indeed weird. As you can read on<br />
<a href="http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html" rel="nofollow">http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html</a><br />
this will change from</p>
<p>class MyController</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erikvanoosten</title>
		<link>http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-129</link>
		<dc:creator>erikvanoosten</dc:creator>
		<pubDate>Mon, 28 Aug 2006 07:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://maas-frensch.com/peter/2006/08/09/spring-mvc-and-ruby-controllers/#comment-129</guid>
		<description>Extending an interface is indeed weird. As you can read on
http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html
this will change from

[ruby]class MyController </description>
		<content:encoded><![CDATA[<p>Extending an interface is indeed weird. As you can read on<br />
<a href="http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html" rel="nofollow">http://headius.blogspot.com/2006/08/interfaces-should-be-modules.html</a><br />
this will change from</p>
<p>[ruby]class MyController</p>
]]></content:encoded>
	</item>
</channel>
</rss>
