Free Data Structures and Algorithms Course









Subscribe below and get all best seller courses for free !!!










OR



Subscribe to all free courses

Ajax and Java


Ajax is also known as "Asynchronous JavaScript and XML". Ajax technology is mostly used in web applications at the client-side. Ajax technology provides functionality where web applications can send and receive data to and from the server without interfering the existing display and behavior of a web page.
In order to avoid full page reloads, the XMLHttpRequest object and JavaScript technology provide a method or a way for exchanging data asynchronously between browser and server.
Ajax technology is primarily implemented by various technologies such as :

1. HTML and CSS for the presentation.
2. XML for the inter exchange of data.
3. DOM for dynamic display of data.
4. XSLT for the manipulation of the XML.
5. JSON alternative to XML for exchanging the data.
6. XMLHttpRequest object for the asynchronous communication.
7. JavaScript for implementing above technologies together.

The list of blog posts related to Ajax (with Java) is presented below :

  1. How to develop your first Ajax Application : step-by-step in JSP and Servlets ?.


 
© 2021 Learn Java by Examples Template by Hubberspot