Questions tagged [reverse-ajax]

As its name implies, it is opposite of AJAX. In AJAX methodology, browser sends request to server and server responds and only a part of page is updated. In reverse-ajax, server sends back some information to browser even if browser does not requests it explicitly and the server updates a part of loaded page.

78 questions
2
votes
1 answer

GWT Comet Integration (Server Push) Help

I am getting some difficulties with comet on the server First, I am working with the default configuration of the gwt hosted mode(i.e. using jetty), do i need to make any change to enable comet Now, on the server what I want is a client will send a…
Noor
  • 19,638
  • 38
  • 136
  • 254
2
votes
0 answers

Spring MVC : Combining listener and sender in Cometd

I am working on a Spring-MVC application in which I would like to use Cometd chat mechanism for GroupChat. I checked out the examples, and the StockPriceEmitter and Client-Side server hello are good, but there is one essential thing I cannot find…
We are Borg
  • 5,117
  • 17
  • 102
  • 225
2
votes
2 answers

Reverse Ajax + JSP-Servlet

We are trying to create a reverse ajax in our project. I've checked on the net and didn't find something concrete. I was unable to run any of the tutorials provided successfully. My object is: to provide on-screen alerts (like a pop-up) when ever…
Vivek
  • 1,451
  • 8
  • 42
  • 74
2
votes
1 answer

ASP.NET MVC Async Controller vs Server Push(COMET/Reverse Ajax)

I'm building an ASP.NET MVC site in which the clients(browser) can make API calls that take upto 30 minutes(or more..) to process. Obviously I couldn't use normal MVC Controllers to do this as a few such requests would block all my IIS worker…
noob Mama
  • 267
  • 8
  • 28
2
votes
1 answer

httpsession doesn't expires when reverse Ajax is enabled

I have a web application that uses DWR reverse Ajax (pollAndCometEnabled set to true) In my web.xml i have set a timeout of 30 minutes for the HttpSession. Since DWR polls the server, the http session is always active and the result is that it never…
max
  • 21
  • 2
2
votes
1 answer

catch exception thowns by prototype javascript framework

I'm using the prototype framework to obtain a reverse ajax effect in my page, i'm using this script: