Using atmosphere for GWT Comet

我的未来我决定 提交于 2019-12-04 14:00:37

Atmosphere not only supports long polling and streaming, but also websockets. I havent tried the GWT module for atmosphere but I can tell you that it's a quite polished framework and the main developer is active both at developing and at support. The main page of the project now is:

https://github.com/Atmosphere/atmosphere

Here's the javadoc for the last version:

http://atmosphere.github.com/atmosphere/apidocs/

Also you can have a look at the blog the developer runs which contains lots of useful information:

http://jfarcand.wordpress.com/

And if you have any atmosphere-related questions, I recommend you to have a look here first and see if any of your questions have been answered before:

http://groups.google.com/group/atmosphere-framework?pli=1

Hope it helps :-) I encourage you to give Atmosphere a try, once you get used to it, it's awesome! Also have a look at the whitepaper available for download from the github page!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!