DHTML

Reverse Ajax

Reverse Ajax, not unlike DHTML, LAMP, Ajax and SPA, is not a technology in itself, but a term that refers to the use of a group of technologies together. These technologies include:

  • Ajax for handling the data on the client side in a smooth and interactive way, and passing data between server and client.
  • A technology for pushing server data to a browser
    • Comet, a connection between a server and client is kept open, by slowly loading a page in a hidden frame.
    • Piggyback, extra data is added (piggybacked) onto a normal client-server interaction.
    • Polling, the client repetitively queries (poll) the server.

Reverse Ajax is different from Ajax, as Reverse Ajax is a suite of technologies for pushing data from a server to a client. These technologies are built upon an Ajax framework.

Ajax

Ajax Frameworks

Ajax, or AJAX, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, functionality, and usability.

 


Theme & Icons by N.Design Studio
Syndicate content