Hello David,
actually I am trying/learning WebSockets by using JETTY-Servlet-Container
(which has built-in support for WebSockets).
Unfortunately, there is no XMPP-Server-Support for any Servlet-Based-Container
(such as Tomcat/Jetty,
JBoss, Glashfish,..), so I need to have an additional XMPP-Server
(
http://www.saint-andre.com/jabber/jsc/) running simultanously with my JETTY.
That is annoying. So I guess, I do not use XMPP and use WebSockets instead.
Have you *proven* that Ajax doesn't work they way you need it to?
I have been using ajax quite often without problems.
However, I want to give a try to use WebSockets or XMPP instead of Ajax (or Comet)
as I want to have a web based real-time-application.
Bye.