How do I use Comet with Spring MVC?
Atmosphere is really the best I’ve seen (I haven’t used any, but I’ve evaluated multiple solutions). The good thing with it is that it uses the best mechanism available. If running on servlet 3.0 – using the async support. If using jetty – using its support, and so on. It also has spring integration. So, … Read more