aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes AJAX and Java Frameworks Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "AJAX and Java Frameworks" Watch "AJAX and Java Frameworks" New topic
Author

AJAX and Java Frameworks

Ronald Depew
Greenhorn

Joined: Apr 26, 2006
Posts: 6
Java Frameworks have traditionally supported synchronous processing (Send and Respond entire web pages). How is it possible to implement asynchronous processing in such a processing send_receive model?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56153
    
  13

The HTTP mechanism remains the same. A request is sent from the browser, and a response is returned.

The asynchronous nature of Ajax is on the client and has nothing to do with the server which just gets the usual HTTP message.
[ September 22, 2006: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: AJAX and Java Frameworks
 
Similar Threads
Struts work Estimation framework
C++ Without fear- Enterpise programming
Programming avenues other than web programming
WA #1.....word association
Event Processing In Action Question