SlideShare una empresa de Scribd logo
1 de 15
By: Muhammad Junaid
What is AjaxWhat is Ajax
 Asynchronous Java scripting
 Can also be used in synchronous mode
 Also sometimes called as Remote Scripting
 Integrated seamlessly with the browser
Advantage: High Performance Web Based Applications
By: Muhammad Junaid
Ajax- Under theAjax- Under the
Hood…Hood…
Continued…
By: Muhammad Junaid
Ajax- Under the HoodAjax- Under the Hood
 Uses JavaScript Engine
 Uses http/https protocol
 Uses http/https request / response
mechanism
 Runs in the address space of Browser
 Get the data, fires a http request
 Get and read the server response
 Render the required form area
By: Muhammad Junaid
Ajax- Possible UsesAjax- Possible Uses
 Real time data validation
 Updating form data without the refreshing /
redrawing the page
 Background request – response
 Update page at specific intervals e.g. Cricket
Score board
 Possibilities are limitless
 Browser based desktop applications
By: Muhammad Junaid
Ajax- BrowserAjax- Browser
SupportSupport
 Popular browser like FireFox, Mozilla, Safari,
Netscape and IE supports Ajax
By: Muhammad Junaid
Ajax- Who are using?Ajax- Who are using?
 Gmail
 Facebook
 Google maps
 Web based Map applications
 Web based Business applications
 And many more…
By: Muhammad Junaid
Ajax- In ActionAjax- In Action
 Conventional Approach
 When user requests for a page
 Browser re-renders the complete page
 With Ajax Implemented
 Browser renders only the selection list
By: Muhammad Junaid
Ajax- The Inner CoreAjax- The Inner Core
 At the core of AJAX is xmlHttpRequest Object
 This object is used
 To send a http request
 Get the server response
 Like other objects this object too have its
methods and properties
Continued…
By: Muhammad Junaid
Ajax- The Inner CoreAjax- The Inner Core
By: Muhammad Junaid
xmlHttpRequest objectxmlHttpRequest object
Method Description
abort() Stops/aborts the current request
send() Transmit the data/request
open() Opens a connection to the giver URL
getAllResponseHeaders() Returns the complete set of Headers
getResponseHeader() Returns the specified header value
Common xmlHttpRequest object Methods
Continued…
By: Muhammad Junaid
xmlHttpRequest objectxmlHttpRequest object
Properties Description
onreadystatechanged Event handler for and event that fires
at every state change
readyState Object’s current state (integer)
0=un-initialized
1=loading
2=loaded
3=interactive
4=complete
responseText String version of data returned by
server
Common xmlHttpRequest object Properties
Continued…
By: Muhammad Junaid
responseXML DOM compatible document object of
data returned by server
status Numeric code returned by the server
statusText String message related to status code
Common xmlHttpRequest object Properties
xmlHttpRequest objectxmlHttpRequest object
By: Muhammad Junaid
Ajax- The FlowAjax- The Flow
 Create the XMLHttpRequest Object
 Open the connection to server
 object.open(method,url,sync-flag);
 Register the function for handling input
 object.onreadystatechange=function;
 Send the data/request to the server
 object.send();
 Process the data
 Get server data
 Parse if required
 Update the DOM (Display the result)
By: Muhammad Junaid
Brief OverviewBrief Overview
 Conventional Approach
 Request
 Response
 Refresh
 AJAX Approach
 Request
 Response
 Refresh DOM
 Web Application can behave like a native
application
By: Muhammad Junaid
Ajax- ApplicationAjax- Application
ModesModes
 Hybrid application
 Application starts up like a normal web
application
 Uses AJAX some where in the successive web
pages
e.g. Data reflection, Display morphing, Page
rearrangement
 Fully Ajax application
 Application starts with AJAX
 Application uses AJAX through its life cycle
e.g. An editor

Más contenido relacionado

La actualidad más candente (20)

Ajax and PHP
Ajax and PHPAjax and PHP
Ajax and PHP
 
What is Ajax technology?
What is Ajax technology?What is Ajax technology?
What is Ajax technology?
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
Ajax
AjaxAjax
Ajax
 
