Tagged Questions
2
votes
1answer
384 views
Returning JSONP for a Suspended Atmosphere request
I have a servlet that has a suspending method and a broadcasting one:
@GET
@Path("/notification")
@Produces( { "application/x-javascript", MediaType.APPLICATION_JSON })
@Suspend
public ...
2
votes
1answer
1k views
Atmosphere/Jersey bidirectional conversation
I've seen a number of Atmosphere examples including pub-sub. I want to do something like pub-sub (client subscribes to a channel that is unique to that client; server periodically publishes to that ...
1
vote
1answer
3k views
MultivaluedMap exception
I am trying to run one sample of atmosphere but when i run the Restful web services its giving me following error , i guess because of following code its generating error , i don't know what is wrong
...