jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes Asynchronous request-response feature Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Asynchronous request-response feature" Watch "Asynchronous request-response feature" New topic
Author

Asynchronous request-response feature

Raj Kumar Bindal
Ranch Hand

Joined: Apr 15, 2006
Posts: 409
The asynchronous request-response feature works only with HTTP,we can't use it with the HTTPS or JMS transport.
why??
Rahul Bhattacharjee
Ranch Hand

Joined: Nov 29, 2005
Posts: 2300
Asyn request response can work over SSL or works even when there is a go between proxy.


Rahul Bhattacharjee
LinkedIn - Blog
Peer Reynders
Bartender

Joined: Aug 19, 2005
Posts: 2906
When JMS is involved it is usually used to return an asynchronous response. The request is usually made over HTTP (or HTTPS).
Figure 8.9 Converting from Synchronous to Asynchronous Communication

Asynchronous operations and Web services, Part 1: A primer on asynchronous transactions
Asynchronous operations and Web services, Part 2


"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Asynchronous request-response feature
 
Similar Threads
Help with responseText from XMLHttpRequest
about AJAX
regarding Asynchronous request-response feature
Sending asynchronous http POST requests
Asynchronous Filter post processing