Skip to content

PatrickOsborne/atmosphere

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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

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.6.3</version>
 </dependency>

Where atmosphere-module can be: jersey, runtime, guice, bayeux, cluster or spade-server. 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:

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

Atmosphere 0.6.3 is our official release, and our work in progress version is 0.7, targeted for mid November 2010.

If you are interested, subscribe to our mailing lists ([email protected] or [email protected]) 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 72.6%
  • JavaScript 26.7%
  • Other 0.7%