0
votes
1answer
12 views

Atmosphere - how to push data from struts 2 action

my question is how to push data from server in atmosphere without using javaScript I followed the chat tutorial it was so understandable, now I want to push data from an action in struts 2 (and not ...
0
votes
0answers
24 views

Atmosphere stops working

We changed primepush to atmosphere, and when launching our application socket just stops sometimes, with no exception on either client or server side:| Tomcat 7.0.37, connector apr <servlet> ...
0
votes
1answer
19 views

Should org.glassfish.grizzly.websockets.DefaultWebSocket$WSServletRequestImpl.pathInfo be null?

When a socket connection is established via the url /path/to/socket should org.glassfish.grizzly.websockets.DefaultWebSocket$WSServletRequestImpl.pathInfo be null? It seems like it should always ...
0
votes
1answer
80 views

JSON post with asynchttpclient

I'm trying to do a POST request on a REST service with async support (provided by atmosphere). Here's what my service looks like: package co.damt.services; import javax.ws.rs.Consumes; import ...
1
vote
0answers
46 views

Implementing HeartBeat in Atmosphere Framework (Android) [closed]

1)How can we Implement Heart Beat in Android. I already Implemented Atmosphere framework. Currently what happening is webscoket connection got dismissed which we are not able to Identify
0
votes
1answer
19 views

Java Atmosphere @MeteorService compile via cmd?

I am trying to understand Atmosphere API. Trying to compile a given example with CMD. given at - https://github.com/Atmosphere/atmosphere/wiki/Getting-Started-with-Meteor,-WebSocket-and-Long-Polling ...
0
votes
1answer
56 views

Atmosphere - Nginx as https->http forwarder - websocket not working

I am using Nginx to transform https to http from client to server. I have an atmosphere configuration working well in websocket without this forwarding. Now if I switch to https with Nginx in the ...
0
votes
3answers
68 views

Broadcast to only one client with Atmosphere

How do I broadcast messages from only one client to another with Atmosphere (Meteor)?I have currently this implementation based on meteor tutorial @Override public void doGet(HttpServletRequest req, ...
3
votes
2answers
50 views

How to listen when data is pushed

I'm using the portal javascript library to interact with my Java sockets. I can't seem to determine how to get a request mapped to a method on the below resource. A socket is being established ...
0
votes
1answer
181 views

How to specify Spring Servlet with Atmosphere in main()

Currently I'm implementing atmosphere into my main() method like this... public static void main(String[] args) throws IOException { final HttpServer server = HttpServer.createSimpleServer(".", ...
0
votes
1answer
52 views

debugging a jetty application

I'm using the atmosphere framework (https://github.com/Atmosphere/atmosphere) which runs on a jetty server and brings websockets to any browser. The problem that I'm having is that for some strange ...
0
votes
2answers
73 views

onStateChange is called multiple times in atmosphere framework

I'm using the atmosphere framework in my application. https://github.com/Atmosphere/atmosphere I've extended the AbstractReflectorAtmosphereHandler class and implemented the -onRequest -destroy ...
0
votes
1answer
85 views

How to mimic Facebook's “Like” feature in WebSocket

I developed a proof of concept application that uses WebSocket to mimic the functionality of Facebook. If on Facebook someone "likes" a picture, I see the notification on my page right away without ...
0
votes
1answer
140 views

atmosphere p2p chat

I would like to know if it is possible to create web based chat with Atmosphere Framework that would work for p2p. In Atmosphere examples there are chat examples that broadcast message to all ...
0
votes
0answers
93 views

java.lang.ClassNotFoundException: javax.servlet.DispatcherType while using Atmosphere Spring example

I am trying to experiment the Atmosphere framework. I've downloaded this example on github: https://github.com/Atmosphere/atmosphere-extensions/tree/master/spring/samples/spring-websocket Since I ...
2
votes
1answer
295 views

POST JSON from Javascript client to Jersey resource in Atmosphere framework

I have been Googling and trying to get this to work for hours...The problem is the server is not receiving data as JSON but as text. This is the POJO package my.package; import ...
0
votes
0answers
117 views

Wicket + Atmosphere + Guice

I'm trying to configure Atmosphere and that is what I get when I post event to EventBus java.lang.IllegalStateException: MeteorServlet not defined in web.xml at ...
0
votes
1answer
103 views

Spring 3 + atmosphere - type AtmosphereResource is not generic

I am getting Error of (The type AtmosphereResource is not generic; it cannot be parameterized with arguments ) during implementation of the following method in my spring 3 controller. ...
1
vote
1answer
402 views

Running a Websocket connexion with an embedded atmosphere and jersey servlet

I am trying to get an instance of Atmosphere to run as a servlet without using a Web.xml and using the WebSocket functionnality. It seems that the mapping is not working, because I am able to connect ...
0
votes
0answers
252 views

Java (Android) Atmospheric Scattering Rayleigh/Mie Caculcation Problems GLES 2.0

OK, here goes, I have been attempting to port the Sam O'Neil code to Java (Android) for a project I am working on, but cannot for the life of me figure out what I am doing wrong. The port seems fine, ...
2
votes
2answers
204 views

XMPP chat in GWT Applications

I am looking of something of this kind. My application uses Google OAuth to login. Now, I want to integrate XMPP chat in my application. When I am logged into my application through, using this chat, ...
0
votes
0answers
165 views

How to compile Atmosphere Chat with NetBeans 7.2 and Tomcat 7.0.27

I'm trying to compile Atmosphere chat sample but with no luck. I've opened the project (maven) with NetBeans 7.2.1, but on deployment I got: Deployment error: Tomcat configuration file ...
1
vote
1answer
285 views

Atmosphere: Multiple subscriptions over single HttpConnection

I'm using Atmosphere in my Spring MVC app to facilitate push, using a streaming transport. Throughout the lifecycle of my app, the client will subscribe and unsubscribe for many different topics. ...
0
votes
1answer
270 views

How to have a servlet for a specific resource but use wicket for the rest of the web application

I'm trying to add Atmosphere support to a Wicket-1.5.X web application. (Currently upgrading to 6 isn't an option.) I currently have the wicket filter configured to run on top of the Atmospheres ...
0
votes
1answer
642 views

