1 of 5

Web Technologies

Introduction to AJAX

Smt.M.Jeevana Sujitha

Assistant Professor

Department of Computer Science and Engineering

SRKR Engineering College, Bhimavaram, A.P. - 534204

2 of 5

OBJECTIVES

The Objective of this lecture is

  • To learn about introduction of AJAX.

3 of 5

Introduction to AJAX

What is AJAX?

  • AJAX is an acronym for Asynchronous JavaScript and XML.
  • It is a group of inter-related technologies like java script, DOM, XML, HTML/XHTML, CSS, XMLHttpRequest etc.
  • AJAX allows us to send and receive data asynchronously without reloading the web page. So it is fast.
  • AJAX allows us to send only important information to the server not the entire page. So only valuable data from the client side is routed to the server

side. It makes our application interactive and faster.

4 of 5

Introduction to AJAX

Where it is used?

  • There are too many web applications running on the web that are using Ajax technology like Gmail, Facebook, twitter, Google map, YouTube etc.

5 of 5

THANK YOU