Ajax Presentation
Ajax PresentationAjax Presentation
Ajax Presentation
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
An Introduction to Ajax Programming
An Introduction to Ajax ProgrammingAn Introduction to Ajax Programming
An Introduction to Ajax Programming
 
Ajax Ppt
Ajax PptAjax Ppt
Ajax Ppt
 
Introduction to ajax
Introduction  to  ajaxIntroduction  to  ajax
Introduction to ajax
 
Ajax ppt - 32 slides
Ajax ppt - 32 slidesAjax ppt - 32 slides
Ajax ppt - 32 slides
 
Ajax
AjaxAjax
Ajax
 
Ajax Presentation
Ajax PresentationAjax Presentation
Ajax Presentation
 
Ajax Ppt 1
Ajax Ppt 1Ajax Ppt 1
Ajax Ppt 1
 
Ajax Introduction Presentation
Ajax   Introduction   PresentationAjax   Introduction   Presentation
Ajax Introduction Presentation
 
Ajax presentation
Ajax presentationAjax presentation
Ajax presentation
 
Ajax ppt
Ajax pptAjax ppt
Ajax ppt
 
Ajax.ppt
Ajax.pptAjax.ppt
Ajax.ppt
 
Introduction to ajax
Introduction to ajaxIntroduction to ajax
Introduction to ajax
 
Ajax Technology
Ajax TechnologyAjax Technology
Ajax Technology
 
Ajax
AjaxAjax
Ajax
 

Destacado (19)

Hari Resume
Hari ResumeHari Resume
Hari Resume
 
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
Careers In Java Script Ajax - Java Script Ajax Tutorials & Programs by Learni...
 
Json
JsonJson
Json
 
JSON
JSONJSON
JSON
 
Rekayasa web part 3 khaerul anwar
Rekayasa web part 3 khaerul anwarRekayasa web part 3 khaerul anwar
Rekayasa web part 3 khaerul anwar
 
Introduction to JSON & AJAX
Introduction to JSON & AJAXIntroduction to JSON & AJAX
Introduction to JSON & AJAX
 
jQuery For Beginners - jQuery Conference 2009
jQuery For Beginners - jQuery Conference 2009jQuery For Beginners - jQuery Conference 2009
jQuery For Beginners - jQuery Conference 2009
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
Json tutorial
Json tutorialJson tutorial
Json tutorial
 
jQuery Presentation
jQuery PresentationjQuery Presentation
jQuery Presentation
 
Json
JsonJson
Json
 
External Data Access with jQuery
External Data Access with jQueryExternal Data Access with jQuery
External Data Access with jQuery
 
jQuery PPT
jQuery PPTjQuery PPT
jQuery PPT
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
JSON: The Basics
JSON: The BasicsJSON: The Basics
JSON: The Basics
 
jQuery Essentials
jQuery EssentialsjQuery Essentials
jQuery Essentials
 
Design Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIsDesign Beautiful REST + JSON APIs
Design Beautiful REST + JSON APIs
 
JSON and REST
JSON and RESTJSON and REST
JSON and REST
 
Jan fernández: disney
Jan fernández: disneyJan fernández: disney
Jan fernández: disney
 

Similar a Inner core of Ajax (20)

Ajax
AjaxAjax
Ajax
 
Ajax Introduction
Ajax IntroductionAjax Introduction
Ajax Introduction
 
Introduction to Ajax programming
Introduction to Ajax programmingIntroduction to Ajax programming
Introduction to Ajax programming
 
Ajax tutorial by bally chohan
Ajax tutorial by bally chohanAjax tutorial by bally chohan
Ajax tutorial by bally chohan
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
Ajax and xml
Ajax and xmlAjax and xml
Ajax and xml
 
Ajax
AjaxAjax
Ajax
 
AJAX
AJAXAJAX
AJAX
 
Unit-5.pptx
Unit-5.pptxUnit-5.pptx
Unit-5.pptx
 
Using Ajax In Domino Web Applications
Using Ajax In Domino Web ApplicationsUsing Ajax In Domino Web Applications
Using Ajax In Domino Web Applications
 
Mashup
MashupMashup
Mashup
 
AJAX.pptx
AJAX.pptxAJAX.pptx
AJAX.pptx
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
Ajax
AjaxAjax
Ajax
 
