<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Understanding PureMVC Pipes</title>
	<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/</link>
	<description>RIA, embedded programming, what else!</description>
	<pubDate>Thu, 11 Mar 2010 02:00:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Joel</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-154</link>
		<author>Joel</author>
		<pubDate>Tue, 17 Jun 2008 02:54:54 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-154</guid>
					<description>Nice. Thanks for taking the time to put this together. I've been building my latest project using the multicore PMVC, not because I need module support now, but because I don't see any good reason NOT to use the MC version. Now down the road I can drop in a module, fix up the plumbing, and it is off to the races.</description>
		<content:encoded><![CDATA[<p>Nice. Thanks for taking the time to put this together. I&#8217;ve been building my latest project using the multicore PMVC, not because I need module support now, but because I don&#8217;t see any good reason NOT to use the MC version. Now down the road I can drop in a module, fix up the plumbing, and it is off to the races.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-155</link>
		<author>Mike</author>
		<pubDate>Tue, 17 Jun 2008 04:38:52 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-155</guid>
					<description>The puremvc pipes demo is great ... but it's too difficult to really understand.... I wanted to know if you could create a simple/basic pipes demo of your own? I really learned a lot from your modular Mortgage demo... could you maybe port that for use with pipes??</description>
		<content:encoded><![CDATA[<p>The puremvc pipes demo is great &#8230; but it&#8217;s too difficult to really understand&#8230;. I wanted to know if you could create a simple/basic pipes demo of your own? I really learned a lot from your modular Mortgage demo&#8230; could you maybe port that for use with pipes??</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-156</link>
		<author>Joshua</author>
		<pubDate>Tue, 17 Jun 2008 12:28:34 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-156</guid>
					<description>Joel agreed - I don't see much benefit in *NOT* using the MultiCore version.

Mike,  I've already ported the mortgage app demo to pipes - it was my 'hello world' into the pipes world.  I'll see if I can get around to posting it here today or tomorrow.</description>
		<content:encoded><![CDATA[<p>Joel agreed - I don&#8217;t see much benefit in *NOT* using the MultiCore version.</p>
<p>Mike,  I&#8217;ve already ported the mortgage app demo to pipes - it was my &#8216;hello world&#8217; into the pipes world.  I&#8217;ll see if I can get around to posting it here today or tomorrow.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: WS-Blog &#187; A basic PureMVC MultiCore AS3 example using Pipes Utility and Modules</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-158</link>
		<author>WS-Blog &#187; A basic PureMVC MultiCore AS3 example using Pipes Utility and Modules</author>
		<pubDate>Sat, 21 Jun 2008 18:12:41 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-158</guid>
					<description>[...] &#8220;Understanding PureMVC Pipes&#8221; by Joshua Ostrom. Great tutorial! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] &#8220;Understanding PureMVC Pipes&#8221; by Joshua Ostrom. Great tutorial! [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mani</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-170</link>
		<author>mani</author>
		<pubDate>Thu, 17 Jul 2008 03:13:10 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-170</guid>
					<description>Thank you very much~~~
But why I don't fond the modules file in the source file?
 import com.dl.modules.pipes.interfaces.IPipeAwareModule;
        import com.dl.modules.pipes.components.PipeAwareModule;

Please help~~</description>
		<content:encoded><![CDATA[<p>Thank you very much~~~<br />
But why I don&#8217;t fond the modules file in the source file?<br />
 import com.dl.modules.pipes.interfaces.IPipeAwareModule;<br />
        import com.dl.modules.pipes.components.PipeAwareModule;</p>
<p>Please help~~</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: amahi</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-171</link>
		<author>amahi</author>
		<pubDate>Fri, 18 Jul 2008 14:26:32 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-171</guid>
					<description>Thanks for the explanation.
Something I don't understand: Do we need a Junction per module or can we create one alone junction for all the module?</description>
		<content:encoded><![CDATA[<p>Thanks for the explanation.<br />
Something I don&#8217;t understand: Do we need a Junction per module or can we create one alone junction for all the module?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-172</link>
		<author>Joshua</author>
		<pubDate>Fri, 18 Jul 2008 21:36:20 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-172</guid>
					<description>Amahi,
  You'd want a junction at each module.  Junction is where you'll connect your pipes 'together.'  A typical setup would include a junction for your 'shell' app and junction for each loaded module.

The junctions are connected together via pipes.  

The unction is the 'integration' point for your app / module into the pipe architecture.</description>
		<content:encoded><![CDATA[<p>Amahi,<br />
  You&#8217;d want a junction at each module.  Junction is where you&#8217;ll connect your pipes &#8216;together.&#8217;  A typical setup would include a junction for your &#8217;shell&#8217; app and junction for each loaded module.</p>
<p>The junctions are connected together via pipes.  </p>
<p>The unction is the &#8216;integration&#8217; point for your app / module into the pipe architecture.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: mani</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-176</link>
		<author>mani</author>
		<pubDate>Tue, 22 Jul 2008 11:48:44 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-176</guid>
					<description>hello, Joshua, thanks you very much~

But I have a question about the source of the demo, could you opensource the lib of that?

Thanks for your time ^_^
mani.</description>
		<content:encoded><![CDATA[<p>hello, Joshua, thanks you very much~</p>
<p>But I have a question about the source of the demo, could you opensource the lib of that?</p>
<p>Thanks for your time ^_^<br />
mani.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: manis</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-177</link>
		<author>manis</author>
		<pubDate>Wed, 23 Jul 2008 08:21:24 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-177</guid>
					<description>Could you openSource the lib of the demo?
Thanks~~</description>
		<content:encoded><![CDATA[<p>Could you openSource the lib of the demo?<br />
Thanks~~</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Y.Boy</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-187</link>
		<author>Y.Boy</author>
		<pubDate>Thu, 07 Aug 2008 03:25:25 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-187</guid>
					<description>Hi, thanks for this..

May you provide a example?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this..</p>
<p>May you provide a example?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-188</link>
		<author>Joshua</author>
		<pubDate>Thu, 07 Aug 2008 16:28:57 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-188</guid>
					<description>Y.Boy,
  As soon as some time frees up, I'll post some more examples and see if I can post the lib as well.

Josh</description>
		<content:encoded><![CDATA[<p>Y.Boy,<br />
  As soon as some time frees up, I&#8217;ll post some more examples and see if I can post the lib as well.</p>
<p>Josh</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: diamondTearz</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-210</link>
		<author>diamondTearz</author>
		<pubDate>Sat, 20 Sep 2008 19:38:01 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-210</guid>
					<description>Josh,
Thank you so much for this explicit walkthrough. This was exactly what I needed right now to clear up some of the foggy patches in my understanding of the framework.</description>
		<content:encoded><![CDATA[<p>Josh,<br />
Thank you so much for this explicit walkthrough. This was exactly what I needed right now to clear up some of the foggy patches in my understanding of the framework.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Russ</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-259</link>
		<author>Russ</author>
		<pubDate>Tue, 03 Mar 2009 03:44:14 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-259</guid>
					<description>Josh,
I wonder if you have any thoughts on using pipes and loading swfs made in Flash in to the main Flex app rather than Flex modules?  I have tried it out, making my movies main implement the IPipeAware interface, and creating junction mediator for it.  It seems to works ok, but I feel there is something missing.</description>
		<content:encoded><![CDATA[<p>Josh,<br />
I wonder if you have any thoughts on using pipes and loading swfs made in Flash in to the main Flex app rather than Flex modules?  I have tried it out, making my movies main implement the IPipeAware interface, and creating junction mediator for it.  It seems to works ok, but I feel there is something missing.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-262</link>
		<author>Joshua</author>
		<pubDate>Wed, 04 Mar 2009 13:51:28 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-262</guid>
					<description>Russ,
  Sure, there's no 'flex' requirement for dynamic modules.  If you dig back a bit further I posted on AS3 only dynamic modules - http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/ which might help you move forward, although it sounds like your well on your way! :)</description>
		<content:encoded><![CDATA[<p>Russ,<br />
  Sure, there&#8217;s no &#8216;flex&#8217; requirement for dynamic modules.  If you dig back a bit further I posted on AS3 only dynamic modules - <a href="http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/" rel="nofollow">http://www.joshuaostrom.com/2008/05/24/as3-puremvc-dynamic-modules/</a> which might help you move forward, although it sounds like your well on your way! <img src='http://www.joshuaostrom.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-266</link>
		<author>Sebastian</author>
		<pubDate>Tue, 10 Mar 2009 10:42:43 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-266</guid>
					<description>Hello and thanks a lot for this post!

One simple question though, the best place to put the ApplicationJunctionMediator.as is in the "top level" package of my app or modules, right?

Cheers</description>
		<content:encoded><![CDATA[<p>Hello and thanks a lot for this post!</p>
<p>One simple question though, the best place to put the ApplicationJunctionMediator.as is in the &#8220;top level&#8221; package of my app or modules, right?</p>
<p>Cheers</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Scottae</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-405</link>
		<author>Scottae</author>
		<pubDate>Fri, 18 Sep 2009 18:37:10 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-405</guid>
					<description>I'm sorry if my question has been addressed before, but why bother using the pipes utility?  All the examples I've seen are fairly complex for something as simple as making a module talk to it's shell.  It seems that you could do something as simple as have each side listen for a custom event....viola, done.  I just don't see the benefit of setting up all the pipes stuff.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry if my question has been addressed before, but why bother using the pipes utility?  All the examples I&#8217;ve seen are fairly complex for something as simple as making a module talk to it&#8217;s shell.  It seems that you could do something as simple as have each side listen for a custom event&#8230;.viola, done.  I just don&#8217;t see the benefit of setting up all the pipes stuff.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joshua</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-406</link>
		<author>Joshua</author>
		<pubDate>Tue, 22 Sep 2009 12:13:03 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-406</guid>
					<description>Scottae,
  It's common to have your modules implement an interface and communicate via that contract.  There's not wrong with that at all.

  Pipes benefit is realized when you're working with a PureMVC app.  You simply send your [PureMVC] notification and your done, your message is routed to it's destination.  That destination may be in the same module, or down/up a module, up/down multiple modules, etc.  

Hope that helps.

Josh</description>
		<content:encoded><![CDATA[<p>Scottae,<br />
  It&#8217;s common to have your modules implement an interface and communicate via that contract.  There&#8217;s not wrong with that at all.</p>
<p>  Pipes benefit is realized when you&#8217;re working with a PureMVC app.  You simply send your [PureMVC] notification and your done, your message is routed to it&#8217;s destination.  That destination may be in the same module, or down/up a module, up/down multiple modules, etc.  </p>
<p>Hope that helps.</p>
<p>Josh</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ashok</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-427</link>
		<author>Ashok</author>
		<pubDate>Sat, 26 Dec 2009 17:51:10 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-427</guid>
					<description>Thanks guys,

I have started using Pipes in a largest application we have started recently. This tutorial helped me to in a great way. 

Ashok</description>
		<content:encoded><![CDATA[<p>Thanks guys,</p>
<p>I have started using Pipes in a largest application we have started recently. This tutorial helped me to in a great way. </p>
<p>Ashok</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-429</link>
		<author>Sander</author>
		<pubDate>Fri, 08 Jan 2010 18:09:51 +0000</pubDate>
		<guid>http://www.joshuaostrom.com/2008/06/15/understanding-puremvc-pipes/#comment-429</guid>
					<description>Thanks a lot. A very useful article.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. A very useful article.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
