Tuesday, November 13, 2007

Ajax Architecture Basics

The data is fetched from the server by using a Representational Sate Transfer(REST) architecture style. The essence of REST is to create a simpler web services architecture by using HyperText Transfer Protocol(HTTP). the overall idea is to generate content and to have that content filtered and processed. The filtered and processed content serves as an informaiton basis, where another process acts as a client that filters and processes the informaiton. THe filteres and processed information acts as an information basis for another client. Content is fluid and constantly modified.

No comments: