<?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: JavaScript running to the server</title>
	<atom:link href="http://ajaxian.com/archives/javascript-running-to-the-server/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/javascript-running-to-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: Jesse Kuhnert</title>
		<link>http://ajaxian.com/archives/javascript-running-to-the-server/comment-page-1#comment-252596</link>
		<dc:creator>Jesse Kuhnert</dc:creator>
		<pubDate>Wed, 11 Jul 2007 23:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2560#comment-252596</guid>
		<description>@kourge:
It may be a little uncomfortable seeing actual class stuff coming in to the picture - but without it people are going to have a really hard time finding good counter arguments to :

http://beust.com/weblog/archives/000454.html

for bigger enterprise-y type projects.  Maybe that&#039;s not where it should be used (js2), but if it works it sounds potentially kind of fun..</description>
		<content:encoded><![CDATA[<p>@kourge:<br />
It may be a little uncomfortable seeing actual class stuff coming in to the picture &#8211; but without it people are going to have a really hard time finding good counter arguments to :</p>
<p><a href="http://beust.com/weblog/archives/000454.html" rel="nofollow">http://beust.com/weblog/archives/000454.html</a></p>
<p>for bigger enterprise-y type projects.  Maybe that&#8217;s not where it should be used (js2), but if it works it sounds potentially kind of fun..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kourge</title>
		<link>http://ajaxian.com/archives/javascript-running-to-the-server/comment-page-1#comment-252582</link>
		<dc:creator>kourge</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2560#comment-252582</guid>
		<description>The problem with haxe is that its JavaScript implementation is ActionScript 2.0-ish, being heavily based on the concept of classes. To quote a quote from bash.org, ActionScript is like C#, Java, and Visual Basic had a threesome, and did not use protection. I personally find ActionScript less refreshing than JavaScript.</description>
		<content:encoded><![CDATA[<p>The problem with haxe is that its JavaScript implementation is ActionScript 2.0-ish, being heavily based on the concept of classes. To quote a quote from bash.org, ActionScript is like C#, Java, and Visual Basic had a threesome, and did not use protection. I personally find ActionScript less refreshing than JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carmen</title>
		<link>http://ajaxian.com/archives/javascript-running-to-the-server/comment-page-1#comment-252540</link>
		<dc:creator>carmen</dc:creator>
		<pubDate>Wed, 11 Jul 2007 01:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2560#comment-252540</guid>
		<description>simile is using a headless firefox as a server, for its crowbar scraper daemon.  with the existing serverside JS stuff sucking ( i mean, writing JS in JAVA is just not fast, sorry..) and Tamarin coming, it will be neat to see this concept mature to the point of more robust usability</description>
		<content:encoded><![CDATA[<p>simile is using a headless firefox as a server, for its crowbar scraper daemon.  with the existing serverside JS stuff sucking ( i mean, writing JS in JAVA is just not fast, sorry..) and Tamarin coming, it will be neat to see this concept mature to the point of more robust usability</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berislav Lopac</title>
		<link>http://ajaxian.com/archives/javascript-running-to-the-server/comment-page-1#comment-252528</link>
		<dc:creator>Berislav Lopac</dc:creator>
		<pubDate>Tue, 10 Jul 2007 16:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2560#comment-252528</guid>
		<description>The guys over at http://www.wxjavascript.net have a mod_wxjs Apache module which gives you the server-side Javascript. Also, http://www.whitebeam.org has a whole Javascript-based server-side environment.

In any case, I personally prefer SpiderMonkey implementations to Rhino ones.</description>
		<content:encoded><![CDATA[<p>The guys over at <a href="http://www.wxjavascript.net" rel="nofollow">http://www.wxjavascript.net</a> have a mod_wxjs Apache module which gives you the server-side Javascript. Also, <a href="http://www.whitebeam.org" rel="nofollow">http://www.whitebeam.org</a> has a whole Javascript-based server-side environment.</p>
<p>In any case, I personally prefer SpiderMonkey implementations to Rhino ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikael bergkvist</title>
		<link>http://ajaxian.com/archives/javascript-running-to-the-server/comment-page-1#comment-252526</link>
		<dc:creator>mikael bergkvist</dc:creator>
		<pubDate>Tue, 10 Jul 2007 15:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2560#comment-252526</guid>
		<description>The same is the very core principle of http://www.widgetplus.com and the widgets there, which are all database driven serverside widgets, and the coding behind them - on the server - is javascript and it&#039;s mimicking the browsers DHTML enviroment almost o the letter.</description>
		<content:encoded><![CDATA[<p>The same is the very core principle of <a href="http://www.widgetplus.com" rel="nofollow">http://www.widgetplus.com</a> and the widgets there, which are all database driven serverside widgets, and the coding behind them &#8211; on the server &#8211; is javascript and it&#8217;s mimicking the browsers DHTML enviroment almost o the letter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

