Filip HanikCovalentZero Latency HTTP — Using Comet with Apache TomcatAs browsers and web servers have become de facto standards, the need for instantaneous data exchange has grown. AJAX was one of the responses for a web client to efficiently communicate asynchronously in the background with a remote web server. Tomcat 6.0 has gone beyond AJAX and implemented a new feature called Comet, allowing for both asynchronous uni- and bi-directional communication between client and server while still leveraging the HTTP protocol and Java Servlets. The Comet technique has also been nicknamed "Zero Latency HTTP" as it circumvents the overhead by the traditional request/response methodology that the protocol implies. We will cover:
What the Bayeux? Understanding, Using and Developing with the Bayeux ProtocolWhile AJAX and now the Comet technique are becoming more popular and mainstream, there is still a lot of uncertainty about what the Bayeux protocol offers, why you need it and causing confusion on how to use it, less implement it. In less than an hour we will demystify the protocol, lay out its structure and the reasoning behind it. You will learn the different frameworks, both client and server side, how to use them and how they differ. And finally we will also show you how to implement the protocol itself or simply build a dynamic web application using one or more of the existing Bayeux frameworks.
|
© 1997 2008 Kovsky Conference Productions Inc.; All rights reserved.