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 ...
1
vote
1answer
364 views

Multiple ajax calls for the same client with reverse ajax

I'm developing a very large application in JAVA / Sping MVC / Jquery over Oracle Weblogic that has a couple of screens called overviews that make multiple ajax calls to the server. All this calls ...
2
votes
1answer
338 views

Atmosphere with Android

First, I plan to use Atmosphere on the server side and on the client side an Android app with a WebView in which I'll use jQuery. But, later on a more "standard" Android application is planned (no ...
2
votes
2answers
3k views

Atmosphere integration with Spring MVC framework:

I succeeded to make simple and small example which integrates between Spring MVC and Atmosphere framework. It works very well, but it behaves the way I'm failing to understand: In my try example i'm ...
0
votes
2answers
427 views

jquery atmosphere cross domain restrictions

i'd like to connect to a comet server using jquery atmosphere plugin. Problem is the server is located on a different domain and "As of v 0.7.2, Atmosphere JQuery PubSub does not support cross domain ...