Skip to content

ronanh/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

AtmosphereHandler, Meteor, REST Resource or NativeWebSocket

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-RC3</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-RC3 is our official release, and our work in progress version is 0.8, targeted for early November 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

The only Portable WebSocket/Comet Framework supporting Scala and Java

Resources

Stars

Watchers

Forks

Packages

No packages published