<?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: Create reverse Ajax Web-Applications with DWR and NetBeans</title>
	<atom:link href="http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/</link>
	<description>Under development by Siegfried Bolz</description>
	<pubDate>Sun, 05 Feb 2012 09:46:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Timothy Wong</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-244</link>
		<dc:creator>Timothy Wong</dc:creator>
		<pubDate>Mon, 01 Feb 2010 09:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-244</guid>
		<description>Thanks for the tutorial. It is very useful and helpful. But I found one issue,

In IE, the data can be updated only when the sendStocks() is completed. That means users need to wait and wait, and the data is updated with whole table.

But in Firefox, the data can be updated individually. Do you have any ideas on it?

Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. It is very useful and helpful. But I found one issue,</p>
<p>In IE, the data can be updated only when the sendStocks() is completed. That means users need to wait and wait, and the data is updated with whole table.</p>
<p>But in Firefox, the data can be updated individually. Do you have any ideas on it?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geek.shrek</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-185</link>
		<dc:creator>geek.shrek</dc:creator>
		<pubDate>Sun, 27 Sep 2009 22:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-185</guid>
		<description>Hi,

Thanks for tutorial :) It's a very good tutorial, it's really help me a lot to understand this process.

I'm trying to run the example using IE 8 and Firefox 3.5.3
But unfortunately I can't get the stock value, it keep at status "wait".

