atmosphere

use atmosphere api or use grizzly directly?

i cannot see the different between using atmosphere api or use grizzly directly? can explain? ...

How to use atmosphere-spade-server in combination with atmosphere-pubsub.war

I would like to play with atmosphere-spade-server.jar + pubsub.war. First of I have maven installed, but to be honest Maven is kind of new to me. Could please someone please explain me how to use it correctly. What I have tried Download atmosphere-spade-server + pubsub.war from there site. java -jar atmosphere-spade-server-0.6.0-2010...

how to trigger notification from other framework in atmosphere (comet)?

basically i have read some samples, but all are self contained in one servlet. such as: use doGet to establish the long polling connection, and then use doPost to trigger the event to notify all suspended connections. Here is my question: I have other web actions programming in spring mvc, in the spring mvc controller a user post a mess...