<?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: The Future of Comet: Part 1, Comet Today</title>
	<atom:link href="http://ajaxian.com/archives/the-future-of-comet-part-1-comet-today/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/the-future-of-comet-part-1-comet-today</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: jmarranz</title>
		<link>http://ajaxian.com/archives/the-future-of-comet-part-1-comet-today/comment-page-1#comment-259994</link>
		<dc:creator>jmarranz</dc:creator>
		<pubDate>Fri, 14 Dec 2007 16:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3109#comment-259994</guid>
		<description>&lt;a href=&quot;http://www.itsnat.org&quot; rel=&quot;nofollow&quot;&gt;ItsNat&lt;/a&gt; already supports a sort of server-sent events in Java.  From server you can fire W3C DOM Events and send them to client (in the client are converted to native events) dispatched in the browser simulating user action, any listener (onclick etc) of a target element is executed as usually.

 Furthermore, if there is a server-based listener listening for this event type and associated target element, then a AJAX event is sent to the server and is received by this listener. The cycle server-client-server is closed.

 The upcoming version 0.2 will include server events directly dispatched to server DOM with no browser interaction!

Applications:
- Server based functional web testing 
- Bookmarking of AJAX applications (user actions can be simulated to drive the application to the desired state) including Google friendly AJAX applications.
- Add your app. here.</description>
		<content:encoded><![CDATA[<p><a href="http://www.itsnat.org" rel="nofollow">ItsNat</a> already supports a sort of server-sent events in Java.  From server you can fire W3C DOM Events and send them to client (in the client are converted to native events) dispatched in the browser simulating user action, any listener (onclick etc) of a target element is executed as usually.</p>
<p> Furthermore, if there is a server-based listener listening for this event type and associated target element, then a AJAX event is sent to the server and is received by this listener. The cycle server-client-server is closed.</p>
<p> The upcoming version 0.2 will include server events directly dispatched to server DOM with no browser interaction!</p>
<p>Applications:<br />
- Server based functional web testing<br />
- Bookmarking of AJAX applications (user actions can be simulated to drive the application to the desired state) including Google friendly AJAX applications.<br />
- Add your app. here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

