The server is monitoring the events in client web browser…If any events occured in client web browser,the server should be notified about that event and server should respond to that event (like invoking another java class in the server itself)…please help me with the code
Ajax – asynchronous communication between server and webbowser
ajax
Related Question
- Jquery – How to format a Microsoft JSON date
- Javascript – Will HTML5 allow web apps to make peer-to-peer HTTP connections
- JavaScript/jQuery to download file via POST with JSON data
- Javascript – Is Safari on iOS 6 caching $.ajax results
- Javascript – How to return the response from an asynchronous call
- Ajax – WebSockets protocol vs HTTP
- Html – the motivation behind the introduction of preflight CORS requests
Best Solution
Construct an
XMLHttpRequest
for a URL that invokes the corresponding method on the appropriate Java class.