<?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: Dynamic Flex Modules with PureMVC</title>
	<atom:link href="http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Fri, 09 Jul 2010 15:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-439</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-439</guid>
		<description>Eric,

  Sorry for the short delay in responding...

  Typically I place the modules in the same project for ease of development.  

I also utilize the compiler options to optimize the module for the project (i.e. the compiler reduces the size of the compiled module by removing classes that are already present in the &#039;shell&#039; app).

  That said, if you wanted to setup your project as separate projects there&#039;s nothing stopping you.  Your shell app will need to load the compiled module SWF at runtime. (I&#039;m assuming you looking to leverage dynamically loaded moduels).

 Of course you could use Ant as Cliff suggested to cross compile.</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>  Sorry for the short delay in responding&#8230;</p>
<p>  Typically I place the modules in the same project for ease of development.  </p>
<p>I also utilize the compiler options to optimize the module for the project (i.e. the compiler reduces the size of the compiled module by removing classes that are already present in the &#8216;shell&#8217; app).</p>
<p>  That said, if you wanted to setup your project as separate projects there&#8217;s nothing stopping you.  Your shell app will need to load the compiled module SWF at runtime. (I&#8217;m assuming you looking to leverage dynamically loaded moduels).</p>
<p> Of course you could use Ant as Cliff suggested to cross compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Taylor</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-438</link>
		<dc:creator>Eric Taylor</dc:creator>
		<pubDate>Wed, 03 Mar 2010 02:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-438</guid>
		<description>Mr. Ostrom,

First, I should say, your examples, articles, and demos are fantastic, ideal for someone starting out in Flex and PureMVC.  Thank you for your work.

I&#039;m a certified .NET developer who is moving to Flex [and PureMVC MultiCore].  I&#039;m having trouble setting up modules when they reside in separate Flex Library Projects.

I&#039;ve structured my application so that the application itself resides in a Flex Project, the modules in a Flex Library Project, and &#039;common&#039; in a Flex Library Project.  But I&#039;m having trouble getting the modules and the application to recognize &#039;common&#039;.  I&#039;ve been posting in the Architecture forum at PureMVC (which is where I encountered your name).  Cliff has been most helpful, but his most recent reply left me confused.  (You can see my posts under the username &#039;estaylorco&#039;.

Could you offer some pointers on how to handle cross-project references?  Cliff suggests that what I&#039;m doing (which is what you did) can be accomplished only by using Ant.  Is that so?

Thank you.

Eric</description>
		<content:encoded><![CDATA[<p>Mr. Ostrom,</p>
<p>First, I should say, your examples, articles, and demos are fantastic, ideal for someone starting out in Flex and PureMVC.  Thank you for your work.</p>
<p>I&#8217;m a certified .NET developer who is moving to Flex [and PureMVC MultiCore].  I&#8217;m having trouble setting up modules when they reside in separate Flex Library Projects.</p>
<p>I&#8217;ve structured my application so that the application itself resides in a Flex Project, the modules in a Flex Library Project, and &#8216;common&#8217; in a Flex Library Project.  But I&#8217;m having trouble getting the modules and the application to recognize &#8216;common&#8217;.  I&#8217;ve been posting in the Architecture forum at PureMVC (which is where I encountered your name).  Cliff has been most helpful, but his most recent reply left me confused.  (You can see my posts under the username &#8216;estaylorco&#8217;.</p>
<p>Could you offer some pointers on how to handle cross-project references?  Cliff suggests that what I&#8217;m doing (which is what you did) can be accomplished only by using Ant.  Is that so?</p>
<p>Thank you.</p>
<p>Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-264</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 04 Mar 2009 14:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-264</guid>
		<description>Lorenzo,
  I commented on your other question over at http://www.joshuaostrom.com/2008/06/12/puremvc-pipes/ .  Please see that response for reference.

Josh</description>
		<content:encoded><![CDATA[<p>Lorenzo,<br />
  I commented on your other question over at <a href="http://www.joshuaostrom.com/2008/06/12/puremvc-pipes/" rel="nofollow">http://www.joshuaostrom.com/2008/06/12/puremvc-pipes/</a> .  Please see that response for reference.</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-260</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-260</guid>
		<description>Hi,

very nice post...

is it possible to achieve inter-modules communication? How to?

thanks a lot

Regards Lorenzo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice post&#8230;</p>
<p>is it possible to achieve inter-modules communication? How to?</p>
<p>thanks a lot</p>
<p>Regards Lorenzo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-248</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Fri, 13 Feb 2009 00:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-248</guid>
		<description>Shweatha, 

Simply right click to view source :)</description>
		<content:encoded><![CDATA[<p>Shweatha, </p>
<p>Simply right click to view source <img src='http://www.joshuaostrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shweatha</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-246</link>
		<dc:creator>Shweatha</dc:creator>
		<pubDate>Tue, 03 Feb 2009 18:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-246</guid>
		<description>Hi,
I am pretty new to flex environment. Can you please provide me the source code for the demo you have provided.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am pretty new to flex environment. Can you please provide me the source code for the demo you have provided.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-201</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-201</guid>
		<description>I&#039;d place some breakpoints on the module load event&#039;s to see where the loading is failing.  Feel free to email more details :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d place some breakpoints on the module load event&#8217;s to see where the loading is failing.  Feel free to email more details <img src='http://www.joshuaostrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derstepppenwolf</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-199</link>
		<dc:creator>derstepppenwolf</dc:creator>
		<pubDate>Wed, 03 Sep 2008 22:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-199</guid>
		<description>I have a Little question...
How do you debug modules with your framework?
At this moment in my debug environment the module is never loaded...
but in the web environment works fine..</description>
		<content:encoded><![CDATA[<p>I have a Little question&#8230;<br />
How do you debug modules with your framework?<br />
At this moment in my debug environment the module is never loaded&#8230;<br />
but in the web environment works fine..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flex2colombia</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-197</link>
		<dc:creator>flex2colombia</dc:creator>
		<pubDate>Wed, 03 Sep 2008 19:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-197</guid>
		<description>Congratulations!
great Work...
I am using it in a new project...</description>
		<content:encoded><![CDATA[<p>Congratulations!<br />
great Work&#8230;<br />
I am using it in a new project&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-118</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 May 2008 23:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/#comment-118</guid>
		<description>Kevin,
  PureMVCModuleLoader.as would be the key file to port.  The rest should fall in place after that.  If I have some time tonight I&#039;ll see if I can write a quick &#039;pure AS3&#039; port.  

FYI - Basically you&#039;ll use flash&#039;s Loader class :)</description>
		<content:encoded><![CDATA[<p>Kevin,<br />
  PureMVCModuleLoader.as would be the key file to port.  The rest should fall in place after that.  If I have some time tonight I&#8217;ll see if I can write a quick &#8216;pure AS3&#8242; port.  </p>
<p>FYI &#8211; Basically you&#8217;ll use flash&#8217;s Loader class <img src='http://www.joshuaostrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
