문제

I am trying to integrate Atmosphere framework with Spring MVC

the samples war files given here http://async-io.org/download.html don't contain the .java files in the src folder.

I also went through the other integration examples http://keaplogik.blogspot.com/2012/05/atmosphere-websockets-comet-with-spring.html

I am having some problem connecting with twitter when reading through this article.

A. Is there a simpler example somewhere? with explanation like a hello world.

B. How do I get the java files of the sample war file?

I would really appreciate any help Thanks :)

도움이 되었습니까?

해결책

I wrote an example on how to integrate Atmosphere framework into Spring framework with usage of websocket protocol and long-polling as fallback protocol. You can find it on GitHub.

As a matter of second question the answer in no. You can't get the java files out of war packages. War packages contains of compiled java classes, resource files, xml configuration files, etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top