<?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: A New Approach to Web Applications</title>
	<atom:link href="http://almaer.com/blog/ajax-a-new-approach-to-web-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20245</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 24 Apr 2006 20:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20245</guid>
		<description>I agree, writing apps in plain AJAX is madness, its the modern equivalent to writing assembly language.  You need different versions for different platforms.
Of course tools will emerge to compile/generate a real programming language such as Java into executable code, which for AJAX is Javascript &amp; HTML.
</description>
		<content:encoded><![CDATA[<p>I agree, writing apps in plain AJAX is madness, its the modern equivalent to writing assembly language.  You need different versions for different platforms.<br />
Of course tools will emerge to compile/generate a real programming language such as Java into executable code, which for AJAX is Javascript &#038; HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20246</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 24 Apr 2006 20:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20246</guid>
		<description>I agree, writing apps in plain AJAX is madness, its the modern equivalent to writing assembly language.  You need different versions for different platforms.
Of course tools will emerge to compile/generate a real programming language such as Java into executable code, which for AJAX is Javascript &amp; HTML.
</description>
		<content:encoded><![CDATA[<p>I agree, writing apps in plain AJAX is madness, its the modern equivalent to writing assembly language.  You need different versions for different platforms.<br />
Of course tools will emerge to compile/generate a real programming language such as Java into executable code, which for AJAX is Javascript &#038; HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Slattery</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20243</link>
		<dc:creator>Michael Slattery</dc:creator>
		<pubDate>Wed, 09 Mar 2005 04:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20243</guid>
		<description>I had to make my own blog about ajax problems to stop the madness:
http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake

Btw, I agree with the last poster.  If you&#039;ve gone insane and think Ajax will solve your problems, you would probably be better off using an applet.
</description>
		<content:encoded><![CDATA[<p>I had to make my own blog about ajax problems to stop the madness:<br />
<a href="http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake" rel="nofollow">http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake</a></p>
<p>Btw, I agree with the last poster.  If you&#8217;ve gone insane and think Ajax will solve your problems, you would probably be better off using an applet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Slattery</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20244</link>
		<dc:creator>Michael Slattery</dc:creator>
		<pubDate>Wed, 09 Mar 2005 04:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20244</guid>
		<description>I had to make my own blog about ajax problems to stop the madness:
http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake

Btw, I agree with the last poster.  If you&#039;ve gone insane and think Ajax will solve your problems, you would probably be better off using an applet.
</description>
		<content:encoded><![CDATA[<p>I had to make my own blog about ajax problems to stop the madness:<br />
<a href="http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake" rel="nofollow">http://jroller.com/comments/MikeSlattery/Weblog/ajax_is_a_mistake</a></p>
<p>Btw, I agree with the last poster.  If you&#8217;ve gone insane and think Ajax will solve your problems, you would probably be better off using an applet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20241</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Fri, 25 Feb 2005 11:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20241</guid>
		<description>I am just wondering if java applets will be ever rediscovered.

I&#039;ve been doing things in the way which resembles &quot;Ajax way&quot; using applets years ago.
With applets such things are easier to do as we can use mutiple threads and do many things in parallel and implement variouous inteligent caching or &quot;read ahead of time&quot; strategies on the client side.
Saying nothing that component model (swing) for building user interface is light-years ahead comparing to what exists in any of modern web frameworks: it is easier to use, test and complex user friendly guis can be developed order of magnitude faster (this means cheaper!).

Michal
</description>
		<content:encoded><![CDATA[<p>I am just wondering if java applets will be ever rediscovered.</p>
<p>I&#8217;ve been doing things in the way which resembles &#8220;Ajax way&#8221; using applets years ago.<br />
With applets such things are easier to do as we can use mutiple threads and do many things in parallel and implement variouous inteligent caching or &#8220;read ahead of time&#8221; strategies on the client side.<br />
Saying nothing that component model (swing) for building user interface is light-years ahead comparing to what exists in any of modern web frameworks: it is easier to use, test and complex user friendly guis can be developed order of magnitude faster (this means cheaper!).</p>
<p>Michal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20242</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Fri, 25 Feb 2005 11:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20242</guid>
		<description>I am just wondering if java applets will be ever rediscovered.

I&#039;ve been doing things in the way which resembles &quot;Ajax way&quot; using applets years ago.
With applets such things are easier to do as we can use mutiple threads and do many things in parallel and implement variouous inteligent caching or &quot;read ahead of time&quot; strategies on the client side.
Saying nothing that component model (swing) for building user interface is light-years ahead comparing to what exists in any of modern web frameworks: it is easier to use, test and complex user friendly guis can be developed order of magnitude faster (this means cheaper!).

Michal
</description>
		<content:encoded><![CDATA[<p>I am just wondering if java applets will be ever rediscovered.</p>
<p>I&#8217;ve been doing things in the way which resembles &#8220;Ajax way&#8221; using applets years ago.<br />
With applets such things are easier to do as we can use mutiple threads and do many things in parallel and implement variouous inteligent caching or &#8220;read ahead of time&#8221; strategies on the client side.<br />
Saying nothing that component model (swing) for building user interface is light-years ahead comparing to what exists in any of modern web frameworks: it is easier to use, test and complex user friendly guis can be developed order of magnitude faster (this means cheaper!).</p>
<p>Michal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20239</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Fri, 25 Feb 2005 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20239</guid>
		<description>Agreed; I&#039;ve wanted to develop for some time an &#039;ActiveTable&#039; component for Tapestry using ActiveMQ&#039;s Streamlets...

http://activemq.codehaus.org/Streamlets

to be able to easily provide a real time view of tabular information (such as a customers orders, emails, workflow queues etc).

BTW Tapestry rocks :)


</description>
		<content:encoded><![CDATA[<p>Agreed; I&#8217;ve wanted to develop for some time an &#8216;ActiveTable&#8217; component for Tapestry using ActiveMQ&#8217;s Streamlets&#8230;</p>
<p><a href="http://activemq.codehaus.org/Streamlets" rel="nofollow">http://activemq.codehaus.org/Streamlets</a></p>
<p>to be able to easily provide a real time view of tabular information (such as a customers orders, emails, workflow queues etc).</p>
<p>BTW Tapestry rocks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Strachan</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20240</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Fri, 25 Feb 2005 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20240</guid>
		<description>Agreed; I&#039;ve wanted to develop for some time an &#039;ActiveTable&#039; component for Tapestry using ActiveMQ&#039;s Streamlets...

http://activemq.codehaus.org/Streamlets

to be able to easily provide a real time view of tabular information (such as a customers orders, emails, workflow queues etc).

BTW Tapestry rocks :)


</description>
		<content:encoded><![CDATA[<p>Agreed; I&#8217;ve wanted to develop for some time an &#8216;ActiveTable&#8217; component for Tapestry using ActiveMQ&#8217;s Streamlets&#8230;</p>
<p><a href="http://activemq.codehaus.org/Streamlets" rel="nofollow">http://activemq.codehaus.org/Streamlets</a></p>
<p>to be able to easily provide a real time view of tabular information (such as a customers orders, emails, workflow queues etc).</p>
<p>BTW Tapestry rocks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard M. Lewis Ship</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20237</link>
		<dc:creator>Howard M. Lewis Ship</dc:creator>
		<pubDate>Fri, 25 Feb 2005 00:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20237</guid>
		<description>I&#039;m looking forward to people wrapping Ajax behavior inside Tapestry components.  I was explaining to Ben that Tapestry&#039;s engine service abstraction provides a way for script in the browser to communicate with logic in the server ... without having to configure a new servlet (it piggy backs on the existing Tapestry servlet mapping).
</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to people wrapping Ajax behavior inside Tapestry components.  I was explaining to Ben that Tapestry&#8217;s engine service abstraction provides a way for script in the browser to communicate with logic in the server &#8230; without having to configure a new servlet (it piggy backs on the existing Tapestry servlet mapping).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard M. Lewis Ship</title>
		<link>http://almaer.com/blog/ajax-a-new-approach-to-web-applications/comment-page-1#comment-20238</link>
		<dc:creator>Howard M. Lewis Ship</dc:creator>
		<pubDate>Fri, 25 Feb 2005 00:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/ajax-a-new-approach-to-web-applications#comment-20238</guid>
		<description>I&#039;m looking forward to people wrapping Ajax behavior inside Tapestry components.  I was explaining to Ben that Tapestry&#039;s engine service abstraction provides a way for script in the browser to communicate with logic in the server ... without having to configure a new servlet (it piggy backs on the existing Tapestry servlet mapping).
</description>
		<content:encoded><![CDATA[<p>I&#8217;m looking forward to people wrapping Ajax behavior inside Tapestry components.  I was explaining to Ben that Tapestry&#8217;s engine service abstraction provides a way for script in the browser to communicate with logic in the server &#8230; without having to configure a new servlet (it piggy backs on the existing Tapestry servlet mapping).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
