Spring and Atmosphere Integration
Hi,
We have an application which we should push some events from service layer to client.
After some research I've found that Atmosphere is a good solution for us,
We are using Spring for DI, Spring MVC 3.0.5, Spring Integration 2.0, Glassfish 3.0 .
And jQuery on client-side.
Now I wonder how can I integrate Atmosphere with a Spring Controller or Servlet?
What They've mentioned on project home page is:
*Servlet 3.0 is supported along with framework like Jersey (natively), GWT (natively), Wicket, Guice, Spring etc.
But I couldn't find any good sample code for Spring. There are samples for Guice but not Spring which is more popular, so it can have a simple solution maybe(for version 0.7 at least).
Can you guys give me a clue?
Thanks in advance