Blog  |   Sitemap  |   Search  |   Language:  eng рус
Home
Ajax GUI FrameworkTutorialsApplication DevelopmentPart IV - Handling Client-Server Communication

Part IV - Handling Client-Server Communication

In this tutorial we will go through a series of techniques and technologies used when handling communication with server.

Introduction to Client-Server Architecture

Standard API: XMLHttpRequest object

Communicating UI fragments

Using XMLHttpRequest object

Using AMLElement.$load method

Communicating Data

Using XMLHttpRequest object

Using RPCProxy object

TBW