Skip to content
pierreh edited this page Mar 19, 2013 · 19 revisions

There a are two client modules you can choose from:

  • proprietary GWT module atmosphere-gwt-client/server This module uses its own transport mechanism and handler on the serverside. It has no other client dependencies, fully written in GWT, but does not integrate with Jersey. (Deprecated, in maintenance mode)

  • Wrapper around atmosphere-jquery atmosphere-gwt-wrapper This module is a thin wrapper around the atmosphere-jquery client and adds JSON and GWT-RPC object serialization on top. On the serverside an injector is used to handle the GWT-RPC serialization, this means it integrates well with existing Atmosphere Handlers. When using plain JSON on top of Jersey an interceptor is not even needed. (Preferred)

GWT Modules

An overview of the modules:

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

Clone this wiki locally