<?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"
	>
<channel>
	<title>Comments on: Mate, a tag-based, event-driven framework for Flex applications</title>
	<atom:link href="http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/</link>
	<description>en route to a "richer" Internet</description>
	<pubDate>Fri, 21 Nov 2008 01:14:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27652</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Tue, 22 Jul 2008 11:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27652</guid>
		<description>Hi Steven,

Thanks for the clarification, I haven't really checked out Gaia .. will do when I find some time.

Cheers,
Mrinal</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>Thanks for the clarification, I haven&#8217;t really checked out Gaia .. will do when I find some time.</p>
<p>Cheers,<br />
Mrinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27638</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Tue, 22 Jul 2008 05:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27638</guid>
		<description>Hey Mrinal,

Just to clarify, Gaia is not meant to be an alternative to Flex.  Flex is primarily for building applications, whereas Gaia is primarily for building traditional Flash sites, microsites, things of that ilk.  I see them as two different Flash frameworks that provide two different solutions for two different goals.  And thanks to Varun for the props!  :)

-Steven</description>
		<content:encoded><![CDATA[<p>Hey Mrinal,</p>
<p>Just to clarify, Gaia is not meant to be an alternative to Flex.  Flex is primarily for building applications, whereas Gaia is primarily for building traditional Flash sites, microsites, things of that ilk.  I see them as two different Flash frameworks that provide two different solutions for two different goals.  And thanks to Varun for the props!  <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>-Steven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril Hanquez</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27433</link>
		<dc:creator>Cyril Hanquez</dc:creator>
		<pubDate>Thu, 17 Jul 2008 18:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27433</guid>
		<description>Hi Mrinal,

nice review. It seems that Mate is the framework that I should use in my project : most of the team members comes from CF programming with only few knowledge of OOP. I will give it a try quickly and do my own review later.</description>
		<content:encoded><![CDATA[<p>Hi Mrinal,</p>
<p>nice review. It seems that Mate is the framework that I should use in my project : most of the team members comes from CF programming with only few knowledge of OOP. I will give it a try quickly and do my own review later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27180</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Fri, 11 Jul 2008 04:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27180</guid>
		<description>Hi Andrew,
I thought I should answer your question. If you want a view to be notified of any event you can use the Listener tag. You can read the docs for that tag here: http://mate.asfusion.com/page/documentation/tags/listener
You just need to make sure the event that you dispatch bubbles up.
I hope that you give Mate a try someday :)</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
I thought I should answer your question. If you want a view to be notified of any event you can use the Listener tag. You can read the docs for that tag here: <a href="http://mate.asfusion.com/page/documentation/tags/listener" rel="nofollow">http://mate.asfusion.com/page/documentation/tags/listener</a><br />
You just need to make sure the event that you dispatch bubbles up.<br />
I hope that you give Mate a try someday <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27160</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 10 Jul 2008 17:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27160</guid>
		<description>I learned of Matte right after deciding on PureMVC over Caringorm. It looks interesting, but I don't even want to deal with second guessing my decision :) 

One thing though, how does Matte accomplish allowing a view to be notified about events that it might be interested in?  And how does it get around the curious display list traversal Flex event model? 

I like PureMVC and think it is well thought out and comes naturally to a person with a Java EE and Swing background.  It's a bit heavy initially, but I know it will pay off.</description>
		<content:encoded><![CDATA[<p>I learned of Matte right after deciding on PureMVC over Caringorm. It looks interesting, but I don&#8217;t even want to deal with second guessing my decision <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One thing though, how does Matte accomplish allowing a view to be notified about events that it might be interested in?  And how does it get around the curious display list traversal Flex event model? </p>
<p>I like PureMVC and think it is well thought out and comes naturally to a person with a Java EE and Swing background.  It&#8217;s a bit heavy initially, but I know it will pay off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leena Jain</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27116</link>
		<dc:creator>Leena Jain</dc:creator>
		<pubDate>Wed, 09 Jul 2008 06:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27116</guid>
		<description>Hey Mrinal,

Nice to hear that you liked a framework!You are always against Frameworks.There must be really something  good in it</description>
		<content:encoded><![CDATA[<p>Hey Mrinal,</p>
<p>Nice to hear that you liked a framework!You are always against Frameworks.There must be really something  good in it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27114</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Wed, 09 Jul 2008 05:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27114</guid>
		<description>true mrinal!!!
i do find people confused when people just want to go ahead with implementing an app. using an architecture in the name of best practices.Its very important to actually evaluate and analyze the pros and cons associated with all the frameworks around n then embark on design/architecture of the application.</description>
		<content:encoded><![CDATA[<p>true mrinal!!!<br />
i do find people confused when people just want to go ahead with implementing an app. using an architecture in the name of best practices.Its very important to actually evaluate and analyze the pros and cons associated with all the frameworks around n then embark on design/architecture of the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27111</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Wed, 09 Jul 2008 02:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27111</guid>
		<description>Hi Laura,

Good job building and documenting Mate  ... I'm really liking it :)

Mrinal</description>
		<content:encoded><![CDATA[<p>Hi Laura,</p>
<p>Good job building and documenting Mate  &#8230; I&#8217;m really liking it <img src='http://weblog.mrinalwadhwa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mrinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27110</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Wed, 09 Jul 2008 02:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27110</guid>
		<description>@Varun,

Gaia is nice but it seems more like an alternative for the Flex framework itself.</description>
		<content:encoded><![CDATA[<p>@Varun,</p>
<p>Gaia is nice but it seems more like an alternative for the Flex framework itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrinal Wadhwa</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27107</link>
		<dc:creator>Mrinal Wadhwa</dc:creator>
		<pubDate>Wed, 09 Jul 2008 02:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27107</guid>
		<description>@saurabh,

I just checked out easyMVC .. looks nice, a lot like my own implementation of standard design patters. Given the nature of patterns used by Mate I do find it more decoupled than the other frameworks I've seen.

I think the choice of which framework to use is definitely a preference thing, no one framework can be deemed better than the other.. just find one that you and your team  like and stick with it. One mistake that I've seen teams make is blindly use a framework without any thought on the needs of the  application they are building .. that is not a good thing to do. Don't skip designing the architecture of your application just because you're using a framework.</description>
		<content:encoded><![CDATA[<p>@saurabh,</p>
<p>I just checked out easyMVC .. looks nice, a lot like my own implementation of standard design patters. Given the nature of patterns used by Mate I do find it more decoupled than the other frameworks I&#8217;ve seen.</p>
<p>I think the choice of which framework to use is definitely a preference thing, no one framework can be deemed better than the other.. just find one that you and your team  like and stick with it. One mistake that I&#8217;ve seen teams make is blindly use a framework without any thought on the needs of the  application they are building .. that is not a good thing to do. Don&#8217;t skip designing the architecture of your application just because you&#8217;re using a framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27103</link>
		<dc:creator>Laura</dc:creator>
		<pubDate>Tue, 08 Jul 2008 22:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27103</guid>
		<description>Hi Mrinal,
Thanks for the review!
I am glad you like Mate and let us know if you have any feedback or suggestion.

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi Mrinal,<br />
Thanks for the review!<br />
I am glad you like Mate and let us know if you have any feedback or suggestion.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varun</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27063</link>
		<dc:creator>Varun</dc:creator>
		<pubDate>Mon, 07 Jul 2008 19:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27063</guid>
		<description>gee... everybody seems to have their beloved frameworks.. 

check this one.... 'gaia' its a flash framework 
http://www.horwith.com/index.cfm/2008/7/1/gaia-a-great-lightweight-flash-framework

will definitely check mate... thnx fr the info.</description>
		<content:encoded><![CDATA[<p>gee&#8230; everybody seems to have their beloved frameworks.. </p>
<p>check this one&#8230;. &#8216;gaia&#8217; its a flash framework<br />
<a href="http://www.horwith.com/index.cfm/2008/7/1/gaia-a-great-lightweight-flash-framework" rel="nofollow">http://www.horwith.com/index.cfm/2008/7/1/gaia-a-great-lightweight-flash-framework</a></p>
<p>will definitely check mate&#8230; thnx fr the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://weblog.mrinalwadhwa.com/2008/07/06/mate-a-tag-based-event-driven-framework-for-flex-applications/#comment-27028</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Sun, 06 Jul 2008 20:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.mrinalwadhwa.com/?p=319#comment-27028</guid>
		<description>mrinal,
what about easyMVC for flex.
did you evaluated this framework,would like to know your thoughts on this.</description>
		<content:encoded><![CDATA[<p>mrinal,<br />
what about easyMVC for flex.<br />
did you evaluated this framework,would like to know your thoughts on this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
