Re: WebScokets GWT

2013-02-12 Thread Seamus McMorrow
I have used Atmosphere and have had it running successfully, perfectly on Tomcat 7.0.30+ It is a good framework if you want to support as many different clients, servers and protocols as possible, Just download the atmosphere-gwt-chat sample from maven, and drop it into your webapps folder.

WebScokets GWT

2013-02-11 Thread Maria Garcia
Hi all, I want to implement a simple sample with websockets in GWT but I don't know the best solution. I have cheked Atmostphere but I think it's quite complex... moreover, I can't execute de gwt-example.. Some advices will be helpful or a simple library... Regards, MarĂ­a PS. I also checked

Re: WebScokets GWT

2013-02-11 Thread Andy Stevko
I've had some success using the GWT/JMS/Stomp/WebSocket protocol stack which is built on Web Sockets. The Stomp WebSocket wrapper handles much of the complexity of streaming data over web sockets and maintaining the connection. http://code.google.com/p/gwt-stomp-jms/ On Mon, Feb 11, 2013 at 9:55