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
0
votes
1 answer

Java : how to communicate from localhost Java desktop application to Java Applet?

I would know if there is a way to make a Java desktop application to communicate with an applet, in order to call Javascript functions from the desktop app (through applet). The context : In one hand, I'm having an ExtJS application (full-AJAX),…
Benj
  • 1,184
  • 7
  • 26
  • 57
0
votes
1 answer

How to add row at the top with DWR addRows function

I am following this example http://directwebremoting.org-demo/reverseajax/peopleTable.html Here it is adding the rows to the end of the table. But my requirements is i have to add at the top. Every new row should be a first row. please help me, i…
Ramesh Kotha
  • 8,266
  • 17
  • 66
  • 90
-1
votes
3 answers

Which open-source comet/ reverse-ajax libraries will you recommend to be used with Tomcat 5.5? Why?

I have seen continuations in Jetty 6.0 that addresses scaling for comet/reverse-ajax applications. Are there any other libraries/frameworks to be used with Tomcat 5.5?
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
1 2 3 4 5
6