I’d like to use Websockets with a Spring MVC-powered web app. I’ve read o jWebsockets and bristleback, but I am wondering if that is the best way to integrate. I am sure someone has done this before and has some tips what works and what does not…
Thanx!
Spring MVC will offer you no help here – it supports HTTP traffic using the Servlet and Portlet APIs only. Websockets, I believe, are not HTTP-based.