Comet and Reverse Ajax the next-generation Ajax 2.0

One of the most basic laws of a web application is that the client, not the server, must initiate any communication between the two. There are a number of common–use cases where, ideally, the server would like to talk to the client—dashboards and monitoring apps, chat rooms and other collaborations,...

Descripción completa

Detalles Bibliográficos
Autor principal: Crane, Dave (-)
Otros Autores: McCarthy, Phil
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : New York, NY : Apress ; Distributed to the book trade in the United States by Springer-Verlag c2008.
Edición:1st ed. 2009.
Colección:FirstPress.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627369606719
Tabla de Contenidos:
  • What is Comet?
  • The trouble with HTTP
  • Some Common Use Cases
  • How to Achieve Push.-Polling
  • Piggy-backing
  • Comet
  • Raw Sockets
  • Comparison & Evaluation
  • Worked Example : Magnetic Poetry.-Issues & Techniques
  • The two-request limit
  • Pub-sub and server architectures
  • Continuations versus naive Comet
  • Implementations of Comet
  • Cometd & Bayeux
  • Reverse Ajax in DWR
  • DWR worked example.