<?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: DWR 2.0: Reverse Ajax</title>
	<atom:link href="http://ajaxian.com/archives/dwr-20-reverse-ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dwr-20-reverse-ajax</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: CometDude</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-275158</link>
		<dc:creator>CometDude</dc:creator>
		<pubDate>Thu, 20 Aug 2009 23:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-275158</guid>
		<description>@newbie: Try &lt;a href=&quot;http://www.stream-hub.com&quot; rel=&quot;nofollow&quot;&gt;StreamHub Reverse Ajax Server&lt;/a&gt; - it uses true push.</description>
		<content:encoded><![CDATA[<p>@newbie: Try <a href="http://www.stream-hub.com" rel="nofollow">StreamHub Reverse Ajax Server</a> &#8211; it uses true push.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-203499</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Thu, 23 Nov 2006 04:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-203499</guid>
		<description>so..can the dwr provide me with the true push just like lightstreamer?i don&#039;t want my client  keep requesting my server for new updates</description>
		<content:encoded><![CDATA[<p>so..can the dwr provide me with the true push just like lightstreamer?i don&#8217;t want my client  keep requesting my server for new updates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techhawking &#187; Blog Archive &#187; The RAJAX framework (Reverse AJAX)</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-194171</link>
		<dc:creator>Techhawking &#187; Blog Archive &#187; The RAJAX framework (Reverse AJAX)</dc:creator>
		<pubDate>Sun, 19 Nov 2006 07:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-194171</guid>
		<description>[...] http://ajaxian.com/archives/dwr-20-reverse-ajax [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://ajaxian.com/archives/dwr-20-reverse-ajax" rel="nofollow">http://ajaxian.com/archives/dwr-20-reverse-ajax</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Irving Lv</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-82648</link>
		<dc:creator>Irving Lv</dc:creator>
		<pubDate>Mon, 04 Sep 2006 03:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-82648</guid>
		<description>It says DWR2.0 uses Comet as default, but when I test the Chat demo I find that it also polls the server although at a relative long interval. I am not very clear about how DWR implement the Comet mechanism, is Comet means a long interval polling or a tradeoff between polling and long-lived http connection?</description>
		<content:encoded><![CDATA[<p>It says DWR2.0 uses Comet as default, but when I test the Chat demo I find that it also polls the server although at a relative long interval. I am not very clear about how DWR implement the Comet mechanism, is Comet means a long interval polling or a tradeoff between polling and long-lived http connection?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Johnson</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-10270</link>
		<dc:creator>Aaron Johnson</dc:creator>
		<pubDate>Thu, 18 May 2006 08:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-10270</guid>
		<description>&lt;strong&gt;Links: 5-17-2006&lt;/strong&gt;

 Ajaxian Â» DWR 2.0: Reverse Ajax Prediction: reverse ajax (I prefer rajax) will be big... and hard on servers. (categories: ajax rajax )...</description>
		<content:encoded><![CDATA[<p><strong>Links: 5-17-2006</strong></p>
<p> Ajaxian Â» DWR 2.0: Reverse Ajax Prediction: reverse ajax (I prefer rajax) will be big&#8230; and hard on servers. (categories: ajax rajax )&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-8076</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Thu, 27 Apr 2006 20:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-8076</guid>
		<description>Has anybody got this working? If yes, do you use &quot;polling&quot; or &quot;comet&quot;
setting? I don&#039;t see any documentation on usage of these except for Chat example which uses &quot;polling&quot; setting. As per my experience, it sometimes work, sometimes doesn&#039;t - pretty unreliable.

So far, I have not been able to get it working with &quot;_pollComet&quot;. Any body had better luck than me? Pls let me know if so.</description>
		<content:encoded><![CDATA[<p>Has anybody got this working? If yes, do you use &#8220;polling&#8221; or &#8220;comet&#8221;<br />
setting? I don&#8217;t see any documentation on usage of these except for Chat example which uses &#8220;polling&#8221; setting. As per my experience, it sometimes work, sometimes doesn&#8217;t &#8211; pretty unreliable.</p>
<p>So far, I have not been able to get it working with &#8220;_pollComet&#8221;. Any body had better luck than me? Pls let me know if so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ãƒ©ã‚¯ãƒ©ã‚¯æ—¥è¨˜</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-7885</link>
		<dc:creator>ãƒ©ã‚¯ãƒ©ã‚¯æ—¥è¨˜</dc:creator>
		<pubDate>Wed, 26 Apr 2006 08:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-7885</guid>
		<description>&lt;strong&gt;A new concept - REVERSE AJAX&lt;/strong&gt;

æ–°ã—ã„ã‚³ãƒ³ã‚»ãƒ—ãƒˆã‚’å‹‰å¼·ã—ãŸã€‚

Reverse Ajax
Comet Queryies

Reverse Ajaxã®æ„å‘³ã¯Ajaxianã‹ã‚‰ã®èª¬æ˜Žã‚’è¦‹ã‚Œã°åˆ†ã‹ã‚‹ã¨æ€ã†ã€‚
The big new feature is Reverse Ajax: DWR 1.x allowed you to asynchronously call Java code from Java...</description>
		<content:encoded><![CDATA[<p><strong>A new concept &#8211; REVERSE AJAX</strong></p>
<p>æ–°ã—ã„ã‚³ãƒ³ã‚»ãƒ—ãƒˆã‚’å‹‰å¼·ã—ãŸã€‚</p>
<p>Reverse Ajax<br />
Comet Queryies</p>
<p>Reverse Ajaxã®æ„å‘³ã¯Ajaxianã‹ã‚‰ã®èª¬æ˜Žã‚’è¦‹ã‚Œã°åˆ†ã‹ã‚‹ã¨æ€ã†ã€‚<br />
The big new feature is Reverse Ajax: DWR 1.x allowed you to asynchronously call Java code from Java&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-7025</link>
		<dc:creator>Gonzalo</dc:creator>
		<pubDate>Sun, 16 Apr 2006 20:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-7025</guid>
		<description>So... &quot;the process of using either polling or a long lived connection (&lt;em&gt;Comet&lt;/em&gt;)&quot;... why the need to rename it as &quot;Reverse AJAX&quot; other than the cool sound of it? ;)</description>
		<content:encoded><![CDATA[<p>So&#8230; &#8220;the process of using either polling or a long lived connection (<em>Comet</em>)&#8221;&#8230; why the need to rename it as &#8220;Reverse AJAX&#8221; other than the cool sound of it? ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HU YIQUN</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6730</link>
		<dc:creator>HU YIQUN</dc:creator>
		<pubDate>Thu, 13 Apr 2006 15:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6730</guid>
		<description>To pplante - As mentioned in this post, both polling and Comet are sopported. If you use the polling mode, it means you keep requesting server at some interval. That&#039;s the way you said like everything in the web2.0 done. But if you use Comet mode, then it&#039;s like server-push technique. Please refer to &lt;a href=&#039;http://alex.dojotoolkit.org/?p=545&#039; title=&#039;Comet&#039; rel=&quot;nofollow&quot;&gt;Comet&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>To pplante &#8211; As mentioned in this post, both polling and Comet are sopported. If you use the polling mode, it means you keep requesting server at some interval. That&#8217;s the way you said like everything in the web2.0 done. But if you use Comet mode, then it&#8217;s like server-push technique. Please refer to <a href='http://alex.dojotoolkit.org/?p=545' title='Comet' rel="nofollow">Comet</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6726</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 13 Apr 2006 14:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6726</guid>
		<description>&lt;blockquote cite=&quot;Phill Kenoyer&quot;&gt;Iâ€™m using sockets for my realtime systems. Currently Iâ€™m using Flash8 (AFLAX). What Iâ€™m running into is that a lot of MSIE users canâ€™t get Flash 8 to install. About 1 out of 5 right now. I tried some Java applets to do sockets, but I couldnâ€™t get that to work across platforms too well (again MSIE).&lt;/blockquote&gt;
Developing and deploying eLearning encounters the same types of hurdles.  You *want* to use the latest and greatest technology but some of your audience just doesn&#039;t have it...nor are they able to install it.  The &#039;live&#039; connection between the eLearning course and the server is typically through a java applet that has an open socket connection to the server and a javascript API that makes calls to the applet for storing/retrieving information.  The trouble is the JRE.  If the user has a version that&#039;s too old, they have to download and install a new one, etc etc.

I feel your pain....</description>
		<content:encoded><![CDATA[<blockquote cite="Phill Kenoyer"><p>Iâ€™m using sockets for my realtime systems. Currently Iâ€™m using Flash8 (AFLAX). What Iâ€™m running into is that a lot of MSIE users canâ€™t get Flash 8 to install. About 1 out of 5 right now. I tried some Java applets to do sockets, but I couldnâ€™t get that to work across platforms too well (again MSIE).</p></blockquote>
<p>Developing and deploying eLearning encounters the same types of hurdles.  You *want* to use the latest and greatest technology but some of your audience just doesn&#8217;t have it&#8230;nor are they able to install it.  The &#8216;live&#8217; connection between the eLearning course and the server is typically through a java applet that has an open socket connection to the server and a javascript API that makes calls to the applet for storing/retrieving information.  The trouble is the JRE.  If the user has a version that&#8217;s too old, they have to download and install a new one, etc etc.</p>
<p>I feel your pain&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Mix &#187; Blog Archive &#187; Asynch updates == execute JavaScript from your server</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6696</link>
		<dc:creator>Neil Mix &#187; Blog Archive &#187; Asynch updates == execute JavaScript from your server</dc:creator>
		<pubDate>Wed, 12 Apr 2006 23:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6696</guid>
		<description>[...] I see that a new version of DWR has been released. And it sounds very familiar for some reason. [...]</description>
		<content:encoded><![CDATA[<p>[...] I see that a new version of DWR has been released. And it sounds very familiar for some reason. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill Kenoyer</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6694</link>
		<dc:creator>Phill Kenoyer</dc:creator>
		<pubDate>Wed, 12 Apr 2006 23:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6694</guid>
		<description>I&#039;m using sockets for my realtime systems.  Currently I&#039;m using Flash8 (AFLAX).  What I&#039;m running into is that a lot of MSIE users can&#039;t get Flash 8 to install.  About 1 out of 5 right now.  I tried some Java applets to do sockets, but I couldn&#039;t get that to work across platforms too well (again  MSIE).</description>
		<content:encoded><![CDATA[<p>I&#8217;m using sockets for my realtime systems.  Currently I&#8217;m using Flash8 (AFLAX).  What I&#8217;m running into is that a lot of MSIE users can&#8217;t get Flash 8 to install.  About 1 out of 5 right now.  I tried some Java applets to do sockets, but I couldn&#8217;t get that to work across platforms too well (again  MSIE).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Roussey</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6690</link>
		<dc:creator>Steven Roussey</dc:creator>
		<pubDate>Wed, 12 Apr 2006 22:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6690</guid>
		<description>pplante -- you aren&#039;t quite getting it right. Their system keeps a socket open indefinately. Think of each client as slowly loading content from the server and displaying it progressively. Except that the data can trickel in over hours. Then you have a server process-to-process communication so that all the other processes that you might want to notify start downloading a more information. This won&#039;t work with PHP, etc., since they don&#039;t have process-to-process communication, and it won&#039;t work with HttpXmlObject (as far as I know, since most don&#039;t implement multi-part-mime needed to make this work), but it will work with Java and Iframes.</description>
		<content:encoded><![CDATA[<p>pplante &#8212; you aren&#8217;t quite getting it right. Their system keeps a socket open indefinately. Think of each client as slowly loading content from the server and displaying it progressively. Except that the data can trickel in over hours. Then you have a server process-to-process communication so that all the other processes that you might want to notify start downloading a more information. This won&#8217;t work with PHP, etc., since they don&#8217;t have process-to-process communication, and it won&#8217;t work with HttpXmlObject (as far as I know, since most don&#8217;t implement multi-part-mime needed to make this work), but it will work with Java and Iframes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phill Kenoyer</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6667</link>
		<dc:creator>Phill Kenoyer</dc:creator>
		<pubDate>Wed, 12 Apr 2006 18:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6667</guid>
		<description>I would think that the only way to do &quot;Reverse AJAX&quot; is to use a socket connection back to the server.  No?</description>
		<content:encoded><![CDATA[<p>I would think that the only way to do &#8220;Reverse AJAX&#8221; is to use a socket connection back to the server.  No?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pplante</title>
		<link>http://ajaxian.com/archives/dwr-20-reverse-ajax/comment-page-1#comment-6658</link>
		<dc:creator>pplante</dc:creator>
		<pubDate>Wed, 12 Apr 2006 18:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/dwr-20-reverse-ajax#comment-6658</guid>
		<description>Maybe I am just not understanding this concept right.  But I do not see how this can be called &quot;Reverse AJAX&quot; when all it seems to do is have the client javascript keep calling the server, so that when the server has a new update the client can receieve it.

If thats all this does then I don&#039;t really think its &quot;Reverse AJAX.&quot;  Its just a client-server events system, but like everything else in the web 2.0 world we have to give this an improper name so that way it seems revolutionary or cool.</description>
		<content:encoded><![CDATA[<p>Maybe I am just not understanding this concept right.  But I do not see how this can be called &#8220;Reverse AJAX&#8221; when all it seems to do is have the client javascript keep calling the server, so that when the server has a new update the client can receieve it.</p>
<p>If thats all this does then I don&#8217;t really think its &#8220;Reverse AJAX.&#8221;  Its just a client-server events system, but like everything else in the web 2.0 world we have to give this an improper name so that way it seems revolutionary or cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

