The Asynchronous WebSocket/Comet Framework

learn more… | top users | synonyms

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 ...
3
votes
0answers
35 views

Igonre websocket connection in Spring Security SavedRequest

I have Grails application with spring-security-core plugin and Atmosphere framework. If I log out from page that have opened Websocket connection then spring security keeps url of WebSocket ...
0
votes
0answers
40 views

How to integrate Atmosphere with Spring and Jersey?

Currently I have a Jersey-Spring application with the following configuration. <servlet> <description>JAX-RS Tools Generated - Do not modify</description> ...
0
votes
0answers
10 views

indirectly referenced from required .class for jersey

i am trying run atmosphere sample over Tomact 7 using eclipse after adding necessary jar files when i build the project i am getting following error and the error says The type ...
0
votes
0answers
22 views

Atmosphere synchronous request

I would like to execute a synchronous request using Javascript and jQuery.atmosphere. In particular, I would like that, once I send a request, the application stalls until I get a response (or a ...
0
votes
0answers
27 views

dynamic Highcharts with integer input from textbox?

I need help I'm a JS, JQuery Beginner and I have to make a project for university. I have to make a Highchart Application which change after you had input an integer in a textbox and pressd the ...
0
votes
0answers
26 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
0answers
39 views

could not transfer artifacts org.codehaus.plexus:plexus-utils:jar in maven

I and trying to run sample of atmosphere in my eclipse but i have some error which is related to maven in my pom.xml Project build error: Unresolveable build extension: Plugin ...
0
votes
0answers
34 views

gradlew - unable to find 'org/atmosphere/gwt20/AtmosphereGwt20.gwt.xml' on your classpath

I am facing a problem implementing GWT-atmosphere with GWT 2.4 I have added gradle dependencies to my updprayag-gwtclient module: dependencies { gwtCompile ...
0
votes
0answers
20 views

Injection of objects when using atmosphere-jersey

I am using Jersey with Jetty for developing a RESTful web service and used to do injects of objects like this: PackagesResourceConfig pkgrc = new PackagesResourceConfig("the.package.name"); ...
2
votes
0answers
73 views

Grails Events Push Failed to Initialize Atmosphere Framework

Deploying a Grails project that uses Events Push Plugin. I keep getting this error. Production environment: Tomcat 7.39 Server: CentOS, Java Version: OpenJDK Runtime Environment (IcedTea6 ...
0
votes
1answer
67 views

Atmosphere timeout issue with tomcat 7.0.39

I tried various combinations and always get a timeout I can't change through configuration as indicated in documentation. Here is part of my web.xml: <servlet> ...
0
votes
2answers
28 views

How to get snapshot from Sonatype

I'm trying to get the snapshot release for atmosphere that is available for org.atmosphere and can't seem to get it... <repositories> <!-- Added to get the Atmosphere 1.1.0-SNAPSHOT, can ...
0
votes
1answer
33 views

Atmosphere - simple case scenario - fallback transport does not work

I would like to create prototpe using Atmosphere (1.0.12), but my current impelementation does not work with fallback transport. Simple case scenario: 1. Client connects to server - server pushes ...
0
votes
1answer
81 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
135 views

android websocket connection timeout with wAsync (atmosphere)

I previously wrote a Java SE client based on wAsync. It works rock-solid with version 1.0.RC1 connected to Atmosphere 1.1.RC1. I followed this example from Jeanfrancois to accomplish this task ...
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, ...
0
votes
0answers
28 views

Too many allocations for ConcurrentLinkedQueue Iterator usingPrimePush

We are testing our application with two clients, there are not so much pushes but CPU is used 97% by PushContextMetaListener, which results in ConcurrentLinedQueue Iterator making. ...
1
vote
1answer
30 views

null BroadcasterFactory before Nettosphere initialization

I want to inject a BroadcasterFactory into a Publisher-style class before I have constructed my Nettosphere via it's builders. But a call to BroadcasterFactory.getDefault() returns null before it's ...
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
0answers
83 views

Grails atmosphere plugin not working with Tomcat

After including atmosphere plugin to my grails application (only added following to BuildConfig.groovy) compile ":atmosphere:0.4.2.3" Application start normaly when running it with command ...
0
votes
1answer
70 views

How to invoke a conventional REST-RPC call with the Atmosphere framework?

How do I send POST/PUT/DELETE calls to a rest source using Atmosphere 1.1.0+ in a conventional RPC manner? (You are guessing right, I want to employ pub/sub and RPC style in my project) serverside: ...
0
votes
1answer
53 views

Grails and Atmosphere: Rendering templates in a service using Atmosphere push

I'm using Atmosphere 1.0.12 to push data from a server to my clients in a Grails 2.2.1 application. The application is an auction Web site, and I'm pushing updates such as prices, bidder information, ...
0
votes
1answer
318 views

no Atmosphere Handler found - Jetty Websocket Jboss

I'm trying to set up a project such as I have : - Jboss as main container web - a project call PWS which ran with jetty to support web socket in Jboss - Connecting with Web Socket to make the use of ...
0
votes
1answer
145 views

A simple application on Atmosphere framework using Tomcat

I am very new to atmosphere and java.I am trying to create a simple application using atmosphere framework. I have created a servlet called ChatServlet which implements Atmospheerhandler as shown ...
0
votes
0answers
62 views

Browser and Java client asynchronous communication: Atmosphere

I am trying to have a Java app that can communicate with a "browser app" (that is to say, a normal browser client in a web based application). After some reasearch, I thinked to power my Server (which ...
1
vote
1answer
188 views

HTML5 Server sent events and multiple clients (without using Comet)

I have a usecase for which I would like to know if HTML5's Server-sent-Events is suitable. Multiple clients (Javascript+HTML5 browsers) connect to the web server (with a Java EE backend). Each client ...
0
votes
1answer
183 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
0answers
87 views

spring, wicket: atmosphere Eventbus nullpointerexception when testing

I am using following code: private WicketTester tester; @Autowired private ApplicationContext applicationContext; @Autowired private LDBApplication ldbApplication; @Before public void setUp() { ...
0
votes
0answers
18 views

How to start Atmosphere Spade Server with user defined configuration

I am new to atmoshphere framework. I try to work with atmosphere spade server but not able to found any api to start it with configuration parameters that we can easily provide in other servers(like ...
0
votes
0answers
58 views

Need help point out whats wrong i am doing configuring Atmosphere in tomcat 6.I am unable to get it to work

Hello there i am trying to implement atmosphere comet library in a project running in tomcat 6.I have followed their wiki and added all of the libraries and and added the following in web.xml ...
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 ...
0
votes
1answer
155 views

how can i forward websocket request to apache tomcat from apache httpd

I have server setup like Apache2 + mod_jk + two instances of tomcat(7.0.33). Now I am using atmosphere with tomcat. Atmosphere with long-polling is working just fine. But now i want to use web sockets ...
0
votes
1answer
71 views

How To Resume Atmosphere Connection When User Cancel Closing Browser Window

Our application is using atmosphere as the comet implementation,we want to implement the functionality that user can choose to stay within the site after browser window is closing by prompting the ...
2
votes
1answer
296 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 ...
1
vote
1answer
165 views

Error on using Primefaces Push with Tomcat 7.

I am trying to implement the basic counter example given in the primefaces showcase. When I run the application on Eclipse, the counter seems to get incremented after every click. But on Firefox and ...
0
votes
2answers
137 views

Atmosphere - onMessage is not called for the first data push

I'm using Atmosphere framework and query.atmosphere.js. I can connect to server from client (web browser) and establish connection (websocket in my case). I can push data from server to connected ...
0
votes
1answer
48 views

Broadcasting in Atmosphere, which class to extend?

I'm using the atmosphere framework and I'm running a thread started in a ServletContextListener. I would like to broadcast data that this thread puts in the context however I'm confused what class I ...
0
votes
0answers
119 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
104 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. ...
0
votes
0answers
43 views

How can I find out what transport is being used by AtmosphereResource in a grails application using the Grails Atmosphere plugin?

I'm using Atmosphere Plugin(v 0.4.2.1) in grails (v 1.3.7). In my onStateChange() method I am trying to get the method of transport for the AtmosphereResource. I tried: AtmosphereResource.transport() ...
0
votes
1answer
44 views

Atmosphere unsubscribe leads to error

if a certain message arrives, I want to unsubscribe from atmosphere resource: mySocket.onMessage = function(response){ if(response.responseBody == 'done'){ ...

1 2 3