<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Robotlegs MVCS: Walkthrough of an AIR Twitter Client</title>
	<atom:link href="http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/</link>
	<description>[without unit tests] you&#039;re not refactoring; you&#039;re just changing shit. -Hamlet D&#039;Arcy</description>
	<lastBuildDate>Mon, 14 May 2012 21:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: C. Bewernitz</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-947</link>
		<dc:creator>C. Bewernitz</dc:creator>
		<pubDate>Wed, 02 May 2012 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-947</guid>
		<description>Of course there is. ;)
You could create a &quot;component&quot; combining some buttons and elements that are used together, that dispatch certain events or offer a certain API for a Mediator.

Or you could handle it with a different structure: have a look at &quot;Presentation Patterns&quot; as e.g. described here: http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html

But you should be aware that, what I know of, robotloegs only brings MVCS as a &quot;reference implementation&quot; with it, which doesn&#039;t support e.g. &quot;Presentation Model&quot; as easy.

Hoping that answers your question,

karfau</description>
		<content:encoded><![CDATA[<p>Of course there is. <img src='http://joelhooks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You could create a &#8220;component&#8221; combining some buttons and elements that are used together, that dispatch certain events or offer a certain API for a Mediator.</p>
<p>Or you could handle it with a different structure: have a look at &#8220;Presentation Patterns&#8221; as e.g. described here: <a href="http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html" rel="nofollow">http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html</a></p>
<p>But you should be aware that, what I know of, robotloegs only brings MVCS as a &#8220;reference implementation&#8221; with it, which doesn&#8217;t support e.g. &#8220;Presentation Model&#8221; as easy.</p>
<p>Hoping that answers your question,</p>
<p>karfau</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mutasem Barjawi</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-946</link>
		<dc:creator>Mutasem Barjawi</dc:creator>
		<pubDate>Wed, 02 May 2012 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-946</guid>
		<description>Thank you so much for this useful screencast.

I see that you create a view/mediator for everything... things as small as buttons... when working on a large scale project, a single view could have tens of these small view/mediators. Is there a different way of handling these things?

Thanks</description>
		<content:encoded><![CDATA[<p>Thank you so much for this useful screencast.</p>
<p>I see that you create a view/mediator for everything&#8230; things as small as buttons&#8230; when working on a large scale project, a single view could have tens of these small view/mediators. Is there a different way of handling these things?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash gallery</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-633</link>
		<dc:creator>flash gallery</dc:creator>
		<pubDate>Tue, 23 Nov 2010 16:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-633</guid>
		<description>MVCS provides an overview of architecture application. By combining several time tested design patterns in a practical implementation, Robotlegs MVCS implementation can be used as a coherent approach to build your applications.</description>
		<content:encoded><![CDATA[<p>MVCS provides an overview of architecture application. By combining several time tested design patterns in a practical implementation, Robotlegs MVCS implementation can be used as a coherent approach to build your applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-510</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Fri, 18 Jun 2010 02:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-510</guid>
		<description>&lt;a href=&quot;http://www.insideria.com/2010/06/an-introduction-to-robotlegs-a.html&quot; rel=&quot;nofollow&quot;&gt;http://www.insideria.com/2010/06/an-introductio...&lt;/a&gt; &lt;- I&#039;ve been working on this series on InsideRIA that might be able to help get you started.</description>
		<content:encoded><![CDATA[<p><a href="http://www.insideria.com/2010/06/an-introduction-to-robotlegs-a.html" rel="nofollow">http://www.insideria.com/2010/06/an-introductio&#8230;</a> &lt;- I&#39;ve been working on this series on InsideRIA that might be able to help get you started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Schalch</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-509</link>
		<dc:creator>Ricardo Schalch</dc:creator>
		<pubDate>Fri, 18 Jun 2010 02:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-509</guid>
		<description>Thanks a lot ... Robotlegs is a little bit difficult to begginers like me, but I´m getting on it :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot &#8230; Robotlegs is a little bit difficult to begginers like me, but I´m getting on it <img src='http://joelhooks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-508</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-508</guid>
		<description>Sorry, it didn&#039;t make the transfer to the new host. Should be there now.</description>
		<content:encoded><![CDATA[<p>Sorry, it didn&#39;t make the transfer to the new host. Should be there now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Hooks</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-507</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-507</guid>
		<description>Sorry, it didn&#039;t make the transfer to the new host. Should be there now.</description>
		<content:encoded><![CDATA[<p>Sorry, it didn&#39;t make the transfer to the new host. Should be there now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Schalch</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-505</link>
		<dc:creator>Ricardo Schalch</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-505</guid>
		<description>help, link is not listening for the DOWNLOAD event :P</description>
		<content:encoded><![CDATA[<p>help, link is not listening for the DOWNLOAD event <img src='http://joelhooks.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel de Beer</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-501</link>
		<dc:creator>Abel de Beer</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-501</guid>
		<description>The video URL isn&#039;t correct anymore. Could you please fix it? Thanks!</description>
		<content:encoded><![CDATA[<p>The video URL isn&#39;t correct anymore. Could you please fix it? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Venter</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-393</link>
		<dc:creator>Andre Venter</dc:creator>
		<pubDate>Mon, 16 Nov 2009 07:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-393</guid>
		<description>Yes please! With so few start to finish application examples using any AS3 Frameworks, RobotLegs is bound to win a lot of newcomer and intermediate support</description>
		<content:encoded><![CDATA[<p>Yes please! With so few start to finish application examples using any AS3 Frameworks, RobotLegs is bound to win a lot of newcomer and intermediate support</p>
]]></content:encoded>
	</item>
</channel>
</rss>

