<?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>Mariush T. - Flex Developer, Blogger &#187; modules</title>
	<atom:link href="http://mariusht.com/blog/tag/modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://mariusht.com/blog</link>
	<description>A blog about Flex Development.</description>
	<lastBuildDate>Tue, 11 Oct 2011 08:56:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Module to Module communication</title>
		<link>http://mariusht.com/blog/2009/07/08/module-to-module-communication/</link>
		<comments>http://mariusht.com/blog/2009/07/08/module-to-module-communication/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:04:01 +0000</pubDate>
		<dc:creator>Mariush T.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[Multicore]]></category>
		<category><![CDATA[Pipes]]></category>
		<category><![CDATA[PureMVC]]></category>

		<guid isPermaLink="false">http://mariusht.com/blog/?p=1183</guid>
		<description><![CDATA[This example is implemented using PureMVC and demonstrates how to load dynamically, connect and communicate Modules that have been implemented using the PureMVC framework.GreenModule communicates with BlueModule directly through pipe(no need for sending messages to Shell/Application and from Shell back to the Module). The same happens for BlueModule-GreenModule communication, messages are sent through pipe.
View and study [...]]]></description>
			<content:encoded><![CDATA[<p>This example is implemented using PureMVC and demonstrates how to load dynamically, connect and communicate Modules that have been implemented using the PureMVC framework.<img class="alignnone" src="http://mariusht.com/files/blog/module_to_module_comm/mm_comm.jpg" alt="" width="669" height="300" />GreenModule communicates with BlueModule directly through pipe(no need for sending messages to Shell/Application and from Shell back to the Module). The same happens for BlueModule-GreenModule communication, messages are sent through pipe.</p>
<p><a href="http://mariusht.com/files/blog/module_to_module_comm/demo/srcview/" target="_blank">View and study Source Code</a><br />
<span id="more-1183"></span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="669" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">
<param name="name" value="ModuleToModuleSC1" />
<param name="bgcolor" value="#869ca7" />
<param name="align" value="middle" />
<param name="src" value="http://mariusht.com/files/blog/module_to_module_comm/demo/ModuleToModuleSC1.swf" />
<param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="669" height="350" src="http://mariusht.com/files/blog/module_to_module_comm/demo/ModuleToModuleSC1.swf" quality="high" align="middle" bgcolor="#869ca7" name="ModuleToModuleSC1"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://mariusht.com/blog/2009/07/08/module-to-module-communication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

