1
vote
1answer
182 views

HTML5 Server sent events and multiple clients (without using Comet)

I have a usecase for which I would like to know if HTML5's Server-sent-Events is suitable. Multiple clients (Javascript+HTML5 browsers) connect to the web server (with a Java EE backend). Each client ...
0
votes
1answer
100 views

Spring 3 + atmosphere - type AtmosphereResource is not generic

I am getting Error of (The type AtmosphereResource is not generic; it cannot be parameterized with arguments ) during implementation of the following method in my spring 3 controller. ...
0
votes
1answer
38 views

AtmosphereHandler is guaranteed to preserve the instance?

I'm using AtmosphereFramework's WebSockets, i've got a class annotated like this: @WebSocketHandlerService(path = "/gts") public class GameSocket extends WebSocketHandlerAdapter { @Override void ...
0
votes
1answer
64 views

Accessing client IP using Atmosphere Framework

There is a way to access client's IP using the Atmosphere Framework's AtmosphereResource or WebSocket?
0
votes
0answers
38 views

How can I get these sample applications from github to work in Netbeans/Glassfish?

I need to use the Atmosphere framework for a web app that will make heavy use of websockets. All I want to do is run through all the samples and see how they work but I can't do that because I can't ...
1
vote
1answer
69 views

Why am I getting this dependency resolution error in my pom.xml?

I am getting the following error when I try and build my web app - Failed to execute goal on project MyApp: Could not resolve dependencies for project com.myapp:MyApp:war:1.0-SNAPSHOT: Could ...