<?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: Introduction to MVP for Flex</title>
	<atom:link href="http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/</link>
	<description>avoid mickey mouse programming</description>
	<lastBuildDate>Tue, 05 Jul 2011 03:54:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6586</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Tue, 05 Jul 2011 03:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6586</guid>
		<description>If you mean how multiple Presenters can coexist in your application the reply is quite easy, you need to define multiple &quot;triads&quot; and leave them to leave decoupled in the application.
The main file of your application will contain the instantiation of the components needed to let the user start to use your application and that&#039;s it.</description>
		<content:encoded><![CDATA[<p>If you mean how multiple Presenters can coexist in your application the reply is quite easy, you need to define multiple &#8220;triads&#8221; and leave them to leave decoupled in the application.<br />
The main file of your application will contain the instantiation of the components needed to let the user start to use your application and that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmed</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6580</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Mon, 20 Jun 2011 19:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6580</guid>
		<description>could u please explain how one could use multiple controllers in an application.
thanks</description>
		<content:encoded><![CDATA[<p>could u please explain how one could use multiple controllers in an application.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6564</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Sun, 05 Jun 2011 19:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6564</guid>
		<description>So your suggestion is to &quot;add&quot; an interface to implement for the presenter and &quot;consume&quot; it from the view, right? If so I guess the result is to get only another abstraction level and I&#039;m not sure it makes the app more robust.
:)</description>
		<content:encoded><![CDATA[<p>So your suggestion is to &#8220;add&#8221; an interface to implement for the presenter and &#8220;consume&#8221; it from the view, right? If so I guess the result is to get only another abstraction level and I&#8217;m not sure it makes the app more robust. <img src='http://www.mxml.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AAP</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6554</link>
		<dc:creator>AAP</dc:creator>
		<pubDate>Fri, 22 Apr 2011 16:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6554</guid>
		<description>The only thing I would change about the application is the coupling with UserView and UserViewPresenter.

1. Better to have IPresenter marker interface and UserViewPresenter implements IPresenter.
2. In UserView use IPresenter
3. From MM_Mvp.mxml pass in UserViewPresenter to 

All else is nicely explained. Thanks for that!</description>
		<content:encoded><![CDATA[<p>The only thing I would change about the application is the coupling with UserView and UserViewPresenter.</p>
<p>1. Better to have IPresenter marker interface and UserViewPresenter implements IPresenter.<br />
2. In UserView use IPresenter<br />
3. From MM_Mvp.mxml pass in UserViewPresenter to </p>
<p>All else is nicely explained. Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ::: &#187; Using the Abstract Factory pattern with Flex mxml.it ::: flex, air, design patterns and solutions :::</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-768</link>
		<dc:creator>::: &#187; Using the Abstract Factory pattern with Flex mxml.it ::: flex, air, design patterns and solutions :::</dc:creator>
		<pubDate>Fri, 13 Feb 2009 06:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-768</guid>
		<description>[...] and creditCardPayment packaging, the view and it’s logic has been keep separated through the Model View Presenter pattern used from each payment form. Each presenter implements a public submit() method, in this [...]</description>
		<content:encoded><![CDATA[<p>[...] and creditCardPayment packaging, the view and it’s logic has been keep separated through the Model View Presenter pattern used from each payment form. Each presenter implements a public submit() method, in this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-614</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Fri, 16 Jan 2009 05:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-614</guid>
		<description>A model is typically a domain level object, perhaps sometimes known as a business object. A model holds application data and provides methods to consistently access it. Typical model classes might be InsurancePolicy or PersonalAccount. It is not necessary for a model class to support a predefined protocol of messages so it is not therefore necessary to subclass a model from a particular superclass.</description>
		<content:encoded><![CDATA[<p>A model is typically a domain level object, perhaps sometimes known as a business object. A model holds application data and provides methods to consistently access it. Typical model classes might be InsurancePolicy or PersonalAccount. It is not necessary for a model class to support a predefined protocol of messages so it is not therefore necessary to subclass a model from a particular superclass.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sac</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-605</link>
		<dc:creator>Sac</dc:creator>
		<pubDate>Tue, 13 Jan 2009 07:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-605</guid>
		<description>In this Example you explain nicely about View and Presenter but how about Model. Please specify what 
Model contains and how it works? 

Thanks in Advance</description>
		<content:encoded><![CDATA[<p>In this Example you explain nicely about View and Presenter but how about Model. Please specify what<br />
Model contains and how it works? </p>
<p>Thanks in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-89</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Tue, 14 Oct 2008 06:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-89</guid>
		<description>@paul: contatct me giorgio [AT] mxml [DOT] it
@lucy: yes, sure contact me at the same address
@cristiano: actually working more on ria, c++ and Flash Lite are still in my heart but not much progress...</description>
		<content:encoded><![CDATA[<p>@paul: contatct me giorgio [AT] mxml [DOT] it<br />
@lucy: yes, sure contact me at the same address<br />
@cristiano: actually working more on ria, c++ and Flash Lite are still in my heart but not much progress&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristiano</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-76</link>
		<dc:creator>Cristiano</dc:creator>
		<pubDate>Thu, 02 Oct 2008 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-76</guid>
		<description>Hi!
I saw that you are interested in using Flash Lite with Symbian C++... did you have any progress doing that?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I saw that you are interested in using Flash Lite with Symbian C++&#8230; did you have any progress doing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul geannopulos</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-67</link>
		<dc:creator>paul geannopulos</dc:creator>
		<pubDate>Mon, 22 Sep 2008 07:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-67</guid>
		<description>I would like to talk with you about a porgect I am working called www.thedatezone.com

I don&#039;t know if you live in the the States but here is my phone number 312-550-1980 or we can video and audio chat with my app when will be a good time to get a in touch with you

paul geannopulos


Greeks and Italians to highlight their common ancestry, culture, history, and status as Mediterranean nations. However, that&#039;s the English translation. Italians are given to say &quot;Stessa faccia, stessa razza&quot; while Greeks intone &quot;Ilia fatsa, ilia ratsa&quot;. It&#039;s a rather charming little expression, one Greeks and Italians use when visiting each other&#039;s nations as tourists, smoothing over discourse and excusing small differences.</description>
		<content:encoded><![CDATA[<p>I would like to talk with you about a porgect I am working called <a href="http://www.thedatezone.com" rel="nofollow">http://www.thedatezone.com</a></p>
<p>I don&#8217;t know if you live in the the States but here is my phone number 312-550-1980 or we can video and audio chat with my app when will be a good time to get a in touch with you</p>
<p>paul geannopulos</p>
<p>Greeks and Italians to highlight their common ancestry, culture, history, and status as Mediterranean nations. However, that&#8217;s the English translation. Italians are given to say &#8220;Stessa faccia, stessa razza&#8221; while Greeks intone &#8220;Ilia fatsa, ilia ratsa&#8221;. It&#8217;s a rather charming little expression, one Greeks and Italians use when visiting each other&#8217;s nations as tourists, smoothing over discourse and excusing small differences.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

