Why is AJAX a comfortable fit with JAVA?

Why is AJAX a comfortable fit with JAVA?

It is because java provides Java enterprise Edition servers for generation of AJAX client pages to serve ajax requests.

Why is AJAX a comfortable fit with JAVA?

AJAX is a comfortable fit because, using Java Enterprise Edition the following tasks can be performed:

- AJAX client pages can be generated to server incoming AJAX requests
- Server side state is managed for AJAX clients
- AJAX clients can be connected to enterprise resources.
What is synchronous request in AJAX?
What is synchronous request in AJAX? - Synchronous request means that the processing will stop once the request has been sent to the server
When should I use a Java applet instead of AJAX?
When should I use a Java applet instead of AJAX? Scenarios to use Java applet instead of AJAX:
How Ajax is different?
How Ajax is different? - AJAX allows for asynchronous processing of events. This is different from the traditional sequential....
Post your comment