An open API service indexing awesome lists of open source software.

https://github.com/bennycode/atmosphere-framework-sample

Demonstrates the Atmosphere Framework (client side and serverside) in conjunction with Jersey and Comet.
https://github.com/bennycode/atmosphere-framework-sample

Last synced: 3 months ago
JSON representation

Demonstrates the Atmosphere Framework (client side and serverside) in conjunction with Jersey and Comet.

Awesome Lists containing this project

README

        

Atmosphere Framework Sample
===========================

Demonstrates the [Atmosphere Framework](https://github.com/Atmosphere/atmosphere) (serverside and client side,
[jQuery.atmosphere.js](https://github.com/Atmosphere/atmosphere/wiki/jQuery.atmosphere.js-API)) in conjunction with Jersey (for RESTful Webservices) and Comet (for reverse AJAX).

**For this project GlassFish Server 3.1.2.2 is recommended** (3.1.2 is not sufficient! and other application servers have not been tested)

#1 Enable WebSockets in GlassFish:
[http://www.bennyn.de/programmierung/java/websocket-unterstutzung-in-glassfish-aktivieren.html](http://www.bennyn.de/programmierung/java/websocket-unterstutzung-in-glassfish-aktivieren.html)

#2 Enable Comet Support in GlassFish:
![](http://i.stack.imgur.com/KY13b.png)

#3 Keep fingers crossed and deploy!