<?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 Flex and AIR Topics to Learn and Research for 2010</title>
	<atom:link href="http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/</link>
	<description>Flex Developer, AIR Developer, ActionScript Programmer</description>
	<lastBuildDate>Wed, 19 May 2010 12:46:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeffry Houser</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2192</link>
		<dc:creator>Jeffry Houser</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2192</guid>
		<description>In terms of Custom Component Development, the &quot;Halo&quot; architecture is not going away any time soon.  It isn&#039;t even deprecated in Flex 4.  They will exist side by side at least until the next release; quite possibly longer.

 So, unfortunately, you should probably learn both Halo and Spark. :-)   I&#039;d start with the old architecture, because that will most likely be the preferred approach through the next nine months, at least.</description>
		<content:encoded><![CDATA[<p>In terms of Custom Component Development, the &#8220;Halo&#8221; architecture is not going away any time soon.  It isn&#8217;t even deprecated in Flex 4.  They will exist side by side at least until the next release; quite possibly longer.</p>
<p> So, unfortunately, you should probably learn both Halo and Spark. <img src='http://seantheflexguy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />    I&#8217;d start with the old architecture, because that will most likely be the preferred approach through the next nine months, at least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ash</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2154</link>
		<dc:creator>ash</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2154</guid>
		<description>I have a similar problem; a desire to learn everything. It&#039;s even harder when those interests extend beyond Flex.

As the breadth of Flash development increases, so does the requirement for specialization. I think most developers resist specialization because the churn of obsolescence in tech is continual. You have to pick your ponies wisely.

If Flex is your bread and butter, a work filter should be applied to study. If your immediate position requires (now or in the near future) a lot of custom component development, then by all means learn the intricate details of the component lifecycle. Just remember, those details are fleeting. Think of the investment in learning the ins and outs of Halo components, now contrast that with Spark.</description>
		<content:encoded><![CDATA[<p>I have a similar problem; a desire to learn everything. It&#8217;s even harder when those interests extend beyond Flex.</p>
<p>As the breadth of Flash development increases, so does the requirement for specialization. I think most developers resist specialization because the churn of obsolescence in tech is continual. You have to pick your ponies wisely.</p>
<p>If Flex is your bread and butter, a work filter should be applied to study. If your immediate position requires (now or in the near future) a lot of custom component development, then by all means learn the intricate details of the component lifecycle. Just remember, those details are fleeting. Think of the investment in learning the ins and outs of Halo components, now contrast that with Spark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2150</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Thu, 24 Sep 2009 23:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2150</guid>
		<description>If you already know Java, Wowza might also be a better fit for you than FMS.

We use modules (with Cairngorm) in all our projects. Nothing special to know about them really although you do have to keep a close eye on memory management. I found using a single ModuleLoader and swapping modules in and out could cause nasty memory leaks. If your modules aren&#039;t very large and you can afford to keep them in memory once used, you can use separate ModuleLoaders for each module and swap between them.</description>
		<content:encoded><![CDATA[<p>If you already know Java, Wowza might also be a better fit for you than FMS.</p>
<p>We use modules (with Cairngorm) in all our projects. Nothing special to know about them really although you do have to keep a close eye on memory management. I found using a single ModuleLoader and swapping modules in and out could cause nasty memory leaks. If your modules aren&#8217;t very large and you can afford to keep them in memory once used, you can use separate ModuleLoaders for each module and swap between them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2149</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Sep 2009 16:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2149</guid>
		<description>Hey Stephen,

Thanks for stopping by to check out the blog post. 

This is great info you&#039;ve provided, thanks a ton!! I&#039;ll look into Fabrication. I have worked with AMF a bit but certainly need to learn more about it. From what you&#039;re saying here it sounds like Red5 might be a little more robust. I&#039;ll have to check it out for sure!

Thanks again for taking the time to check out the post and provide some feedback. Really appreciate it.

Kind regards,

Sean</description>
		<content:encoded><![CDATA[<p>Hey Stephen,</p>
<p>Thanks for stopping by to check out the blog post. </p>
<p>This is great info you&#8217;ve provided, thanks a ton!! I&#8217;ll look into Fabrication. I have worked with AMF a bit but certainly need to learn more about it. From what you&#8217;re saying here it sounds like Red5 might be a little more robust. I&#8217;ll have to check it out for sure!</p>
<p>Thanks again for taking the time to check out the post and provide some feedback. Really appreciate it.</p>
<p>Kind regards,</p>
<p>Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2148</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 24 Sep 2009 16:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2148</guid>
		<description>When you start working with PureMVC, make sure you check out Fabrication (http://code.google.com/p/fabrication/), which is an extension of PureMVC that uses introspection and some other tricks to clean up the code that you have to write.

If you&#039;re going to be using Adobe&#039;s Flash Media Server, make sure that you feel comfortable with other AMF gateways (RubyAMF, Zend AMF, etc.), as many of the things that you want to do can&#039;t be done in FMS ECMAScript - for that you need an AMF server to act as your backend. This includes things like database access, command line application running, and other things. I&#039;m considering switching to Red5 after I get the current application I&#039;m working on completed, but being as I&#039;m not a Java developer, I may just stick with Adobe&#039;s FMS.</description>
		<content:encoded><![CDATA[<p>When you start working with PureMVC, make sure you check out Fabrication (<a href="http://code.google.com/p/fabrication/" rel="nofollow">http://code.google.com/p/fabrication/</a>), which is an extension of PureMVC that uses introspection and some other tricks to clean up the code that you have to write.</p>
<p>If you&#8217;re going to be using Adobe&#8217;s Flash Media Server, make sure that you feel comfortable with other AMF gateways (RubyAMF, Zend AMF, etc.), as many of the things that you want to do can&#8217;t be done in FMS ECMAScript &#8211; for that you need an AMF server to act as your backend. This includes things like database access, command line application running, and other things. I&#8217;m considering switching to Red5 after I get the current application I&#8217;m working on completed, but being as I&#8217;m not a Java developer, I may just stick with Adobe&#8217;s FMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham</title>
		<link>http://seantheflexguy.com/blog/2009/09/24/my-flex-and-air-topics-to-learn-and-research-for-2010/comment-page-1/#comment-2147</link>
		<dc:creator>Abraham</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=370#comment-2147</guid>
		<description>Very interesting roadmap!

Definetely you&#039;ll never stop learning when you are a developer, there are constantly emerging new technologies and possibilities, the more you know the better. Maybe i&#039;ll steal your roadmap and add it to mine :)

Sean.gotoAndLearn(); // &lt;-- not referring to another site</description>
		<content:encoded><![CDATA[<p>Very interesting roadmap!</p>
<p>Definetely you&#8217;ll never stop learning when you are a developer, there are constantly emerging new technologies and possibilities, the more you know the better. Maybe i&#8217;ll steal your roadmap and add it to mine <img src='http://seantheflexguy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sean.gotoAndLearn(); // &lt;&#8211; not referring to another site</p>
]]></content:encoded>
	</item>
</channel>
</rss>
