Ajax, Flex or Silverlight?
by Martin TylerMarch 30th, 2009What factors go into the decision of choosing between Ajax, Flash, and Silverlight for your Comet applications?
What factors go into the decision of choosing between Ajax, Flash, and Silverlight for your Comet applications?
cometd-jetty now has an acknowledged message mechanism for reliable message delivery.
I recently had the chance to interview the creator of iStreamLight, an open-source library for the iPhone that implements the network protocol of Lightstreamer.
Recent discussions on Comet server performance have focused on sockets and IO. However, different usage profiles can cause some very different performance results.
Are threads really that bad? Is there a significant difference between IO and NIO for Java-based Comet servers? The assumptions, conclusions, and contradictory evidence might surprise you.
REST Channels is a Comet protocol for data notifications designed to integrate with a REST architecture. REST Channels leverages the semantics of HTTP messaging and provides notifications of the creation, update, and deletion of resources using REST’s resource identifiers (URI) in order to provide real-time views of data from web clients.
Chat rooms have been cited as the “Hello World” application of Ajax Comet because chat is something that everybody can understand and represents a good exemplar of the technology. With my own work, I have frequently used the cometD chat demo as the basis of benchmarking and scalability tests.
One of the common misconceptions regarding cometD, is that it can only do publish-subscribe messaging. While this misconception may be encouraged by the protocol design, it is definitely possible to do private messaging with cometD
This tutorial will show you how to build a simple broadcast application for numerical data and represent that data graphically in the browser. The resulting user interface is very simplistic so that we can focus on the important parts of real-time applications.
Recently I integrated Jetty’s cometD implementation of Bayeux with Persevere. With this new functionality, Bayeux-based Comet communication can be used to route messages through Persevere’s stored objects.
Starting Out with Comet (Orbited) is the first in a planned series of articles by Dave Fowler on getting up to speed with Comet.
Read moreJupiter IT recently released Jabbify, a service for providing Comet capabilities.
Read moreGroovyDB is an appliance made by GroovyChannel that provides "SQL Virtualization" technology. It will be offered as a hosted "Cloud" service too.
Read moreI've recently come across a brilliant new use of Comet for a browser-based RFID card reader.
Read more


