<?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 Dojo Comet Tutorial</title>
	<atom:link href="http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/</link>
	<description>Chunky bacon!!</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mahesh</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-2269</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Tue, 17 May 2011 12:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-2269</guid>
		<description>Where’s the source code for ContinuationCometdServlet ?
--&gt;
class file available in cometd-bayeux-6.1.8.jar

try to download from http://www.jarfinder.com/index.php/jars/versionInfo/31327

and also search @ url
http://docs.codehaus.org/display/JETTY/Downloading+Jetty</description>
		<content:encoded><![CDATA[<p>Where’s the source code for ContinuationCometdServlet ?<br />
&#8211;&gt;<br />
class file available in cometd-bayeux-6.1.8.jar</p>
<p>try to download from <a href="http://www.jarfinder.com/index.php/jars/versionInfo/31327" rel="nofollow">http://www.jarfinder.com/index.php/jars/versionInfo/31327</a></p>
<p>and also search @ url<br />
<a href="http://docs.codehaus.org/display/JETTY/Downloading+Jetty" rel="nofollow">http://docs.codehaus.org/display/JETTY/Downloading+Jetty</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudhir</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-2264</link>
		<dc:creator>sudhir</dc:creator>
		<pubDate>Thu, 12 May 2011 13:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-2264</guid>
		<description>Where&#039;s the source code for ContinuationCometdServlet ?</description>
		<content:encoded><![CDATA[<p>Where&#8217;s the source code for ContinuationCometdServlet ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Computer Programming Tutorials</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-265</link>
		<dc:creator>Computer Programming Tutorials</dc:creator>
		<pubDate>Sat, 07 Aug 2010 06:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-265</guid>
		<description>Good stuff on ajax dojo.</description>
		<content:encoded><![CDATA[<p>Good stuff on ajax dojo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeeCON 2010 &#8211; Review</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-264</link>
		<dc:creator>GeeCON 2010 &#8211; Review</dc:creator>
		<pubDate>Mon, 17 May 2010 15:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-264</guid>
		<description>[...] and Java Libraries shown. If interested, take a look at Atmosphere on java.net or the Dojo implementation which I&#8217;ve been reading about lately. (another nice link) All in all, it&#8217;s not quite [...]</description>
		<content:encoded><![CDATA[<p>[...] and Java Libraries shown. If interested, take a look at Atmosphere on java.net or the Dojo implementation which I&#8217;ve been reading about lately. (another nice link) All in all, it&#8217;s not quite [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-263</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 13 Mar 2009 05:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-263</guid>
		<description>I know this is an old thread, but I found this via google and it led me into a few hours of frustration, so I thought I&#039;d post an update.

I&#039;ve posted at http://www.dojotoolkit.org/forum/dojox-dojox/dojox-support/hello-world-cometd#comment-22834 with why the url.match function generates an error, and roughly how to fix it.  This tutorial is for an _old_ version of dojo and _will not work_ as it stands with today&#039;s release.

Sally: your wep application project should only have one WEB-INF folder.  If you don&#039;t know which WEB-INF folder you should put resources into, perhaps you should return to basic J2EE tutorials for your platform of choice?  I&#039;m using Eclipse and Glassfish, and my GlassfishTest project in Eclipse has a GlassfishTest/WebContent/WEB-INF folder, in which there is a &#039;lib&#039; folder, in which I put my cometd-api, cometd-bayeaux, jetty-util and so on jar files.  (the jetty one seems necessary for a reason I&#039;ve yet to fully figure out, it seems out of place as I&#039;m not deploying to Jetty!)

Other than the use of an obsolete dojo api, a very useful tutorial :)</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but I found this via google and it led me into a few hours of frustration, so I thought I&#8217;d post an update.</p>
<p>I&#8217;ve posted at <a href="http://www.dojotoolkit.org/forum/dojox-dojox/dojox-support/hello-world-cometd#comment-22834" rel="nofollow">http://www.dojotoolkit.org/forum/dojox-dojox/dojox-support/hello-world-cometd#comment-22834</a> with why the url.match function generates an error, and roughly how to fix it.  This tutorial is for an _old_ version of dojo and _will not work_ as it stands with today&#8217;s release.</p>
<p>Sally: your wep application project should only have one WEB-INF folder.  If you don&#8217;t know which WEB-INF folder you should put resources into, perhaps you should return to basic J2EE tutorials for your platform of choice?  I&#8217;m using Eclipse and Glassfish, and my GlassfishTest project in Eclipse has a GlassfishTest/WebContent/WEB-INF folder, in which there is a &#8216;lib&#8217; folder, in which I put my cometd-api, cometd-bayeaux, jetty-util and so on jar files.  (the jetty one seems necessary for a reason I&#8217;ve yet to fully figure out, it seems out of place as I&#8217;m not deploying to Jetty!)</p>
<p>Other than the use of an obsolete dojo api, a very useful tutorial <img src="http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif?9d7bd4" alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Server Push (aka Reverse AJAX) &#171; When IE meets SE&#8230;</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-262</link>
		<dc:creator>Using Server Push (aka Reverse AJAX) &#171; When IE meets SE&#8230;</dc:creator>
		<pubDate>Tue, 03 Mar 2009 00:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-262</guid>
		<description>[...] 1. Web 2.0 Techs - Comet (Reverse Ajax, Server-side Push) 2. Direct Web Remoting + Reverse AJAX 3. Ajax Dojo Comet Tutorial       [...]</description>
		<content:encoded><![CDATA[<p>[...] 1. Web 2.0 Techs &#8211; Comet (Reverse Ajax, Server-side Push) 2. Direct Web Remoting + Reverse AJAX 3. Ajax Dojo Comet Tutorial       [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ESME Mention in Keynote at &#8220;Open Source Meets Business&#8221; Conference : ESME</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-261</link>
		<dc:creator>ESME Mention in Keynote at &#8220;Open Source Meets Business&#8221; Conference : ESME</dc:creator>
		<pubDate>Sun, 08 Feb 2009 09:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-261</guid>
		<description>[...] at &#8220;Open Source Meets Business&#8221; (OSMB) conference. Take a look at Mark&#8217;s blog about his presentation (slides are here). The slides are interesting, because they describe the [...]</description>
		<content:encoded><![CDATA[<p>[...] at &#8220;Open Source Meets Business&#8221; (OSMB) conference. Take a look at Mark&#8217;s blog about his presentation (slides are here). The slides are interesting, because they describe the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shared Tutorials &#187; Blog Archive &#187; Ajax Dojo Comet Tutorial</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-260</link>
		<dc:creator>Shared Tutorials &#187; Blog Archive &#187; Ajax Dojo Comet Tutorial</dc:creator>
		<pubDate>Sun, 11 Jan 2009 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-260</guid>
		<description>[...] Ajax Dojo Comet Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajax Dojo Comet Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sally</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-259</link>
		<dc:creator>Sally</dc:creator>
		<pubDate>Sun, 30 Nov 2008 15:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-259</guid>
		<description>Hi, I&#039;m trying to get this example to work, and I&#039;m having trouble.  I have successfully installed tomcat and jetty, but I&#039;m not sure which WEB-INF to put the jar file into and which web.xml file to modify - there are about 20 different WEB-INF locations and about 7 different web.xml files on my computer.     I got dojo up and running, but without the comet enabled server, when I click on the click me button, nothing happens.

Thanks,
Sally</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to get this example to work, and I&#8217;m having trouble.  I have successfully installed tomcat and jetty, but I&#8217;m not sure which WEB-INF to put the jar file into and which web.xml file to modify &#8211; there are about 20 different WEB-INF locations and about 7 different web.xml files on my computer.     I got dojo up and running, but without the comet enabled server, when I click on the click me button, nothing happens.</p>
<p>Thanks,<br />
Sally</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Integration Patterns : ESME</title>
		<link>http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/#comment-258</link>
		<dc:creator>Integration Patterns : ESME</dc:creator>
		<pubDate>Sun, 26 Oct 2008 09:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://martin.ankerl.com/?p=92#comment-258</guid>
		<description>[...] messages based on tag-based filters. An integration via javascript-based scripts (for example, dojo) would allow use in most browser-based [...]</description>
		<content:encoded><![CDATA[<p>[...] messages based on tag-based filters. An integration via javascript-based scripts (for example, dojo) would allow use in most browser-based [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/3 queries in 0.528 seconds using disk: basic
Object Caching 436/437 objects using disk: basic

Served from: martin.ankerl.com @ 2012-02-08 22:17:18 -->
