AJAX limitations: Explain limitations of Ajax

Explain limitations of Ajax.

- Back functionality cannot work because the dynamic pages don’t register themselves to the browsers history engine. Hence the need of Iframe becomes essential.
- The page cannot be bookmarked if implemented using Ajax.
- If java script is disabled , Ajax will not work
- Because different components of the pages are loaded at different times, response time may be slow.
- Because different components of the pages are loaded at different times it may create confusion for the user.

Explain limitations of Ajax.

- Back functionality cannot work because the dynamic pages don’t register themselves to the browsers history engine. Hence the need of Iframe becomes essential.
- The page cannot be bookmarked if implemented using Ajax.
- If java script is disabled , Ajax will not work
- Because different components of the pages are loaded at different times, response time may be slow.
- Because different components of the pages are loaded at different times it may create confusion for the user.
How is encoding handled in AJAX?
How is encoding handled in AJAX? - Using encodeActionURL() method to refresh the complete page
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
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
Post your comment