Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.6 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.6 KB

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.1.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.

Easiest way to use extensions is by looking at our Samples or jump directly into the code of the extensions you want to use.

Javadocs and Getting Started

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

githalytics.com alpha