CORS - Origin http://localhost is not allowed by Access-Control-Allow-Origin. error.

I'm having trouble enabling CORS for a web-app i'm building using the atmosphere framework (https://github.com/Atmosphere/atmosphere) My request looks something like : /** * @constructor * ...
1
vote
1answer
351 views

Atmosphere socket established but no data being received/sent

I am following the Atmosphere tutorial to get a basic chat application setup. Currently when running the javascript, it appears to be able to establish a connection to the server using web sockets. I ...
0
votes
0answers
208 views

Atmosphere broadcast only first message received

I have implemented an observer that broadcasts status messages on updates using Atmosphere JerseyBroadcaster. I was able to connect to the websocket and receive the first message. However, subsequent ...
1
vote
1answer
992 views

Basic chat application using java and Atmosphere

I am trying to get a simple example of a Atmosphere chat program working with Glassfish and Jersery. So far I have a basic maven webapp archetype with the following structure: The chat resource ...
1
vote
1answer
243 views

WebSockets - correct approach for creating channels and pushing data

I have a scenario whereby I want to inform users of my site that someone has commented on an article on which they have also commented. This is a lot like the way that SO notifies me when someone ...
0
votes
1answer
268 views

How to remove atmosphere broadcaster

Need your suggestion, please. My system is about client program and web service. Clients are instantiators of some events, they send message to web service, it is processed and when done- broadcasted ...
3
votes
2answers
455 views

Framework for developing realtime websocket application

I am into developing an application for playing chess online, the current version hosted at http://www.chesshunt.com (works okay for multiple players chatting and playing against each other) Current ...
2
votes
1answer
530 views

conflicts within mvc:annotation-driven in dispatcher servlet configuration

I was trying to integrate an atmosphere websockets maven project to a spring ant project. But while configuring, it seems to be some conflicts are raised in bean instantiation. This is my ...
0
votes
0answers
160 views

How to server publish data to client with atmosphere-jersey [closed]

As the title, my server should send something to my client sometimes, i used jersey, how can i do this?
0
votes
1answer
1k views

how to enable NIO / atmosphere on tomcat 6

I'm trying out atmosphere on tomcat 6 but only long polling works not websockets. The message i receive in the console output is Tomcat failed to detect this is a Comet application because ...
0
votes
2answers
323 views

Atmosphere @MeteorService annotation not working

i trying to create a basic atmosphere test from the below link. I have everything downloaded what it ask from the pom file. But for some reason the eclipse cannot recogonise "@MeteorService(path = ...
1
vote
1answer
596 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
543 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/ ...
1
vote
1answer
611 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. ...
2
votes
1answer
339 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
444 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
282 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
386 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 ...
9
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: ...
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 ...
0
votes
0answers
321 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 ...
1
vote
1answer
493 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
590 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 ...
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 ...

1 2