<?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 for Nicolas ColomerNicolas Colomer</title>
	<atom:link href="http://www.ncolomer.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ncolomer.net</link>
	<description>From lorem to ipsum</description>
	<lastBuildDate>Wed, 03 Oct 2012 12:30:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Generate and use a Google Maps debug API key by Wellesly</title>
		<link>http://www.ncolomer.net/2011/03/generate-and-use-a-google-map-debug-api-key/#comment-653</link>
		<dc:creator>Wellesly</dc:creator>
		<pubDate>Wed, 03 Oct 2012 12:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/blog/?p=12#comment-653</guid>
		<description><![CDATA[I really recommend this site for those who work with eclipse in mac os. Excellent explanation! Keep it up!]]></description>
		<content:encoded><![CDATA[<p>I really recommend this site for those who work with eclipse in mac os. Excellent explanation! Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Nicolas Colomer</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-647</link>
		<dc:creator>Nicolas Colomer</dc:creator>
		<pubDate>Wed, 08 Aug 2012 20:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-647</guid>
		<description><![CDATA[Hi Frank,
I succeed to reproduce the issue and get some NPE and ISE server-side using IE. However, as mentioned in &lt;a href=&quot;https://github.com/Atmosphere/atmosphere/wiki/Tomcat-WebSockets-issues-and-workaround&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; wiki page, Tomcat 7.0.27+ is not yet fully supported by Atmosphere.
This is due to the youth (and related issues) of the Tomcat&#039;s WebSocket implementation. Please refer to the link above to get some workarounds.]]></description>
		<content:encoded><![CDATA[<p>Hi Frank,<br />
I succeed to reproduce the issue and get some NPE and ISE server-side using IE. However, as mentioned in <a href="https://github.com/Atmosphere/atmosphere/wiki/Tomcat-WebSockets-issues-and-workaround" rel="nofollow">this</a> wiki page, Tomcat 7.0.27+ is not yet fully supported by Atmosphere.<br />
This is due to the youth (and related issues) of the Tomcat&#8217;s WebSocket implementation. Please refer to the link above to get some workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Nicolas Colomer</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-646</link>
		<dc:creator>Nicolas Colomer</dc:creator>
		<pubDate>Wed, 08 Aug 2012 14:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-646</guid>
		<description><![CDATA[Hi Arvin,
Just &lt;code&gt;git clone&lt;/code&gt; the project and run &lt;code&gt;mvn package&lt;/code&gt; to generate a war file (You need both &lt;a href=&quot;http://git-scm.com/&quot; rel=&quot;nofollow&quot;&gt;Git&lt;/a&gt; and &lt;a href=&quot;http://maven.apache.org/&quot; rel=&quot;nofollow&quot;&gt;Maven&lt;/a&gt;).
I never used GlassFish but I suppose you just have to put the generated war somewhere in the GlassFish&#039;s hierarchy (as the webapps/ directory for Tomcat).
If you are looking for a simpler way, just run &lt;code&gt;mvn jetty:run&lt;/code&gt; as described in the &lt;a href=&quot;https://github.com/ncolomer/MapPush/blob/master/README.md&quot; rel=&quot;nofollow&quot;&gt;readme&lt;/a&gt; to start a Jetty container with a running MapPush instance.]]></description>
		<content:encoded><![CDATA[<p>Hi Arvin,<br />
Just <code>git clone</code> the project and run <code>mvn package</code> to generate a war file (You need both <a href="http://git-scm.com/" rel="nofollow">Git</a> and <a href="http://maven.apache.org/" rel="nofollow">Maven</a>).<br />
I never used GlassFish but I suppose you just have to put the generated war somewhere in the GlassFish&#8217;s hierarchy (as the webapps/ directory for Tomcat).<br />
If you are looking for a simpler way, just run <code>mvn jetty:run</code> as described in the <a href="https://github.com/ncolomer/MapPush/blob/master/README.md" rel="nofollow">readme</a> to start a Jetty container with a running MapPush instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Arvin</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-645</link>
		<dc:creator>Arvin</dc:creator>
		<pubDate>Wed, 08 Aug 2012 10:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-645</guid>
		<description><![CDATA[Hi,Nicolas

I&#039;m a student from Taiwan, I&#039;m very newbie in Atmosphere and glassfish

just want to say thank you for this tutorial. 

and that&#039;s one more thing I want to ask,  I tried to run this on GlassFishv3
could you give me some advice?  it seems like need some maven plugin to use glassfish?

it will be very appreciated if you can help!

thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,Nicolas</p>
<p>I&#8217;m a student from Taiwan, I&#8217;m very newbie in Atmosphere and glassfish</p>
<p>just want to say thank you for this tutorial. </p>
<p>and that&#8217;s one more thing I want to ask,  I tried to run this on GlassFishv3<br />
could you give me some advice?  it seems like need some maven plugin to use glassfish?</p>
<p>it will be very appreciated if you can help!</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Frank</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-455</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 18 Jul 2012 23:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-455</guid>
		<description><![CDATA[I try to deploy to tomcat 7.0.27 and tomcat7.0.29 both FF/Chrome work fine, but IE 8 &amp; 9 does not work. IE sends message back to server, but IE could not get back message from server. IE sends message to server, and server can send message to FF/Chrome, but not IE.]]></description>
		<content:encoded><![CDATA[<p>I try to deploy to tomcat 7.0.27 and tomcat7.0.29 both FF/Chrome work fine, but IE 8 &amp; 9 does not work. IE sends message back to server, but IE could not get back message from server. IE sends message to server, and server can send message to FF/Chrome, but not IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by JP SIngh</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-340</link>
		<dc:creator>JP SIngh</dc:creator>
		<pubDate>Wed, 11 Jul 2012 00:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-340</guid>
		<description><![CDATA[Awesome work Nicolas. All good. 

Appreciate your help.

Cheers
JP]]></description>
		<content:encoded><![CDATA[<p>Awesome work Nicolas. All good. </p>
<p>Appreciate your help.</p>
<p>Cheers<br />
JP</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Nicolas Colomer</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-337</link>
		<dc:creator>Nicolas Colomer</dc:creator>
		<pubDate>Tue, 10 Jul 2012 21:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-337</guid>
		<description><![CDATA[Hi JP, thanks for your feedback!
According to a recent @jfarcand&#039;s &lt;a href=&quot;https://twitter.com/jfarcand/status/222275990326484992&quot; rel=&quot;nofollow&quot;&gt;tweet&lt;/a&gt;, Tomcat &lt;em&gt;7.0.29&lt;/em&gt; release brings some backward incompatibilities on its WebSocket API (WebSocket implementation is still new in Tomcat). Hopefully, the latest version of Atmosphere handles this perfectly. 
After succeeding in reproduce the problem, I updated the Atmosphere dependency from &lt;em&gt;0.9.1&lt;/em&gt; to &lt;em&gt;0.9.7&lt;/em&gt; and finally made it run as expected. Just &lt;code&gt;git pull&lt;/code&gt; and redeploy on your Tomcat ;)]]></description>
		<content:encoded><![CDATA[<p>Hi JP, thanks for your feedback!<br />
According to a recent @jfarcand&#8217;s <a href="https://twitter.com/jfarcand/status/222275990326484992" rel="nofollow">tweet</a>, Tomcat <em>7.0.29</em> release brings some backward incompatibilities on its WebSocket API (WebSocket implementation is still new in Tomcat). Hopefully, the latest version of Atmosphere handles this perfectly.<br />
After succeeding in reproduce the problem, I updated the Atmosphere dependency from <em>0.9.1</em> to <em>0.9.7</em> and finally made it run as expected. Just <code>git pull</code> and redeploy on your Tomcat <img src='http://www.ncolomer.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by JP Singh</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-336</link>
		<dc:creator>JP Singh</dc:creator>
		<pubDate>Tue, 10 Jul 2012 14:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-336</guid>
		<description><![CDATA[Hi Nicolas,

Thanks for sharing your work. 

I&#039;m experiencing some issue, Just wondering if you can help:

I have deployed the application on jetty server 8. All works fine. No issues. 
Now I&#039;m trying to deploy the same app on Tomcat 7.0.29. When i try to press the Connect button on the UI, in the firebug I can see the following:
Message Received using websocket: java.lang.NumberFormatException: empty String
scripts.js (line 156)

Tomcat logs has the following:
23:50:02.833 [http-bio-8080-exec-6] WARN  o.a.w.protocol.SimpleHttpProtocol - St
atus code higher than 400 Status 400 Message OK
23:50:02.833 [http-bio-8080-exec-6] WARN  o.a.w.protocol.SimpleHttpProtocol - No
 AtmosphereResource has been suspended. The WebSocket will be closed:  /MapPush/
api Status 400 Message OK

Can you please advise?
Thanks
JP]]></description>
		<content:encoded><![CDATA[<p>Hi Nicolas,</p>
<p>Thanks for sharing your work. </p>
<p>I&#8217;m experiencing some issue, Just wondering if you can help:</p>
<p>I have deployed the application on jetty server 8. All works fine. No issues.<br />
Now I&#8217;m trying to deploy the same app on Tomcat 7.0.29. When i try to press the Connect button on the UI, in the firebug I can see the following:<br />
Message Received using websocket: java.lang.NumberFormatException: empty String<br />
scripts.js (line 156)</p>
<p>Tomcat logs has the following:<br />
23:50:02.833 [http-bio-8080-exec-6] WARN  o.a.w.protocol.SimpleHttpProtocol &#8211; St<br />
atus code higher than 400 Status 400 Message OK<br />
23:50:02.833 [http-bio-8080-exec-6] WARN  o.a.w.protocol.SimpleHttpProtocol &#8211; No<br />
 AtmosphereResource has been suspended. The WebSocket will be closed:  /MapPush/<br />
api Status 400 Message OK</p>
<p>Can you please advise?<br />
Thanks<br />
JP</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Nicolas Colomer</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-335</link>
		<dc:creator>Nicolas Colomer</dc:creator>
		<pubDate>Fri, 29 Jun 2012 12:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-335</guid>
		<description><![CDATA[Hi Yannick,
I&#039;m surprised you had to change the line &lt;a href=&quot;https://github.com/ncolomer/MapPush/blob/stable-3/src/main/webapp/js/scripts.js#L163&quot; rel=&quot;nofollow&quot;&gt;#163&lt;/a&gt; of &lt;code&gt;script.js&lt;/code&gt;: according to the 0.9 migration note (see &lt;a href=&quot;http://jfarcand.wordpress.com/2012/04/12/atmosphere-9-9-9-9-released-tomcatglassfish-websocket-netty-framework-hazelcast-fluid-api-jquery-optimization/&quot; rel=&quot;nofollow&quot;&gt;this article&lt;/a&gt;), the right method signature is now &lt;code&gt;socket.subscribe(request)&lt;/code&gt;.
I also checked the Atmosphere / GlassFish compatibility: the &lt;code&gt;atmosphere-runtime&lt;/code&gt; dependency pulls by default the &lt;code&gt;atmoshpere-compat-tomcat7&lt;/code&gt; jar (see this &lt;a href=&quot;https://groups.google.com/forum/?fromgroups#!topic/atmosphere-framework/zfptiESOA68&quot; rel=&quot;nofollow&quot;&gt;thread&lt;/a&gt;), so this should not be the issue.]]></description>
		<content:encoded><![CDATA[<p>Hi Yannick,<br />
I&#8217;m surprised you had to change the line <a href="https://github.com/ncolomer/MapPush/blob/stable-3/src/main/webapp/js/scripts.js#L163" rel="nofollow">#163</a> of <code>script.js</code>: according to the 0.9 migration note (see <a href="http://jfarcand.wordpress.com/2012/04/12/atmosphere-9-9-9-9-released-tomcatglassfish-websocket-netty-framework-hazelcast-fluid-api-jquery-optimization/" rel="nofollow">this article</a>), the right method signature is now <code>socket.subscribe(request)</code>.<br />
I also checked the Atmosphere / GlassFish compatibility: the <code>atmosphere-runtime</code> dependency pulls by default the <code>atmoshpere-compat-tomcat7</code> jar (see this <a href="https://groups.google.com/forum/?fromgroups#!topic/atmosphere-framework/zfptiESOA68" rel="nofollow">thread</a>), so this should not be the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comet/WebSocket? Introducing the Atmosphere framework by Yannick</title>
		<link>http://www.ncolomer.net/2012/03/cometwebsocket-introducing-the-atmosphere-framework/#comment-334</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Fri, 29 Jun 2012 09:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.colomern.net/?p=352#comment-334</guid>
		<description><![CDATA[Hey, thanks for this tutorial. I tried to run this on GlassFish B23, I had to change the script.js line 163 to socket = $.atmosphere.subscribe(apiUrl, null, request); but when connecting, this error is sent : GRAVE: 14840 [http-thread-pool-8080(1)] WARN org.atmosphere.container.GlassFishWebSocketSupport - failed to connect to web socket...but WebSocket are enabled in my Glassfish (checked in domain.xml)...any idea ?]]></description>
		<content:encoded><![CDATA[<p>Hey, thanks for this tutorial. I tried to run this on GlassFish B23, I had to change the script.js line 163 to socket = $.atmosphere.subscribe(apiUrl, null, request); but when connecting, this error is sent : GRAVE: 14840 [http-thread-pool-8080(1)] WARN org.atmosphere.container.GlassFishWebSocketSupport &#8211; failed to connect to web socket&#8230;but WebSocket are enabled in my Glassfish (checked in domain.xml)&#8230;any idea ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
