<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joshua Ostrom - riafan &#187; Frameworks</title>
	<atom:link href="http://www.joshuaostrom.com/category/frameworks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshuaostrom.com</link>
	<description>RIA, embedded programming, what else!</description>
	<lastBuildDate>Thu, 08 Jul 2010 18:21:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Pipe Architecture</title>
		<link>http://www.joshuaostrom.com/2008/06/13/pipe-architecture/</link>
		<comments>http://www.joshuaostrom.com/2008/06/13/pipe-architecture/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:00:02 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[PureMVC]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://www.joshuaostrom.com/2008/06/13/pipe-architecture/</guid>
		<description><![CDATA[Here&#8217;s a working architecture for modular applications utilizing PureMVC pipes. This allows you to have modules that load modules that load modules, etc. The modules communicate to each other via Pipes. The sample diagram illustrates a parent, child, grandchild relationship (An app that loads a module that loads module). You can of course, have multiple [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/06/13/pipe-architecture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AS3 PureMVC Dynamic Modules</title>
		<link>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/</link>
		<comments>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/#comments</comments>
		<pubDate>Sat, 24 May 2008 05:33:14 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/24/as3-puremvc-dynamic-modules/</guid>
		<description><![CDATA[Okay, I&#8217;ve had some questions on refactoring my PureMVC dynamic modules classes to support AS3 projects (i.e. no flex). I&#8217;ve posted a sample app that does just that. I threw this together off the cuff, so don&#8217;t expect too much The app (10K) simply loads 6 modules dynamically, 3 &#8220;RedTint&#8221; modules and 3 &#8220;GreenTint&#8221; modules [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynamic Flex Modules with PureMVC</title>
		<link>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/</link>
		<comments>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/#comments</comments>
		<pubDate>Mon, 19 May 2008 17:08:00 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Modules]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/2008/05/19/dynamic-flex-modules-with-puremvc/</guid>
		<description><![CDATA[I&#8217;m rolling out a large project, and I wanted to utilize dynamic modules for scalability. For those who aren&#8217;t familiar will modules, basically, there a great way to encapsulate &#8220;pieces&#8221; of your application. A trivial example would be a small &#8216;shell application&#8217; that once the user logs in, loaded the appropriate use-case module. If your [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/05/19/dynamic-flex-modules-with-puremvc/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>And the framework is …</title>
		<link>http://www.joshuaostrom.com/2008/01/04/and-the-framework-is/</link>
		<comments>http://www.joshuaostrom.com/2008/01/04/and-the-framework-is/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 23:36:56 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Cairngorm]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=13</guid>
		<description><![CDATA[We&#8217;ll after studying Cairngorm and PureMVC for the past day or so I&#8217;ve decided to adopt PureMVC for my next Flex project. Cairngorm had the scalability and robustness I was after but end the I went with the underdog. The best thing Cairngorm has going for it is the Adobe Machine and thus a large [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/01/04/and-the-framework-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Architecture Frameworks</title>
		<link>http://www.joshuaostrom.com/2008/01/03/flex-architecture-frameworks/</link>
		<comments>http://www.joshuaostrom.com/2008/01/03/flex-architecture-frameworks/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 03:21:06 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Cairngorm]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://dluminosity.com/blog/?p=11</guid>
		<description><![CDATA[I&#8217;m gearing up to start some medium scale enterprise projects and thought I&#8217;d look up this &#8220;Cairngorm&#8221; thing I heard talked about at the MAX conference in Chicago. The developers either loved or hated it, so I figured I should check it out. Basically Cairngorm is a design pattern framework for flex, an architect&#8217;s tool [...]]]></description>
		<wfw:commentRss>http://www.joshuaostrom.com/2008/01/03/flex-architecture-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
