Tagged Questions
0
votes
0answers
21 views
Atmosphere synchronous request
I would like to execute a synchronous request using Javascript and jQuery.atmosphere. In particular, I would like that, once I send a request, the application stalls until I get a response (or a ...
2
votes
1answer
284 views
POST JSON from Javascript client to Jersey resource in Atmosphere framework
I have been Googling and trying to get this to work for hours...The problem is the server is not receiving data as JSON but as text. This is the POJO
package my.package;
import ...
0
votes
1answer
35 views
firebug iframe breaking atmosphere iframe
I have an invisible iframe that is talking to an atmosphere comet broadcaster. It works fine on most of the computers in the office.
On one computer in the entire building it breaks. The problem ...
0
votes
3answers
1k views
Atmosphere Multiple streaming XmlHttpRequests (XHR)/Channels block?
I am building an web app which uses Comet. The backend side is build with Atmosphere and Jersey. However I ran into trouble when i wanted to subscribe to multiple channels. The jQuery plugin ...