<?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: My approach to MVP pattern with Swiz Framework</title>
	<atom:link href="http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/</link>
	<description>Beyond Plain Old HTML Objects</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:36:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mirko</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-12996</link>
		<dc:creator>Mirko</dc:creator>
		<pubDate>Sun, 05 Jun 2011 12:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-12996</guid>
		<description>Hi, great work! I don&#039;t get the view switching work. The currentView string is updated in my applicationModel, but I&#039;don&#039;t understand how the switching is performed. I would really appreciate your help! Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, great work! I don&#8217;t get the view switching work. The currentView string is updated in my applicationModel, but I&#8217;don&#8217;t understand how the switching is performed. I would really appreciate your help! Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Walczyszyn</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-3183</link>
		<dc:creator>Piotr Walczyszyn</dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-3183</guid>
		<description>@TJ thank you!</description>
		<content:encoded><![CDATA[<p>@TJ thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-3182</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Wed, 22 Sep 2010 07:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-3182</guid>
		<description>You Wowed me! Piotr
Thanks a million this is the best example I have seen.
Not to complicated and bloated to understand. Now to answer Mike Hemelberg question The PresentationModel is very similar logic to sparkSkin styles, when sparkSkin is instantiated and given an name then you can have as many style directives for as many viewStates and you would call it like any other object so you could keep all you constant Vars like 
public Static Const PRICE_STYLE_NAME:String = priceStyleName; and so on</description>
		<content:encoded><![CDATA[<p>You Wowed me! Piotr<br />
Thanks a million this is the best example I have seen.<br />
Not to complicated and bloated to understand. Now to answer Mike Hemelberg question The PresentationModel is very similar logic to sparkSkin styles, when sparkSkin is instantiated and given an name then you can have as many style directives for as many viewStates and you would call it like any other object so you could keep all you constant Vars like<br />
public Static Const PRICE_STYLE_NAME:String = priceStyleName; and so on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piotr Walczyszyn</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-2443</link>
		<dc:creator>Piotr Walczyszyn</dc:creator>
		<pubDate>Wed, 21 Jul 2010 19:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-2443</guid>
		<description>Sure you can, that what PresentationModel is for.</description>
		<content:encoded><![CDATA[<p>Sure you can, that what PresentationModel is for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hemelberg</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-2442</link>
		<dc:creator>Mike Hemelberg</dc:creator>
		<pubDate>Wed, 21 Jul 2010 17:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-2442</guid>
		<description>Awesome post. Does anyone know if it is OK to add style names to presentation model classes?

For example,

public var price:Number;
public var priceStyleName:String;
public var priceOverStyleName:String;
public var titleStyleName:String;</description>
		<content:encoded><![CDATA[<p>Awesome post. Does anyone know if it is OK to add style names to presentation model classes?</p>
<p>For example,</p>
<p>public var price:Number;<br />
public var priceStyleName:String;<br />
public var priceOverStyleName:String;<br />
public var titleStyleName:String;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxmiliano</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-1220</link>
		<dc:creator>Maxmiliano</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-1220</guid>
		<description>What if I had a TabNavigator in my ApplicationView.mxml and I wanted to add other views on each tab?

Which class should dispatch the event to add this views? Is it possible do Mediate it on the ApplicationView.mxml?</description>
		<content:encoded><![CDATA[<p>What if I had a TabNavigator in my ApplicationView.mxml and I wanted to add other views on each tab?</p>
<p>Which class should dispatch the event to add this views? Is it possible do Mediate it on the ApplicationView.mxml?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxmiliano</title>
		<link>http://www.riaspace.com/2009/09/my-approach-to-mvp-pattern-with-swiz-framework/comment-page-1/#comment-1188</link>
		<dc:creator>Maxmiliano</dc:creator>
		<pubDate>Wed, 02 Sep 2009 14:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.riaspace.net/?p=611#comment-1188</guid>
		<description>Very nice example. I&#039;ll try this pattern on my app. 

Great post!</description>
		<content:encoded><![CDATA[<p>Very nice example. I&#8217;ll try this pattern on my app. </p>
<p>Great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

