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.
- Host: GitHub
- URL: https://github.com/bennycode/atmosphere-framework-sample
- Owner: bennycode
- Created: 2012-09-04T21:27:11.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-04T21:53:48.000Z (almost 13 years ago)
- Last Synced: 2025-01-27T23:47:06.781Z (5 months ago)
- Size: 152 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
#3 Keep fingers crossed and deploy!