Skip to content

sroebuck/atmosphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atmosphere is a POJO based framework using Inversion of Control (IoC) to bring Push/Comet and Websocket to the masses! Finally a framework which can run on any Java based Web Server, including Tomcat, Jetty, GlassFish, Weblogic, Grizzly, JBossWeb and JBoss, Resin, etc. without having to learn how Comet or WebSocket support has been differently implemented by all those Containers. The Atmosphere Framework has both client (Javascript, JQuery, GWT) and server components.

Servlet 3.0 is supported along with framework like Jersey (natively), GWT (natively), Wicket, Guice, Spring etc. and programming language like JRuby, Groovy and Scala. We also support massive scalability with our Cluster plugin architecture (JGroups, JMS/ActiveMQ, Redis, XMPP, etc.)

Atmosphere ships with a JQuery Plug In that can be used with any Comet or WebSocket Framework:

Getting started

Download Atmosphere Whitepaper

White paper

Javadoc

If you are using Maven, just add the following dependency:

 <dependency>
     <groupId>org.atmosphere</groupId>
     <artifactId>atmosphere-{atmosphere-module}</artifactId>
     <version>0.8.0-RC1</version>
  </dependency>

Where atmosphere-module can be: jersey, runtime, guice, jquery, cluster or gwt,. Our official release are available from Maven Central. For SNAPSHOT, you'll have to add the Sonatype repo to your settings in order to be able to access the snapshot builds:

Browse the artifact

Download samples

Download the sample, rename the file without the maven version

Atmosphere 0.8.0-RC1 is our official release, and our work in progress version is 0.8, targeted for end of October 2011

If you are interested, subscribe to our mailing list (http://groups.google.com/group/atmosphere-framework) for more info! We are on irc.freenode.net under #atmosphere-comet

About

Making the web asynchronous

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.3%
  • JavaScript 21.3%
  • Other 0.4%