1 / 4

Web Applications

This comprehensive overview covers the Client/Server computing model in web applications, focusing on state-less environments that utilize HTTP requests and responses. It explores the process from a client browser's perspective, detailing the flow of requests (GET, POST) and responses (XHTML content, dynamic HTML) between the client and server. Additionally, the document highlights modern techniques such as AJAX for asynchronous processing, examining the JavaScript-based behavior of web applications while leveraging the Document Object Model (DOM) and Cascading Style Sheets (CSS) for improved content presentation.

eddy
Télécharger la présentation

Web Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web Applications A Client/Server Computing Model ( A Generic Diagram ) A State-less Environment HTTP REQUEST Client Computer Browser (URL,Post,Get,parameters,..) Server Computer HTTP Service HTTP RESPONSE (XHTML,contents,...) S. Kwan

  2. XHTML Structure Format Content Style Sheets Dynamic HTML XML JavaScript & Document Object Model (DOM) Cascading Style Sheets (CSS) Extensible Stylesheet Language (XSL) S. Kwan

  3. Web Applications Default Synchronous Processing Scenario A State-less Environment Client Browser (state A) HTTP REQUEST HTTP Server (state A) Client Browser (state B) HTTP RESPONSE New Page e.g. SJSU (state A + … = state B) S. Kwan

  4. Web Applications Asynchronous Processing Scenario Client Browser (state A) REQUEST HTTP Server RESPONSE – New Page Client Browser (state B) REQUEST/RESPONSE Client Browser (state C) REQUEST/RESPONSE Client Browser (state D) Using XMLHttpRequest Object S. Kwan

More Related