<?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: Flex Best Practices &#8211; Models, Views, and Controllers</title>
	<atom:link href="http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/</link>
	<description>Blog on technology and software development typically around Adobe Flash, Flex, and AIR.</description>
	<lastBuildDate>Wed, 25 Jan 2012 11:21:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Wilson Silva</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1640</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1640</guid>
		<description>Right now I have a view, a controller, a model and another class that handles URLRequests. When that class is requesting something and when that class finishes requesting something it should update a button label in the view (&quot;Refreshing&quot;, &quot;Refresh&quot;). At the moment I&#039;m learning Robotlegs to see if it helps improving my coding skills.</description>
		<content:encoded><![CDATA[<p>Right now I have a view, a controller, a model and another class that handles URLRequests. When that class is requesting something and when that class finishes requesting something it should update a button label in the view (&#8220;Refreshing&#8221;, &#8220;Refresh&#8221;). At the moment I&#8217;m learning Robotlegs to see if it helps improving my coding skills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonbcampos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1638</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1638</guid>
		<description>@Wilson can you not just have one controller per view? Usually those are 1 to 1.</description>
		<content:encoded><![CDATA[<p>@Wilson can you not just have one controller per view? Usually those are 1 to 1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson Silva</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1637</link>
		<dc:creator>Wilson Silva</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1637</guid>
		<description>Thanks. I will look deeper at Robotlegs. What do you recommend if more than one controller needs to access the view? I have a lot of labels that need to be changed and right now I have functions on the controller to change the view but that violates your tutorial since they are public...</description>
		<content:encoded><![CDATA[<p>Thanks. I will look deeper at Robotlegs. What do you recommend if more than one controller needs to access the view? I have a lot of labels that need to be changed and right now I have functions on the controller to change the view but that violates your tutorial since they are public&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonbcampos</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1636</link>
		<dc:creator>jonbcampos</dc:creator>
		<pubDate>Tue, 24 Jan 2012 19:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1636</guid>
		<description>@Wilson I created this post as an example of how MVC could work with Flex/AS. I would recommend checking out Robotlegs to see how I really do it.

If I were to expand on this example I&#039;d probably make my models singletons and then just access those as necessary. Or have one singleton hold all my models. Something like that. Then all the controllers are directly accessing the central model.</description>
		<content:encoded><![CDATA[<p>@Wilson I created this post as an example of how MVC could work with Flex/AS. I would recommend checking out Robotlegs to see how I really do it.</p>
<p>If I were to expand on this example I&#8217;d probably make my models singletons and then just access those as necessary. Or have one singleton hold all my models. Something like that. Then all the controllers are directly accessing the central model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nithil Jose</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1445</link>
		<dc:creator>Nithil Jose</dc:creator>
		<pubDate>Fri, 25 Nov 2011 11:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1445</guid>
		<description>Hi Jonathan,

Thanks for a great post. I tried a lot of tutorials to study MVC or any other framework
Theoretically i was able to understand the concepts but practically I failed.
But your post about MVC with simple example help me to try for my new mobile project
Its very nice to code in this way and lot of reusable code

Lot of thanks
Nithil</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,</p>
<p>Thanks for a great post. I tried a lot of tutorials to study MVC or any other framework<br />
Theoretically i was able to understand the concepts but practically I failed.<br />
But your post about MVC with simple example help me to try for my new mobile project<br />
Its very nice to code in this way and lot of reusable code</p>
<p>Lot of thanks<br />
Nithil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1283</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 15 Aug 2011 14:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1283</guid>
		<description>Hi Jonathan,
This is a brilliant example and it helped me a lot. I want to develop according to the MVC(maybe MVCS) approach without having to use any specific framework. So far I modified it to handle RPC(AMF) instead of HTTP comm. I am having a bigger problem now. Let&#039;s say in your main XML file (src) your remove every graphical elements and put them into an mxml component(let&#039;s call it: myview). You then just have to call that component to be shown on the screen. How would you go about &#039;linking&#039; a change in the model to its corresponding representation inside the custom component?  I also very much liked your best practices for Events. Keep them coming, your explanations are clear, well written and they are not dumbed down or overly complicated which probably make them useful to many people.</description>
		<content:encoded><![CDATA[<p>Hi Jonathan,<br />
This is a brilliant example and it helped me a lot. I want to develop according to the MVC(maybe MVCS) approach without having to use any specific framework. So far I modified it to handle RPC(AMF) instead of HTTP comm. I am having a bigger problem now. Let&#8217;s say in your main XML file (src) your remove every graphical elements and put them into an mxml component(let&#8217;s call it: myview). You then just have to call that component to be shown on the screen. How would you go about &#8216;linking&#8217; a change in the model to its corresponding representation inside the custom component?  I also very much liked your best practices for Events. Keep them coming, your explanations are clear, well written and they are not dumbed down or overly complicated which probably make them useful to many people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Pallotta</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1281</link>
		<dc:creator>Marco Pallotta</dc:creator>
		<pubDate>Sat, 13 Aug 2011 02:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1281</guid>
		<description>Great work Jonathan! Very nicely articulated and also as you stated, agnostic.</description>
		<content:encoded><![CDATA[<p>Great work Jonathan! Very nicely articulated and also as you stated, agnostic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1202</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 15 Jun 2011 19:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1202</guid>
		<description>Specifically the MVP Passive View pattern.</description>
		<content:encoded><![CDATA[<p>Specifically the MVP Passive View pattern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-1201</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 15 Jun 2011 19:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-1201</guid>
		<description>Isn&#039;t this the Model View Presenter (MVP) pattern?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this the Model View Presenter (MVP) pattern?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mate guy</title>
		<link>http://www.unitedmindset.com/jonbcampos/2009/08/18/flex-best-practices-models-views-and-controllers/#comment-968</link>
		<dc:creator>Mate guy</dc:creator>
		<pubDate>Tue, 15 Feb 2011 18:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://unitedmindset.com/jonbcampos/?p=677#comment-968</guid>
		<description>Mate rocks.</description>
		<content:encoded><![CDATA[<p>Mate rocks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

