The Asynchronous WebSocket/Comet Framework
0
votes
1answer
190 views
GWT Atmosphere-comet implemantation getting AtmosphereMappingException: No AtmosphereHandler maps request
I have to implement comet in GWT and for implementing comet i have use atmosphere library. i have go through all the steps that mention on their website but at the end i am getting ...
0
votes
2answers
238 views
Invalid upgrade protocol exception while connecting to websocket on webServer with Atmosphere on Jersey on Jetty
I'm using Sonatype async-http-client java library to make a websocket call to a WebServer using Atmosphere on Jersey on Jetty.
I'm getting exception java.lang.IllegalStateException: Invalid upgrade ...
1
vote
1answer
582 views
Atmosphere, JBoss AS 7.1.1, Chrome issue
Got Atmosphere 1.0.0.beta1 setup and running with Jetty. Straight forward easy and effective.
However when running on JBoss AS 7.1.1, it doesn't like the websocket transport and downgrades. I see ...
1
vote
1answer
536 views
Atmosphere can't get session on Glassfish 3.1.2
I got the chat example working from Atmosphere, and now I want to get the session, but I get a null pointer exception. My configuration:
GlassFish 3.1.2
Atmosphere 1.0.0-SNAPSHOT
My ...
3
votes
1answer
335 views
Atmosphere and I-Jetty
Does the Atmosphere Framework run on i-jetty? Or is there a better way to create a java based web application that supports web sockets and runs on android?
i-Jetty: http://code.google.com/p/i-jetty/
...
0
votes
3answers
834 views
How to use the Atmosphere framework with GlassFish 3.1.2?
I just try the Atmosphere framework. I made the chat sample running in Tomcat 7.0.27 but when I want to run it with GlassFish 3.1.2 then I only get the message:
...
1
vote
1answer
603 views
Tomcat 7 Websockects through AJP not working. Any suggestions?
Does anyone know if the Tomcat release 7.0.27 AJP Connecter can support http upgrade (websockets) if setting your protocol to the AjpNioProtocol.
...
0
votes
1answer
171 views
Atmosphere and REST call
I'm using the Atmosphere framework to develop a notification service.
I would like to know if there's a way to replace the Jersey component by the Apache CXF framework.
Thank you for your help.
0
votes
1answer
231 views
maven and Atmosphere 0.8.4
i need Atmosphere 0.8.4 in my pom.xml
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
...
3
votes
1answer
399 views
GWT Atmosphere + RequestFactory
I'd like to produce following behaviour:
User in the browser saves some entity. After entity is saved on the server side, it generates notification and it must notify all other clients by means of ...
1
vote
2answers
624 views
Disconnecting Atmosphere sockets in Grails
I'm writing a Grails application which uses Atmosphere plugin. The connection works but every time I update the page in a browser I see that my web server adds a new Daemon thread which is never ...
0
votes
1answer
296 views
Atmosphere low level protocol with Android
Is it possible to use Atmosphere with android? (No WebView) Does a specific library (that manages unreliability in mobile connections) exist? Where could I find any documentation about it?
2
votes
1answer
338 views
Atmosphere with Android
First, I plan to use Atmosphere on the server side and on the client side an Android app with a WebView in which I'll use jQuery.
But, later on a more "standard" Android application is planned (no ...
1
vote
1answer
441 views
How to destroy BroadCaster when browser connection is close in Atmosphere
I have created simple server push using atmosphere run time in tomcat 7.0.23
I am able to get message(data) from server in browser, now the problem is whenever i am closing the connection(browser), ...
0
votes
1answer
281 views
Using Atmosphere to return JSONP serialized objects
I would like to use Atmosphere in one of my projects and have some problems using it to return simple POJO-s serialized into JSONP. I do not understand the relation between the @Produces annotation ...
2
votes
1answer
384 views
Returning JSONP for a Suspended Atmosphere request
I have a servlet that has a suspending method and a broadcasting one:
@GET
@Path("/notification")
@Produces( { "application/x-javascript", MediaType.APPLICATION_JSON })
@Suspend
public ...
0
votes
1answer
267 views
Grails Atmosphere client makes to many calls
I have a Service like in the documentation:
class TestAtmosphereService {
static transactional = false
static atmosphere = [mapping: '/atmosphere/test']
def onRequest = { event ->
....
}
...
0
votes
1answer
706 views
Grails Atmosphere Plugin broadcast to different clients
I'm trying to extend the Groovy Mag Atmosphere Example (https://github.com/rbramley/GroovyMagJMS) to broadcast to different clients. (Like in Broadcasting to a subset of subscribers in Atmosphere)
A ...
2
votes
1answer
418 views
Decoding GWT RequestFactory payload without Request from out-of-bound message
We're using GWT Atmosphere to send strings from the server to the client and it works quite well.
However, we would like to send whole entities from the server to the client, serialized by the GWT ...
8
votes
2answers
8k views
A message body writer for Java class … and MIME media type text/html was not found [duplicate]
I am using the jms/atmosphere framework to make communication between two applications.
One of the applications is a message producer for a topic, sending custom objects of the following type:
...
0
votes
1answer
796 views
Grails 2.0, Atmosphere-Plugin and WebSockets
I am trying to get a sample WebSocket app running on grails 2.0 with jetty 7.5 in dev mode. I generated a simple AtmosphereHandler, but whenever I try to connect via a WebSocket I get the following ...
2
votes
1answer
1k views
Atmosphere/Jersey bidirectional conversation
I've seen a number of Atmosphere examples including pub-sub. I want to do something like pub-sub (client subscribes to a channel that is unique to that client; server periodically publishes to that ...
1
vote
3answers
2k views
good example for grails using atmosphere plugin
I am looking for a good example or tutorial which deals with grails and the atmosphere plugin.
The tutorials i found seems like to miss some information to get my examples working.
thanks
1
vote
2answers
273 views
Injecting service into Grails Atmosphere Handler class
I have an NotificationsAtmosphereHandler as an Atmosphere framework handler class in my Grails application. I would like to use springSecurityService service inside of it. How I can inject service ...
0
votes
1answer
137 views
Is it possible to include a remote web page in a facelet page?
I have a web project using jsf2 implementing a gaming web site on tomcat7.
When two players want to play against, I would like to insert in the playing web page another page showing the game ...
2
votes
2answers
3k views
Atmosphere integration with Spring MVC framework:
I succeeded to make simple and small example which integrates between Spring MVC and Atmosphere framework. It works very well, but it behaves the way I'm failing to understand:
In my try example i'm ...
0
votes
0answers
319 views
unable to run atmosphere sample in glassfish 3
i am trying to run Atmosphere example in Glassfish 3 and i have updated Jersey 1.9.1 successful in it
but some after deploying the sample successfully i am getting errors , source of download
...
1
vote
1answer
3k views
MultivaluedMap exception
I am trying to run one sample of atmosphere but when i run the Restful web services its giving me following error , i guess because of following code its generating error , i don't know what is wrong
...
0
votes
2answers
427 views
jquery atmosphere cross domain restrictions
i'd like to connect to a comet server using jquery atmosphere plugin. Problem is the server is located on a different domain and "As of v 0.7.2, Atmosphere JQuery PubSub does not support cross domain ...
1
vote
1answer
345 views
Parsing responses of content-type chunked in python
I'm trying to read and parse a request of content-type: chunked in python. Here is what I see when I load the url in a browser and look at the source:
<!-- ...
2
votes
2answers
2k views
How to load APR Connector (Native) in JBoss 7
I want to use Atmosphere XMPP but i need to load native connector APR. I am not very familiar as of yet with JBoss 7 so i was wondering if anyone knows how to do this? WIndows x64 or Linux x64 ...
1
vote
1answer
425 views
Getting error on pubsub example using Atmosphere + Jersey
I'm following the tutorial here
http://jfarcand.wordpress.com/2011/06/29/rest-websocket-applications-why-not-using-the-atmosphere-framework/
I already have a Jersey project up and running and working ...
1
vote
2answers
328 views
Getting GWT and Grails with Atmosphere plugin to work together
I was able to successfully get the GWT Atmosphere demo project as well as the Grails atmosphere project up and running. However, when using the Grails backend to power up the GWT Atmosphere client, it ...
2
votes
3answers
1k views
Broadcasting to a subset of subscribers in Atmosphere
What I'm trying to do:
Be able to have users subscribed to a number of different 'chat rooms' and use reverse AJAX / comet to send messages from a chat room to everyone logged into that room. (a bit ...
1
vote
2answers
600 views
Atmosphere Grails single user broadcast
I'm creating a Grails application which makes use of the Atmosphere plugin to push data to the browser. However I'm having trouble in creating a broadcast channel to a single user (the session's ...
0
votes
1answer
315 views
Grails atmosphere plugin problem
I'm using the Atmosphere plugin in a Grails application to make Ajax push calls to the client. The basic architecture is, I have a loop in the server which creates the data that I want to push to the ...
1
vote
2answers
636 views
Atmosphere Request Scoped Broadcasts
I'm having trouble restricting the scope of my broadcasts, using Atmosphere 0.7.2.
I have a Jersey POJO, with an open method, and I want to pass the broadcaster to a non-webservice class. This is to ...
1
vote
1answer
492 views
How do I configure the CometConnectionManagerValve for Tomcat?
I'm trying to get atmosphere running with tomcat 6.0. In the atmosphere whitepaper it is briefly mentioned that I have to "configure the CometConnectionManagerValve Valve" to have auto-detect remote ...
0
votes
2answers
589 views
How to run Atmosphere Sample?
I have just downloaded the Atmosphere Samples from Github. When I ran jetty:run goal on the chat-sample, I have some problems.
I can access to the page (http://localhost:9090) with my browser, but ...
2
votes
1answer
2k views
Spring Webflow , Primefaces with Comet (Atmosphere)
Thinking to start a project using Spring Web Flow with Primefaces. I need to use comet so i figured Primefaces uses Atmosphere. I'm not really experienced with the Atmosphere / Comet business so any ...
1
vote
1answer
916 views
Problem using Atmosphere with Glassfish v3 and Primefaces
am trying to create a chat app using primefaces ajax push/comet which needs Atmosphere to run.am using glassfish v3 as my web server.but when i start up the chat app and try to chat i get this ...
0
votes
3answers
1k views
Atmosphere Multiple streaming XmlHttpRequests (XHR)/Channels block?
I am building an web app which uses Comet. The backend side is build with Atmosphere and Jersey. However I ran into trouble when i wanted to subscribe to multiple channels. The jQuery plugin ...
3
votes
1answer
2k views
Unable to broadcast to single connection using Atmosphere runtime
I am using Atmosphere runtime 0.6 Snapshot. Tomcat 7 is logging correctly that I am using the Http11 Nio connector and there is no warning that BlockingIO will be used.
I am trying to send messages ...
3
votes
1answer
2k views
Missing dependencies with Atmosphere and Jersey
I am trying Atmosphere together with Jersey to be able to broadcast messages to users. However on request to the Jersey endpoint, the following appears in the log and results in ServletException.
...
1
vote
1answer
2k views
how to trigger notification from other framework in atmosphere (comet)?
basically i have read some samples, but all are self contained in one servlet.
such as: use doGet to establish the long polling connection, and then use doPost to trigger the event to notify all ...
0
votes
1answer
541 views
How to use atmosphere-spade-server in combination with atmosphere-pubsub.war
I would like to play with atmosphere-spade-server.jar + pubsub.war. First of I have maven installed, but to be honest Maven is kind of new to me. Could please someone please explain me how to use it ...
0
votes
1answer
609 views
use atmosphere api or use grizzly directly? [closed]
i cannot see the different between using atmosphere api or use grizzly directly? can explain?