<?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: Rhino on Rails: JavaScript MVC on the server</title>
	<atom:link href="http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: ilazarte</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261065</link>
		<dc:creator>ilazarte</dc:creator>
		<pubDate>Thu, 31 Jan 2008 19:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261065</guid>
		<description>That comic is geekt.aculo.us!</description>
		<content:encoded><![CDATA[<p>That comic is geekt.aculo.us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261051</link>
		<dc:creator>Marty</dc:creator>
		<pubDate>Thu, 31 Jan 2008 14:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261051</guid>
		<description>Ajax in 2002 was just a nifty/nasty little iframe trick.  it was FM at the time... BAU today :)

Awesome comic.</description>
		<content:encoded><![CDATA[<p>Ajax in 2002 was just a nifty/nasty little iframe trick.  it was FM at the time&#8230; BAU today :)</p>
<p>Awesome comic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polterguy</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261049</link>
		<dc:creator>polterguy</dc:creator>
		<pubDate>Thu, 31 Jan 2008 12:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261049</guid>
		<description>Really funny :)))
Though Ajax as a word wasn&#039;t invented before February 2005 by Jesse James. In regards to doing Ajax in OO you could follow my link ;)
Fully fledged Ajax writing nothing else than C# and &quot;standard&quot; ASP.NET.</description>
		<content:encoded><![CDATA[<p>Really funny :)))<br />
Though Ajax as a word wasn&#8217;t invented before February 2005 by Jesse James. In regards to doing Ajax in OO you could follow my link ;)<br />
Fully fledged Ajax writing nothing else than C# and &#8220;standard&#8221; ASP.NET.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkman</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261047</link>
		<dc:creator>Venkman</dc:creator>
		<pubDate>Thu, 31 Jan 2008 08:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261047</guid>
		<description>nathan: &quot;full on OOP&quot;

I guess you mean &quot;full OOP&quot; but... what&#039;s that anyway? What makes some people think that prototype-based OO is any less complete than class-based OO or that it lacks something? Even more on this, why do people associate the second with &quot;just OO&quot;?</description>
		<content:encoded><![CDATA[<p>nathan: &#8220;full on OOP&#8221;</p>
<p>I guess you mean &#8220;full OOP&#8221; but&#8230; what&#8217;s that anyway? What makes some people think that prototype-based OO is any less complete than class-based OO or that it lacks something? Even more on this, why do people associate the second with &#8220;just OO&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathany</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261040</link>
		<dc:creator>nathany</dc:creator>
		<pubDate>Wed, 30 Jan 2008 20:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261040</guid>
		<description>@Dion, happened upon your blog last night. Thanks for doing the interview. Also commenting just because of the awesome cartoon... I&#039;m surprised he still has all his hair!! ^_^

It was quite amusing when Steve mentioned using GWT for the server side.

@sentientholon, good call... the term Ajax wasn&#039;t coined until 2005, though the infrastructure to do it (esp. XMLHttpRequest) began in 2000 [according to Wikipedia]. Took a while to get the buzz/hype.

@tj111, JavaScript is quite object-oriented, the way of accomplishing OOP quite foreign (based on Self, not C++). Alas, aren&#039;t we all patiently waiting for JavaScript 2 and full on OOP, combined with something like Jaxer or Rhino on the server.

- nathan.</description>
		<content:encoded><![CDATA[<p>@Dion, happened upon your blog last night. Thanks for doing the interview. Also commenting just because of the awesome cartoon&#8230; I&#8217;m surprised he still has all his hair!! ^_^</p>
<p>It was quite amusing when Steve mentioned using GWT for the server side.</p>
<p>@sentientholon, good call&#8230; the term Ajax wasn&#8217;t coined until 2005, though the infrastructure to do it (esp. XMLHttpRequest) began in 2000 [according to Wikipedia]. Took a while to get the buzz/hype.</p>
<p>@tj111, JavaScript is quite object-oriented, the way of accomplishing OOP quite foreign (based on Self, not C++). Alas, aren&#8217;t we all patiently waiting for JavaScript 2 and full on OOP, combined with something like Jaxer or Rhino on the server.</p>
<p>- nathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261038</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Wed, 30 Jan 2008 19:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261038</guid>
		<description>I&#039;ll buy that.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll buy that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkuhnert</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261036</link>
		<dc:creator>jkuhnert</dc:creator>
		<pubDate>Wed, 30 Jan 2008 19:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261036</guid>
		<description>@Mikael

I don&#039;t agree with your statement.   Yes,  a programmers skill does make a big difference no matter what language you use - but every language also has its advantages and weaknesses just as much as every programmer does.   Great programmer + great language = maximum results.</description>
		<content:encoded><![CDATA[<p>@Mikael</p>
<p>I don&#8217;t agree with your statement.   Yes,  a programmers skill does make a big difference no matter what language you use &#8211; but every language also has its advantages and weaknesses just as much as every programmer does.   Great programmer + great language = maximum results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Bergkvist</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261035</link>
		<dc:creator>Mikael Bergkvist</dc:creator>
		<pubDate>Wed, 30 Jan 2008 18:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261035</guid>
		<description>As always, it has to do less with the language, and more with how skilled the programmer is with the language.</description>
		<content:encoded><![CDATA[<p>As always, it has to do less with the language, and more with how skilled the programmer is with the language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261027</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261027</guid>
		<description>Commenting just because the comic is awesome.  Although I don&#039;t think javascript has the OO features necassary for a well written server-side app.</description>
		<content:encoded><![CDATA[<p>Commenting just because the comic is awesome.  Although I don&#8217;t think javascript has the OO features necassary for a well written server-side app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Slocum</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261026</link>
		<dc:creator>Jack Slocum</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261026</guid>
		<description>The comic was hilarious! :D</description>
		<content:encoded><![CDATA[<p>The comic was hilarious! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnDeHope3</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261024</link>
		<dc:creator>JohnDeHope3</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261024</guid>
		<description>What I&#039;d really like to know is how I could replace JavaScript on the client. I&#039;d so much prefer to have C# or something with more mainstream OO features. I know there is some way to do this in firefox isn&#039;t there?</description>
		<content:encoded><![CDATA[<p>What I&#8217;d really like to know is how I could replace JavaScript on the client. I&#8217;d so much prefer to have C# or something with more mainstream OO features. I know there is some way to do this in firefox isn&#8217;t there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sentientholon</title>
		<link>http://ajaxian.com/archives/rhino-on-rails-javascript-mvc-on-the-server/comment-page-1#comment-261022</link>
		<dc:creator>sentientholon</dc:creator>
		<pubDate>Wed, 30 Jan 2008 15:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3266#comment-261022</guid>
		<description>JavaScript on the client with Ajax in 2002?  Hmm...

Seriously though, very cool, I&#039;m definitely going to check this out.</description>
		<content:encoded><![CDATA[<p>JavaScript on the client with Ajax in 2002?  Hmm&#8230;</p>
<p>Seriously though, very cool, I&#8217;m definitely going to check this out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

