The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Blog Archive for jfarcand during March 2009

Time to get started with Atmosphere CPR (Comet Portable Runtime)! In this first part, I will describe how to write a chat application and deploy in on Tomcat, Jetty and GlassFish. Note: The Atmosphere Framework have evolved since the release of that blog. Please visit our web site for an updated sample and white paper Let do the basic first. Let's use Maven 2 and create the file structure: %...
Atmosphere 0.1-ALPHA1 is now officially released and support Tomcat, Jetty, Grizzly and GlassFish. Finally a Comet/Ajax Push framework you can build on top of it and deploy everywhere! In the upcoming weeks I will start blogging about how easy it is to write cool Comet Application using Atmosphere.Below is the official announcement Salut, Atmosphere CPR (Comet Portable Runtime) module 0.1-...
GlassFish v3 offer a lot of extensibility point, and one of them is quite interesting: GrizzlyAdapter. Any applications developed using the GrizzlyAdapter API can be deployed inside v3 and transform a fish into a monster...an extreme makeover! As Jerome described, GlassFish v3 is built on top of Grizzly, yet up to now, it was not possibly to deploy a native GrizzlyAdapter directly inside V3....