Web 2.0 Communication Layer: from HTTP to Comet to Internet Mess
Checkout this server side thread. Folks are starting to think about using JavaScript on the browser to access an "Internet Messaging Bus". They want to have thing like:
Other news on this front is all the Ajax tool kits are starting to look at being able to inter-operate. At a minimum, a page with multiple tool kits will need to share it's connections back to the server. So they will need to share an API to broker requests back to the server. I'll keep an eye out for this API because it sounds like something that could be easily tied into ActiveMQ.
- Guaranteed delivery
- Once and only once deliveryGuaranteed
- order of deliveryServer
- push and client pullFunny
Other news on this front is all the Ajax tool kits are starting to look at being able to inter-operate. At a minimum, a page with multiple tool kits will need to share it's connections back to the server. So they will need to share an API to broker requests back to the server. I'll keep an eye out for this API because it sounds like something that could be easily tied into ActiveMQ.
