The Asynchronous WebSocket/Comet Framework
I'm running into an issue where my deployable jar hits an exception that doesn't happen when I run this locally …
java deployment atmosphere grizzlyI'm sending huge chunks of JSON data through websockets. The JSON may have over 1000 entries. Due to the frame size …
javascript json string websocket atmosphereI am using the jms/atmosphere framework to make communication between two applications. One of the applications is a message …
java json glassfish jersey atmosphereIn developing a particular web site, I have an intermittent issue when loading the site in Firefox (haven't been able …
javascript http jboss atmosphereAfter the tomcat ran several months, I got unexpectetly the error below. We restarted the tomcat and the error do …
java tomcat garbage-collection atmosphereI have a netty server running the atmosphere framework for a real-time notification system over websockets. The system works perfectly …
amazon-ec2 websocket netty atmosphereI want to use atmosphere to develop a notification System. I am very new to Atmosphere so apologies if I …
java spring spring-mvc atmosphereI'm trying to do a POST request on a REST service with async support (provided by atmosphere). Here's what my …
java jersey atmosphere asynchttpclientThis example code is based on Atmosphere classes, but if someone could give me some insights into what the error …
scala compilation atmosphereI'm trying to use the 'roles' package available on Atmosphere but I can't get it to work with Accounts.onCreateUser(), …
javascript meteor roles atmosphere