Atmosphere 0.3 released with support for Scala, Clustering, Injections, Grails Support, Cometd/Bayeux Protocol, many performance improvements, and many new extension points!!
The 0.3 release is our most stable/tested/improved release so far. Read what changed since 0.2: Full REST based application using Atmosphere core module Scala support: Use Scala to write powerful asynchronous web...
Writing Atmosphere's Comet based applications is simple. Imagine using Scala instead of Java...it becomes really simple! No need to learn Lift anymore :-)
Not being an expert with Scala at all, I've decided to re-wrote the Chat based application I've recently used when adding cluster support to Atmosphere. This is really my first ever Scala application so don't jump looking at the code! Instead...
It is really simple to add clustering support to an Atmosphere's Comet based application, and deploy it inside any Servlet Container supporting Servlet 3.0, Comet or not. You just have to decide which group technology you want to use, thanks to Atmosphere Plug in: Shoal or JGroups!
Note: The Atmosphere Framework have evolved since the release of that blog. Please visit our web site for an updated...