/atmosphere

Making the web asynchronous

Primary LanguageJavaScript

Welcome to Atmosphere, a portable AjaxPush/Comet and WebSocket Framework for everyone. The framework support the majority of existing Webserver, and our JQuery Plugin support WebSocket (when available) and Comet (Http Streaming and long Polling)

Atmosphere is a POJO based framework using Inversion of Control (IoC) to bring push/Comet to the masses! Finally a framework which can run on any Java based Web Server, including Google App Engine, Tomcat, Jetty, GlassFish, Weblogic, Grizzly, JBossWeb and JBoss, Resin, etc. without having to wait for Servlet 3.0 Async support or without the needs to learn how Comet or WebSocket support has been differently implemented by all those Containers.  

Servlet 3.0 is supported along with framework like Cometd/Bayeux, Jersey, GWT, Wicket etc. and programming language like JRuby, Groovy and Scala. Finally, any web application can be clustered using our Cluster plugin architecture (JMS, Shoal or JGroups).

Read about why you should use Atmosphere instead of Servlet 3.0 Async

     http://jfarcand.wordpress.com/2009/11/06/servlet-3-0-asynchronous-api-or-atmosphere-easy-decision/

Atmosphere is also availaible as part of the following framework:

* The Atmosphere Grails Plug In
* Java Server Face via PrimeFaces
* Akka, event-driven, scalable and fault-tolerant architectures for the JVM
* Google Widget Toolkit (GWT)

Browse our super easy Rest based PubSub sample and read on what is Atmosphere exactly.

    http://is.gd/bJXhH

Download Atmosphere Whitepaper

    https://atmosphere.dev.java.net/atmosphere_whitepaper.pdf

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

    <dependency>
         <groupId>org.atmosphere</groupId>
         <artifactId>atmosphere-{atmosphere-module]</artifactId>
         <version>0.5.8</version>
     </dependency>

Where atmosphere-module can be: jersey, runtime, guice, bayeux, cluster or spade-server. Now, you'll have to add the Sonatype snapshot repo to your settings in order to be able to access the snapshot builds:

    http://oss.sonatype.org/service/local/repositories/snapshots/content

Atmosphere 0.5.8 is our official release, and our work in progress version is 0.6, targeted for End June 2010.

If you are interested, subscribe to our mailing lists (user@atmosphere.dev.java.net or dev@atmosphere.dev.java.net) for more info!  We are on irc.freenode.net under #atmosphere-comet