Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  
     

AJAX

Syllabus
Synchronous Communication

Asynchronous communication

Introduction to Ajax

Classic web applications Architecture

Ajax based web applications architecture

Ajax engine creation

Properties of Ajax engine

  • readyState

  • onreadystatechange

  • status

  • responseText

  • responsseXML

Methods of Ajax engine

  • open(-,-,-)

  • Send()/send(String)

  • setRequestHeader(-,-)

Ajax application flow

Sample examples