Ajax patterns and best practices

Asynchronous Javascript and XML (Ajax) is a new technique that uses existing pervasive technology to build interactive web applications that mimic rich-client functionality. Ajax is unique because it combines technologies to make traditional web pages interactive. The advantage of using Ajax is the...

Full description

Bibliographic Details
Main Author: Gross, Christian
Format: eBook
Language:English
Published: Berkeley, CA Apress 2006
Series:Expert's Voice
Subjects:
Web
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Ch. 1. Introduction to Ajax
  • Ch. 2. The nuts and bolts of Ajax
  • Ch. 3. Content chunking pattern
  • Ch. 4. Cache controller pattern
  • Ch. 5. Permutations pattern
  • Ch. 6. Decoupled navigation pattern
  • Ch. 7. Representation morphing pattern
  • Ch. 8. Persistent communications pattern
  • Ch. 9. State navigation pattern
  • Ch. 10. Infinite data pattern
  • Ch. 11. REST-based model view controller pattern