<?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: AJAX MVC (so to speak)</title>
	<atom:link href="http://ajaxian.com/archives/ajax-mvc-so-to-speak/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak</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: JustinMeyer</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-261615</link>
		<dc:creator>JustinMeyer</dc:creator>
		<pubDate>Tue, 26 Feb 2008 07:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-261615</guid>
		<description>Check out &lt;a href=&quot;http://javascriptmvc.com&quot; title=&quot;JavaScriptMVC&quot; rel=&quot;nofollow&quot;&gt;JavaScriptMVC&lt;/a&gt;  for a complete MVC framework.  It&#039;s got everything you would need.

Include - makes it easy to compress any JavaScript application, no matter how complex its dependencies. It leaves you to focus on organization with logically separated JavaScript files.

Model - Easily connect to any data source using REST APIs. Based on the Jester library, Model uses a simple, ActiveRecord-like syntax and supports cross-domain communication.

View - Views cleans the HTML out of your JavaScript with client side templates. Instead of messy HTML string concatenation, organize your code with templates that let you see the structure of your markup.

Controller - Keep your application logic separate from your HTML with simple, DRY event handlers. Controllers use event delegation, meaning you never have to reattach your event handlers even when edit your page&#039;s HTML.


Also, everything is a plugin, so you only have to load the components you want.  Even better, we are making library INTERdependent.  This means that if you include a library like prototype, JavaScriptMVC will know to only load functionality that prototype doesn&#039;t provide.</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://javascriptmvc.com" title="JavaScriptMVC" rel="nofollow">JavaScriptMVC</a>  for a complete MVC framework.  It&#8217;s got everything you would need.</p>
<p>Include &#8211; makes it easy to compress any JavaScript application, no matter how complex its dependencies. It leaves you to focus on organization with logically separated JavaScript files.</p>
<p>Model &#8211; Easily connect to any data source using REST APIs. Based on the Jester library, Model uses a simple, ActiveRecord-like syntax and supports cross-domain communication.</p>
<p>View &#8211; Views cleans the HTML out of your JavaScript with client side templates. Instead of messy HTML string concatenation, organize your code with templates that let you see the structure of your markup.</p>
<p>Controller &#8211; Keep your application logic separate from your HTML with simple, DRY event handlers. Controllers use event delegation, meaning you never have to reattach your event handlers even when edit your page&#8217;s HTML.</p>
<p>Also, everything is a plugin, so you only have to load the components you want.  Even better, we are making library INTERdependent.  This means that if you include a library like prototype, JavaScriptMVC will know to only load functionality that prototype doesn&#8217;t provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codeville</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-258297</link>
		<dc:creator>Codeville</dc:creator>
		<pubDate>Mon, 05 Nov 2007 20:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-258297</guid>
		<description>Update: jMVC is now integrated with ASP.NET, making a simple yet powerful way to put MVC-clean UIs in your existing ASP.NET application. The tricky client/server plumbing is dealt with automatically, so your strongly-typed .NET objects can be read and written in your client-side view.
