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.
|
How Ajax is different?How Ajax is different? - AJAX allows for asynchronous processing of events. This is different from the traditional sequential....