Is there any settings that I need to do for this two browsers?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for tutorial :) It&#8217;s a very good tutorial, it&#8217;s really help me a lot to understand this process.</p>
<p>I&#8217;m trying to run the example using IE 8 and Firefox 3.5.3<br />
But unfortunately I can&#8217;t get the stock value, it keep at status &#8220;wait&#8221;.</p>
<p>Is there any settings that I need to do for this two browsers?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-181</link>
		<dc:creator>Manu</dc:creator>
		<pubDate>Wed, 26 Aug 2009 11:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-181</guid>
		<description>Hello, do you now if I can send information to browsers from a background processes (e.g batch processes, daemon, etc) ?</description>
		<content:encoded><![CDATA[<p>Hello, do you now if I can send information to browsers from a background processes (e.g batch processes, daemon, etc) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soham Sengupta</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-174</link>
		<dc:creator>Soham Sengupta</dc:creator>
		<pubDate>Fri, 24 Jul 2009 07:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-174</guid>
		<description>Greetings! I could not find the .js files in the war file that is available for download. May I expect a reply?
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Greetings! I could not find the .js files in the war file that is available for download. May I expect a reply?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ffrreeaakk</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-130</link>
		<dc:creator>ffrreeaakk</dc:creator>
		<pubDate>Fri, 23 Jan 2009 20:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-130</guid>
		<description>I have similar problem as Darren. It doesn't seem to work but after 20-30 seconds all values appear immediately. No intervals.
Even after commenting  Thread.sleep(1000);  it takes so long.
Using Netbeans 6.5 and Opera 9.62 &#38; Opera 10beta</description>
		<content:encoded><![CDATA[<p>I have similar problem as Darren. It doesn&#8217;t seem to work but after 20-30 seconds all values appear immediately. No intervals.<br />
Even after commenting  Thread.sleep(1000);  it takes so long.<br />
Using Netbeans 6.5 and Opera 9.62 &amp; Opera 10beta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-106</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 15 Dec 2008 09:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-106</guid>
		<description>Nice project, learned a lot dwr since I first implemented it.

I found out why it does not work on IE, the problem on IE is that you cannot change tables content via innerHTML.
It gives Unknown Runtime Error.

You did not receive any error because you did not change the table through it's ID but you tried to change the td tag. td is under table tag so probably it end up with same issue but without displaying the error.

Try to get rid of the table and use div,... or create the whole string table and assign to a div innerHTML, something like this:
-&#62; in jsp page:
&#60;div id="stocks_table"&#62;&#60;/div&#62;
-&#62; in java servlet:
utilAll.setValue("stocks_table","&#60;table&#62;&#60;tr&#62;&#60;td&#62;"+Value+"&#60;/td&#62;&#60;/tr&#62;" + another_tr... and so on +"&#60;/table&#62;");

Regards,
Bogdan</description>
		<content:encoded><![CDATA[<p>Nice project, learned a lot dwr since I first implemented it.</p>
<p>I found out why it does not work on IE, the problem on IE is that you cannot change tables content via innerHTML.<br />
It gives Unknown Runtime Error.</p>
<p>You did not receive any error because you did not change the table through it&#8217;s ID but you tried to change the td tag. td is under table tag so probably it end up with same issue but without displaying the error.</p>
<p>Try to get rid of the table and use div,&#8230; or create the whole string table and assign to a div innerHTML, something like this:<br />
-&gt; in jsp page:<br />
&lt;div id=&#8221;stocks_table&#8221;&gt;&lt;/div&gt;<br />
-&gt; in java servlet:<br />
utilAll.setValue(&#8221;stocks_table&#8221;,&#8221;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&#8221;+Value+&#8221;&lt;/td&gt;&lt;/tr&gt;&#8221; + another_tr&#8230; and so on +&#8221;&lt;/table&gt;&#8221;);</p>
<p>Regards,<br />
Bogdan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeanette</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-105</link>
		<dc:creator>Jeanette</dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-105</guid>
		<description>Hello Siegfried,

Finally....after searching the web for hours, for a good AJAX push tutorial, I found yours..
I'm at my last semester of Advanced Computer Studies, and I’m a week away from handing in my final rapport. Your step-by-step tutorial was easy to read and use.

I have tried a lot of other tutorials, it seems like you just know a bit too little, or there is missing some information, that is apparently obvious to everyone but you, and the result is that it doesn't work, and you have learned nothing.

So thank You, from me and other noobs like me.
It was just what I needed to top off my rapport, I'll make sure to give You credit in the rapport.

By the way, I would like it to push data without clicking the button, so I put the getStocks() function in the body onload:



It seems to work, but not always...sometimes you need to open another window, and then the first window works!!!

Is there a better way to do it?</description>
		<content:encoded><![CDATA[<p>Hello Siegfried,</p>
<p>Finally&#8230;.after searching the web for hours, for a good AJAX push tutorial, I found yours..<br />
I&#8217;m at my last semester of Advanced Computer Studies, and I’m a week away from handing in my final rapport. Your step-by-step tutorial was easy to read and use.</p>
<p>I have tried a lot of other tutorials, it seems like you just know a bit too little, or there is missing some information, that is apparently obvious to everyone but you, and the result is that it doesn&#8217;t work, and you have learned nothing.</p>
<p>So thank You, from me and other noobs like me.<br />
It was just what I needed to top off my rapport, I&#8217;ll make sure to give You credit in the rapport.</p>
<p>By the way, I would like it to push data without clicking the button, so I put the getStocks() function in the body onload:</p>
<p>It seems to work, but not always&#8230;sometimes you need to open another window, and then the first window works!!!</p>
<p>Is there a better way to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried Bolz</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-104</link>
		<dc:creator>Siegfried Bolz</dc:creator>
		<pubDate>Tue, 09 Sep 2008 08:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-104</guid>
		<description>Hi Darren,
try to run this application with different browsers like Firefox and Opera.</description>
		<content:encoded><![CDATA[<p>Hi Darren,<br />
try to run this application with different browsers like Firefox and Opera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-103</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Mon, 08 Sep 2008 15:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-103</guid>
		<description>Hi,

I tried your example and get it to compile and load the web page but the stock value does not change or update simply says wait.

thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried your example and get it to compile and load the web page but the stock value does not change or update simply says wait.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siegfried Bolz</title>
		<link>http://blog.jdevelop.eu/2008/04/09/create-reverse-ajax-web-applications-with-dwr-and-netbeans/comment-page-1/#comment-102</link>
		<dc:creator>Siegfried Bolz</dc:creator>
		<pubDate>Tue, 05 Aug 2008 20:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jdevelop.eu/?p=92#comment-102</guid>
		<description>I have commented out the method and i can't get any results. Must be some kind of cache mismatch. Sorry, i don't know what could be the problem.</description>
		<content:encoded><![CDATA[<p>I have commented out the method and i can&#8217;t get any results. Must be some kind of cache mismatch. Sorry, i don&#8217;t know what could be the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