http://blog.codeville.net/2007/10/18/jmvcnet-neat-client-side-mvc-for-aspnet/</description>
		<content:encoded><![CDATA[<p>Update: jMVC is now integrated with ASP.NET, making a simple yet powerful way to put MVC-clean UIs in your existing ASP.NET application. The tricky client/server plumbing is dealt with automatically, so your strongly-typed .NET objects can be read and written in your client-side view.<br />
<a href="http://blog.codeville.net/2007/10/18/jmvcnet-neat-client-side-mvc-for-aspnet/" rel="nofollow">http://blog.codeville.net/2007/10/18/jmvcnet-neat-client-side-mvc-for-aspnet/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Popescu</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-102108</link>
		<dc:creator>Alex Popescu</dc:creator>
		<pubDate>Fri, 22 Sep 2006 21:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-102108</guid>
		<description>On InfoQ.com, I am using some in-house developed code that allows DWR integration with WebWork, so we have AJAX-MVC. The benefits are qutie obvious and I am very happy with this decission. And by the way: I have contributed back this code to DWR (it still needs polishing and small fixes, but for now it prooved good enough).

./alex
--
:Architect of InfoQ.com:
 .w( the_mindstorm )p.
Co-founder of InfoQ.com</description>
		<content:encoded><![CDATA[<p>On InfoQ.com, I am using some in-house developed code that allows DWR integration with WebWork, so we have AJAX-MVC. The benefits are qutie obvious and I am very happy with this decission. And by the way: I have contributed back this code to DWR (it still needs polishing and small fixes, but for now it prooved good enough).</p>
<p>./alex<br />
&#8211;<br />
:Architect of InfoQ.com:<br />
 .w( the_mindstorm )p.<br />
Co-founder of InfoQ.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-100578</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 21 Sep 2006 14:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-100578</guid>
		<description>MVC is news? A fundamental approach to OOP is just now occuring to Javascript developers? I can only assume this is a link to help out the newbies.</description>
		<content:encoded><![CDATA[<p>MVC is news? A fundamental approach to OOP is just now occuring to Javascript developers? I can only assume this is a link to help out the newbies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-99616</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Wed, 20 Sep 2006 22:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-99616</guid>
		<description>Riiiiight.....</description>
		<content:encoded><![CDATA[<p>Riiiiight&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MezZzeR</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-99567</link>
		<dc:creator>MezZzeR</dc:creator>
		<pubDate>Wed, 20 Sep 2006 21:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-99567</guid>
		<description>---
So the solution to feeling that youâ€™re â€œdoing the same things over and over again?â€ is â€œcreating your own AJAX MVC frameworkâ€? 
---

It&#039;s not re-inventing the wheel. It&#039;s called searching for the most convenient way of designing, developing, and deploying web applications.</description>
		<content:encoded><![CDATA[<p>&#8212;<br />
So the solution to feeling that youâ€™re â€œdoing the same things over and over again?â€ is â€œcreating your own AJAX MVC frameworkâ€?<br />
&#8212;</p>
<p>It&#8217;s not re-inventing the wheel. It&#8217;s called searching for the most convenient way of designing, developing, and deploying web applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hakman</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-99507</link>
		<dc:creator>Kevin Hakman</dc:creator>
		<pubDate>Wed, 20 Sep 2006 19:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-99507</guid>
		<description>That&#039;s where TIBCO GI started back in 2000 -- a MVC approach to deliver web apps that look and feel like desktop GUIs.  There were lots of comparisons to JavaSwing and this architectural approach to the challenges that arise once you go beyond basic DHTML manipulation cases back then too.</description>
		<content:encoded><![CDATA[<p>That&#8217;s where TIBCO GI started back in 2000 &#8212; a MVC approach to deliver web apps that look and feel like desktop GUIs.  There were lots of comparisons to JavaSwing and this architectural approach to the challenges that arise once you go beyond basic DHTML manipulation cases back then too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-99365</link>
		<dc:creator>Gonzalo</dc:creator>
		<pubDate>Wed, 20 Sep 2006 15:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-99365</guid>
		<description>So the solution to feeling that you&#039;re &quot;doing the same things over and over again?&quot; is &quot;creating your own AJAX MVC framework&quot;?</description>
		<content:encoded><![CDATA[<p>So the solution to feeling that you&#8217;re &#8220;doing the same things over and over again?&#8221; is &#8220;creating your own AJAX MVC framework&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://ajaxian.com/archives/ajax-mvc-so-to-speak/comment-page-1#comment-99338</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 20 Sep 2006 14:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/ajax-mvc-so-to-speak#comment-99338</guid>
		<description>Given enough time, eventually a million Javascript Ajax coders will reproduce Java Swing in Javascript.</description>
		<content:encoded><![CDATA[<p>Given enough time, eventually a million Javascript Ajax coders will reproduce Java Swing in Javascript.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

