Can you explain reverse Ajax and do you consider it technology that can be used in something beyond trial or fringe applications?
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.
Hannah Smalltree, Editorial Director
Reverse Ajax is basically a way for servers to send Ajax-based information to browsers. Because browsers don't expect information from servers without having made a request, you can either do this with polling, by holding open an HTTP connection, or by sending more information with a response than the browser requested. In other words, reverse Ajax equals regular Ajax plus one or another stupid HTTP trick we used to use back in the Web 1.0 days.
Dig Deeper
-
People who read this also read...
This was first published in June 2008