<?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: Mamoo: Client-side MVC from Motionbox</title>
	<atom:link href="http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ben Galbraith</title>
		<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/comment-page-1#comment-272092</link>
		<dc:creator>Ben Galbraith</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6350#comment-272092</guid>
		<description>@tobowers: Sorry about misspelling it as &quot;Maboo&quot;; fixed it just now.</description>
		<content:encoded><![CDATA[<p>@tobowers: Sorry about misspelling it as &#8220;Maboo&#8221;; fixed it just now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temsa</title>
		<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/comment-page-1#comment-272081</link>
		<dc:creator>temsa</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6350#comment-272081</guid>
		<description>Seems complicated to me, and not very powerful .

Model should just be a hashmap or a pojo, View should not been embedded in the code and Controller should draw the view, observe its events, and publish the model to the view for it to render.

We can do MVC in a much easier and powerful way (have a look at ArchetypeJS or JavascriptMVC...)</description>
		<content:encoded><![CDATA[<p>Seems complicated to me, and not very powerful .</p>
<p>Model should just be a hashmap or a pojo, View should not been embedded in the code and Controller should draw the view, observe its events, and publish the model to the view for it to render.</p>
<p>We can do MVC in a much easier and powerful way (have a look at ArchetypeJS or JavascriptMVC&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobowers</title>
		<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/comment-page-1#comment-272078</link>
		<dc:creator>tobowers</dc:creator>
		<pubDate>Tue, 17 Mar 2009 12:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6350#comment-272078</guid>
		<description>Hi,

One... it&#039;s &quot;Mamoo.&quot; :-) No hard feelings.

Sixtyseconds - this was created for our &quot;Motionbox Express Uploader (MXU).&quot;  We have tons of events and dom elements that get updated very frequently (upload progress, etc.).  These all need to individually respond to user events too.  It becomes a complex problem to solve over and over again for various types of objects.  Mamoo was created very specifically to solve that problem.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>One&#8230; it&#8217;s &#8220;Mamoo.&#8221; :-) No hard feelings.</p>
<p>Sixtyseconds &#8211; this was created for our &#8220;Motionbox Express Uploader (MXU).&#8221;  We have tons of events and dom elements that get updated very frequently (upload progress, etc.).  These all need to individually respond to user events too.  It becomes a complex problem to solve over and over again for various types of objects.  Mamoo was created very specifically to solve that problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/comment-page-1#comment-272075</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Tue, 17 Mar 2009 11:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6350#comment-272075</guid>
		<description>*event even</description>
		<content:encoded><![CDATA[<p>*event even</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/maboo-client-side-mvc-from-motionbox/comment-page-1#comment-272074</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Tue, 17 Mar 2009 11:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6350#comment-272074</guid>
		<description>It looks like a lot of work has gone into Mamoo, which I respect. Isn&#039;t it over-complicating the problem though? None of this stuff is beyond a little even delegation. And what is the cost of learning a whole MVC framework for the simple means of automated, retrospective DOM updating?

I didn&#039;t even get the feeling that what was being done (in the screencast) was all that abstract and reusable...</description>
		<content:encoded><![CDATA[<p>It looks like a lot of work has gone into Mamoo, which I respect. Isn&#8217;t it over-complicating the problem though? None of this stuff is beyond a little even delegation. And what is the cost of learning a whole MVC framework for the simple means of automated, retrospective DOM updating?</p>
<p>I didn&#8217;t even get the feeling that what was being done (in the screencast) was all that abstract and reusable&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

