SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt? (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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxAnnaArtyushina1
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 

Kürzlich hochgeladen (20)

%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
Artyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptxArtyushina_Guest lecture_YorkU CS May 2024.pptx
Artyushina_Guest lecture_YorkU CS May 2024.pptx
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 

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