I was looking for a simple framework for implementing Comet for my GWT application. I looked on gwt-rocket which seems to be non active, then on gwt-comet which is not active, then on atmosphere-gwt-comet which was moved into the atmosphere project, and finally - tried to actually download the gwt sample from atmosphere and work with it. :|
I added the atmosphere-gwt-server and atmosphere-gwt-client modules (version 0.8.6) to my project and tried to make the existing atmosphere sample to work. I'm getting connection terminated exceptions all the time, and no messages. It seems that example doesn't post anything and not telling how to do it.
I cannot find any good JavaDocs or documents working with the this framework, nor any other active recommended frameworks. Furthermore, I cannot understand which Comet method this atmosphere framework use - long poll or streaming? For my application it seems that long-poll is enough and I don't want to get into many problems / incompatibilities I read on the streaming method.
Can someone please recommend an easy solution? Sample? documentation?
Thanks