<?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: Introducing: Modular</title>
	<atom:link href="http://blog.arc90.com/2007/10/08/introducing-modular/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arc90.com/2007/10/08/introducing-modular/</link>
	<description>Web Application Design &#38; Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 03:55:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bookmarking site</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-373</link>
		<dc:creator>bookmarking site</dc:creator>
		<pubDate>Tue, 04 Aug 2009 03:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-373</guid>
		<description>Thanks for developing it. Now, Cairngorm gets hot again. Good and neat job.</description>
		<content:encoded><![CDATA[<p>Thanks for developing it. Now, Cairngorm gets hot again. Good and neat job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruprict</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-372</link>
		<dc:creator>Ruprict</dc:creator>
		<pubDate>Wed, 13 May 2009 21:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-372</guid>
		<description>Is anyone still using this? It looks promising....
Thanks!</description>
		<content:encoded><![CDATA[<p>Is anyone still using this? It looks promising&#8230;.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-371</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-371</guid>
		<description>Hi Guys, just a question:
should i extend ModuleSequenceCommand for any command that i use inside a module, or just for sequence commands?
thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Guys, just a question:<br />
should i extend ModuleSequenceCommand for any command that i use inside a module, or just for sequence commands?<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Sena</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-370</link>
		<dc:creator>Pedro Sena</dc:creator>
		<pubDate>Sat, 23 Aug 2008 17:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-370</guid>
		<description>Hi Guys, I&#039;m having a problem trying to use Modular.
All my modules are subclass of TitleWindow, so I&#039;m using:
[Frame(factoryClass=&quot;mx.core.FlexModuleFactory&quot;)]
public class ReservaWebBaseModule extends TitleWindow
So far so good, no problem to load it neither to manage my modules. The problem comes when I try to use the cairngorm in my modules (my shell is very simple and does not need cairngorm).
I created a event do unload my modules, that event it dispatched from my ReservaWebBaseModule class, that is the parent class of all my modules. Even using Modular classes, my event is executed N times, where N = number of modules loadded.
I have a frontController for each module(each frontController is subclass of ModuleFrontController) and my UnloadModuleEvent is subclass of AbstractModuleEvent
I tried to put this metatag in each subclass of my main module class but the problem persists. Do I need to create my own subclass of mx.core.FlexModuleFactory to make what I want ?
Suggestions are welcome
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Guys, I&#8217;m having a problem trying to use Modular.<br />
All my modules are subclass of TitleWindow, so I&#8217;m using:<br />
[Frame(factoryClass="mx.core.FlexModuleFactory")]<br />
public class ReservaWebBaseModule extends TitleWindow<br />
So far so good, no problem to load it neither to manage my modules. The problem comes when I try to use the cairngorm in my modules (my shell is very simple and does not need cairngorm).<br />
I created a event do unload my modules, that event it dispatched from my ReservaWebBaseModule class, that is the parent class of all my modules. Even using Modular classes, my event is executed N times, where N = number of modules loadded.<br />
I have a frontController for each module(each frontController is subclass of ModuleFrontController) and my UnloadModuleEvent is subclass of AbstractModuleEvent<br />
I tried to put this metatag in each subclass of my main module class but the problem persists. Do I need to create my own subclass of mx.core.FlexModuleFactory to make what I want ?<br />
Suggestions are welcome<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vu</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-369</link>
		<dc:creator>Vu</dc:creator>
		<pubDate>Mon, 24 Mar 2008 00:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-369</guid>
		<description>This does NOT work with multiple instances of the same module.
ModuleManager.getAssociatedFactory(obj).name returns the same name for the same module factory
You still need to pass a unique id to each of your module, and create new instances of CairngormEventDispatcher accordingly</description>
		<content:encoded><![CDATA[<p>This does NOT work with multiple instances of the same module.<br />
ModuleManager.getAssociatedFactory(obj).name returns the same name for the same module factory<br />
You still need to pass a unique id to each of your module, and create new instances of CairngormEventDispatcher accordingly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Wilker</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-368</link>
		<dc:creator>John Wilker</dc:creator>
		<pubDate>Thu, 20 Mar 2008 22:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-368</guid>
		<description>any updates on this or examples? Not that I don&#039;t want to experiment, but examples never hurt :)
Good work!</description>
		<content:encoded><![CDATA[<p>any updates on this or examples? Not that I don&#8217;t want to experiment, but examples never hurt :)<br />
Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rmunix</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-367</link>
		<dc:creator>rmunix</dc:creator>
		<pubDate>Thu, 13 Mar 2008 21:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-367</guid>
		<description>This is great, I really hope to be able to use it, does any one have an example or tutorial on how to use this.</description>
		<content:encoded><![CDATA[<p>This is great, I really hope to be able to use it, does any one have an example or tutorial on how to use this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foreclosure solutions</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-366</link>
		<dc:creator>foreclosure solutions</dc:creator>
		<pubDate>Sun, 20 Jan 2008 05:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-366</guid>
		<description>Thanks for pointing me to this valuable resource.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing me to this valuable resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-365</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 20 Dec 2007 08:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-365</guid>
		<description>Hi Andy,
thanks for the confirmation. It works great now. I was wondering how you are dealing with parent-module communication. Do you use Cairngorm for that ?
Dennis</description>
		<content:encoded><![CDATA[<p>Hi Andy,<br />
thanks for the confirmation. It works great now. I was wondering how you are dealing with parent-module communication. Do you use Cairngorm for that ?<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Lewisohn</title>
		<link>http://blog.arc90.com/2007/10/08/introducing-modular/#comment-364</link>
		<dc:creator>Andy Lewisohn</dc:creator>
		<pubDate>Thu, 25 Oct 2007 16:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daniell.acr90-dev-02/2007/10/08/introducing-modular/#comment-364</guid>
		<description>Dennis,
That&#039;s right. Only the modules need to use Modular. Your parent application just uses the regular Cairngorm library. My modules have their own front controller and their own models.
-Andy</description>
		<content:encoded><![CDATA[<p>Dennis,<br />
That&#8217;s right. Only the modules need to use Modular. Your parent application just uses the regular Cairngorm library. My modules have their own front controller and their own models.<br />
-Andy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

