<?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: Web Applications</title>
	<atom:link href="http://www.robertblum.com/articles/2006/01/04/web-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertblum.com/articles/2006/01/04/web-applications</link>
	<description>Rachel Blum on Software, Games And The Rest Of Life</description>
	<lastBuildDate>Sat, 21 Aug 2010 21:41:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Julien Couvreur</title>
		<link>http://www.robertblum.com/articles/2006/01/04/web-applications/comment-page-1#comment-166</link>
		<dc:creator>Julien Couvreur</dc:creator>
		<pubDate>Wed, 18 Jan 2006 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2006/01/04/web-applications#comment-166</guid>
		<description>&lt;p&gt;FYI, a prototype for an AJAX-based online/offline wiki: http://blog.monstuff.com/archives/000272.html&lt;/p&gt;

&lt;p&gt;It&#039;s not a full solution, but it shows that supporting disconnected operations in web applications is possible.
This approach still takes a lot of work and needs to be improved, but it shows some promise.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>FYI, a prototype for an AJAX-based online/offline wiki: <a href="http://blog.monstuff.com/archives/000272.html" rel="nofollow">http://blog.monstuff.com/archives/000272.html</a></p>

<p>It&#8217;s not a full solution, but it shows that supporting disconnected operations in web applications is possible.
This approach still takes a lot of work and needs to be improved, but it shows some promise.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.robertblum.com/articles/2006/01/04/web-applications/comment-page-1#comment-122</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 05 Jan 2006 16:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2006/01/04/web-applications#comment-122</guid>
		<description>&lt;p&gt;I agree Javascript has a very good and permanent place on the client side. I use it all the time. But doing anything more complicated than an AJAX request  to dynamically populate a drop down menu or showing a div, it starts feeling very kludgey and hacky. Even with CSS, it feels like HTML is being pushed to it&#039;s design limits. Kind of like driving the doughnut spare tire at 70MPH. Think about how easy it would be to draw those lines between the SQL tables if you have direct access to the graphics context. I couldn&#039;t even easily locate where he was doing it in the Javascript code.&lt;/p&gt;

&lt;p&gt;For what it&#039;s worth, Java is awesome (and still very popular) for the server side.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree Javascript has a very good and permanent place on the client side. I use it all the time. But doing anything more complicated than an AJAX request  to dynamically populate a drop down menu or showing a div, it starts feeling very kludgey and hacky. Even with CSS, it feels like HTML is being pushed to it&#8217;s design limits. Kind of like driving the doughnut spare tire at 70MPH. Think about how easy it would be to draw those lines between the SQL tables if you have direct access to the graphics context. I couldn&#8217;t even easily locate where he was doing it in the Javascript code.</p>

<p>For what it&#8217;s worth, Java is awesome (and still very popular) for the server side.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Blum</title>
		<link>http://www.robertblum.com/articles/2006/01/04/web-applications/comment-page-1#comment-121</link>
		<dc:creator>Robert Blum</dc:creator>
		<pubDate>Thu, 05 Jan 2006 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2006/01/04/web-applications#comment-121</guid>
		<description>&lt;p&gt;Thankfully, there are quite a few Ajaxian frameworks by now that take care of all of that nonsense. I&#039;m sure you know most of them yourself, but my article-sense is tingling ;)&lt;/p&gt;

&lt;p&gt;My personal prediction is that Javascript is here to stay - it&#039;s more accessible than Java. Most average Joe&#039;s can do at least some of it, so more people will use that over a less accessible technology like Java. And then there&#039;s the effort to have standardized controls to become part of HTML, spearheaded by Apple and the Mozilla guys.&lt;/p&gt;

&lt;p&gt;No, I think Java for Webapps is dead. Killed by Suns stubbornness and the nightmare of debugging for every VM known to mankind. (Granted, we now debug for every browser known to mankind, but we have to do that anyways...)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thankfully, there are quite a few Ajaxian frameworks by now that take care of all of that nonsense. I&#8217;m sure you know most of them yourself, but my article-sense is tingling <img src='http://www.robertblum.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>My personal prediction is that Javascript is here to stay &#8211; it&#8217;s more accessible than Java. Most average Joe&#8217;s can do at least some of it, so more people will use that over a less accessible technology like Java. And then there&#8217;s the effort to have standardized controls to become part of HTML, spearheaded by Apple and the Mozilla guys.</p>

<p>No, I think Java for Webapps is dead. Killed by Suns stubbornness and the nightmare of debugging for every VM known to mankind. (Granted, we now debug for every browser known to mankind, but we have to do that anyways&#8230;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.robertblum.com/articles/2006/01/04/web-applications/comment-page-1#comment-120</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 05 Jan 2006 15:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2006/01/04/web-applications#comment-120</guid>
		<description>&lt;p&gt;Ugh. WWW SQL Designer is cool. But I could not imagine debugging and developing that UI code in Javascript/CSS/DHTML. Maybe I still don&#039;t have enough experience writing complex client side scripts. I think Java may have been ahead of it&#039;s time with the Applet paradigm. Maybe now that broadband is a little more common, AJAX is a widely supported technology, and CPU speed is way up, we&#039;ll see Applets make a comeback. I sure like the thought of just using a JListBox with a custom renderer plugged in as opposed to creating all that crap with divs, DOM, and Javascript!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ugh. WWW SQL Designer is cool. But I could not imagine debugging and developing that UI code in Javascript/CSS/DHTML. Maybe I still don&#8217;t have enough experience writing complex client side scripts. I think Java may have been ahead of it&#8217;s time with the Applet paradigm. Maybe now that broadband is a little more common, AJAX is a widely supported technology, and CPU speed is way up, we&#8217;ll see Applets make a comeback. I sure like the thought of just using a JListBox with a custom renderer plugged in as opposed to creating all that crap with divs, DOM, and Javascript!</p>]]></content:encoded>
	</item>
</channel>
</rss>
