The Asynchronous WebSocket/Comet Framework
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
37 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 ...
1
vote
1answer
189 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
0answers
41 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 ...
1
vote
2answers
605 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
3answers
69 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
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
28 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
0answers
28 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
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
20 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
40 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
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
0answers
21 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
75 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
71 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 ...
1
vote
1answer
31 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 ...
0
votes
1answer
82 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
58 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
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
139 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
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.
...
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
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
147 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
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
321 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
319 views
What's the configuration the atmosphere for the servlet, primefaces 3.4 and glassfish 3.1.2.2
My environment is Glassfish 3.1.2.2 (enable Comet), JDK 1.7.0_07, Atmosphere 1.0.0.RC1, JSF 2.1.10, and PrimeFaces 3.4 on Windows 7.
I am trying out the Counter example (primefaces 3.4 counter)
I ...
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
* ...
0
votes
0answers
63 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 ...
0
votes
1answer
184 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
19 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
59 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
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
...
2
votes
1answer
298 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
166 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
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
141 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 ...
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
105 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
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 ...




