Atmosphere Framework Extensions and Plugin
You need Atmosphere Runtime version 2.1.0 and higher to use those extension. To install, just do
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.3.0</version>
</dependency>
Where module can be one of the listed directory above. Client on the module's pom.xml to get the exact artifact name.
For GWT 2.7
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{atmosphere-module}</artifactId>
<version>2.3.0-GWT27</version>
</dependency>
Easiest way to use extensions is by looking at our Samples or jump directly into the code of the extensions you want to use.
If you are an Atmosphere GWT 1.0.x users, The GWT module is deprecated and the final version that can be used with Atmosphere 2.0.x is
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-{gwt-module}</artifactId>
<version>1.1.0.RC5</version>
</dependency>
It is strongly recommended to upgrade to the GWT2.0 module.
If you are interested, subscribe to our mailing list for more info! We are on irc.freenode.net under #atmosphere-comet