<?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: Voices on PureMVC: An interview with Cliff Hall</title>
	<atom:link href="http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/</link>
	<description>// Flex - AIR - Flash - JavaScript</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:57:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sectore</title>
		<link>http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/comment-page-1/#comment-24090</link>
		<dc:creator>sectore</dc:creator>
		<pubDate>Wed, 12 Nov 2008 08:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/#comment-24090</guid>
		<description>Hey Latcho,

I wonder how you can check the source code of the &lt;a href=&quot;http://www.ws-slideshow.com&quot; rel=&quot;nofollow&quot;&gt;WS-Slideshow&lt;/a&gt;, because it&#039;s NOT open source. It seems a decompiler such as Sothinks SWF Decompiler did a great job for you.

Anyway, if you send a Notification within PureMVC, the type of its body is just a Object. It&#039;s up to you to use a type-safe and custom object to handle it without any issues.

Again, its not a nice way to decompile code and asking a question about it. Think it over, man!

-Jens</description>
		<content:encoded><![CDATA[<p>Hey Latcho,</p>
<p>I wonder how you can check the source code of the <a href="http://www.ws-slideshow.com" rel="nofollow">WS-Slideshow</a>, because it&#8217;s NOT open source. It seems a decompiler such as Sothinks SWF Decompiler did a great job for you.</p>
<p>Anyway, if you send a Notification within PureMVC, the type of its body is just a Object. It&#8217;s up to you to use a type-safe and custom object to handle it without any issues.</p>
<p>Again, its not a nice way to decompile code and asking a question about it. Think it over, man!</p>
<p>-Jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: latcho</title>
		<link>http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/comment-page-1/#comment-24080</link>
		<dc:creator>latcho</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/#comment-24080</guid>
		<description>Hello Jens,
just out of interest and studying hard on puremvc as a novice, I looked at the sourcecode of your nice slideshow. When inspecting the Commands part of your slideshow, namely `LoadContentXMLCommand` i saw something that could maybe be a weak part of pureMVC and meybe you can shed some light on this:

If a Command receicves a INotification in its execute function, what if this note contains a lot of variables in it&#039;s body ? It would be hard to have code completion on this because the variables in the body are not part of a class. That way typo&#039;s could slip in easely, not to mention the missing types on code completion.

In your execute(note) code I saw for example something like this:
           var x = note.contentXMLPath;
           var xx = note.cacheXML;
           var xxx = note.standalone;

Do you wait till compiletime to check on this error-prone vars or how is this solvable in pure-mvc?

Kind regards,
Latcho</description>
		<content:encoded><![CDATA[<p>Hello Jens,<br />
just out of interest and studying hard on puremvc as a novice, I looked at the sourcecode of your nice slideshow. When inspecting the Commands part of your slideshow, namely `LoadContentXMLCommand` i saw something that could maybe be a weak part of pureMVC and meybe you can shed some light on this:</p>
<p>If a Command receicves a INotification in its execute function, what if this note contains a lot of variables in it&#8217;s body ? It would be hard to have code completion on this because the variables in the body are not part of a class. That way typo&#8217;s could slip in easely, not to mention the missing types on code completion.</p>
<p>In your execute(note) code I saw for example something like this:<br />
           var x = note.contentXMLPath;<br />
           var xx = note.cacheXML;<br />
           var xxx = note.standalone;</p>
<p>Do you wait till compiletime to check on this error-prone vars or how is this solvable in pure-mvc?</p>
<p>Kind regards,<br />
Latcho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pin7</title>
		<link>http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/comment-page-1/#comment-15443</link>
		<dc:creator>pin7</dc:creator>
		<pubDate>Mon, 11 Feb 2008 11:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.websector.de/blog/2008/02/11/voices-on-puremvc-an-interview-with-cliff-hall/#comment-15443</guid>
		<description>Hi,
Very interesting interview.
Totaly agree that PureMVC makes it easy to create any project.
Your slideshow is also cool.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very interesting interview.<br />
Totaly agree that PureMVC makes it easy to create any project.<br />
Your slideshow is also cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