Android session-5-sajib
Android session-5-sajibAndroid session-5-sajib
Android session-5-sajib
 
Learn Drupal 8 Render Pipeline
Learn Drupal 8 Render PipelineLearn Drupal 8 Render Pipeline
Learn Drupal 8 Render Pipeline
 
ajax - the basics
ajax - the basicsajax - the basics
ajax - the basics
 

Último

Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 

Último (20)

Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 

Inner core of Ajax

  • 1. By: Muhammad Junaid What is AjaxWhat is Ajax  Asynchronous Java scripting  Can also be used in synchronous mode  Also sometimes called as Remote Scripting  Integrated seamlessly with the browser Advantage: High Performance Web Based Applications
  • 2. By: Muhammad Junaid Ajax- Under theAjax- Under the Hood…Hood… Continued…
  • 3. By: Muhammad Junaid Ajax- Under the HoodAjax- Under the Hood  Uses JavaScript Engine  Uses http/https protocol  Uses http/https request / response mechanism  Runs in the address space of Browser  Get the data, fires a http request  Get and read the server response  Render the required form area
  • 4. By: Muhammad Junaid Ajax- Possible UsesAjax- Possible Uses  Real time data validation  Updating form data without the refreshing / redrawing the page  Background request – response  Update page at specific intervals e.g. Cricket Score board  Possibilities are limitless  Browser based desktop applications
  • 5. By: Muhammad Junaid Ajax- BrowserAjax- Browser SupportSupport  Popular browser like FireFox, Mozilla, Safari, Netscape and IE supports Ajax
  • 6. By: Muhammad Junaid Ajax- Who are using?Ajax- Who are using?  Gmail  Facebook  Google maps  Web based Map applications  Web based Business applications  And many more…
  • 7. By: Muhammad Junaid Ajax- In ActionAjax- In Action  Conventional Approach  When user requests for a page  Browser re-renders the complete page  With Ajax Implemented  Browser renders only the selection list
  • 8. By: Muhammad Junaid Ajax- The Inner CoreAjax- The Inner Core  At the core of AJAX is xmlHttpRequest Object  This object is used  To send a http request  Get the server response  Like other objects this object too have its methods and properties Continued…
  • 9. By: Muhammad Junaid Ajax- The Inner CoreAjax- The Inner Core
  • 10. By: Muhammad Junaid xmlHttpRequest objectxmlHttpRequest object Method Description abort() Stops/aborts the current request send() Transmit the data/request open() Opens a connection to the giver URL getAllResponseHeaders() Returns the complete set of Headers getResponseHeader() Returns the specified header value Common xmlHttpRequest object Methods Continued…
  • 11. By: Muhammad Junaid xmlHttpRequest objectxmlHttpRequest object Properties Description onreadystatechanged Event handler for and event that fires at every state change readyState Object’s current state (integer) 0=un-initialized 1=loading 2=loaded 3=interactive 4=complete responseText String version of data returned by server Common xmlHttpRequest object Properties Continued…
  • 12. By: Muhammad Junaid responseXML DOM compatible document object of data returned by server status Numeric code returned by the server statusText String message related to status code Common xmlHttpRequest object Properties xmlHttpRequest objectxmlHttpRequest object
  • 13. By: Muhammad Junaid Ajax- The FlowAjax- The Flow  Create the XMLHttpRequest Object  Open the connection to server  object.open(method,url,sync-flag);  Register the function for handling input  object.onreadystatechange=function;  Send the data/request to the server  object.send();  Process the data  Get server data  Parse if required  Update the DOM (Display the result)
  • 14. By: Muhammad Junaid Brief OverviewBrief Overview  Conventional Approach  Request  Response  Refresh  AJAX Approach  Request  Response  Refresh DOM  Web Application can behave like a native application
  • 15. By: Muhammad Junaid Ajax- ApplicationAjax- Application ModesModes  Hybrid application  Application starts up like a normal web application  Uses AJAX some where in the successive web pages e.g. Data reflection, Display morphing, Page rearrangement  Fully Ajax application  Application starts with AJAX  Application uses AJAX through its life cycle e.g. An editor