Atmosphere GWT - Atmosphere/atmosphere-extensions GitHub Wiki

[Deprecated] These modules have been superseded by the new Atmosphere GWT 2.0 modules

There a are three main modules you can choose from:

  • proprietary GWT modules atmosphere-gwt-client/server These modules need to be used together and have their own transport mechanism and a GWT handler on the serverside. It has no other client dependencies, fully written in GWT, but does not integrate with Jersey. (Deprecated, in maintenance mode) See Using GWT

  • atmosphere-gwt-js Javascript export around the propriety atmosphere-gwt-client. Allows you to use plain javascript on top of the GWT module.

  • Polling GWT-RPC atmosphere-gwt-poll Single independent module to enable long-polling support on top of standard GWT-RPC AsyncServices. Allows you to decouple the thread, do background processing in another thread and return the result when done.

All Samples

GWT Support Modules

  • atmospere-gwt-common contains some constants and interfaces shared among a few modules

  • atmospere-gwt-extra This module contains some high level features not needed for basic implementations. Like AtmosphereProxy which enables inter-window communication

  • atmosphere-gwt-jackson Support module to provide serverside JSON serialization. Integrates with atmosphere-gwt-server and atmosphere-gwt-wrapper