cometd Questions
2
I need to implement long polling in my application to retrieve the events. But I have no idea how to do it. I know the concept of long polling, i.e to leave the connection open, until an event occu...
Meingolda asked 22/3, 2014 at 19:26
1
Solved
This is related to the following:
Safari 9.1 for El Capitan
Safari 10 for Sierra
Does anyone know what is Safari doing in the JavaScript engine with respect to setTimeout() when the browser or the...
Airborne asked 20/1, 2017 at 16:25
2
Solved
We have a web application using Jetty 8.1, dojo, and cometd that interacts between the browser and web container using (1) a JSON/HTTP REST API for synchronous operations and (2) a cometd API to re...
1
Solved
i'm just a beginner in cometd , and i'm interested and wanted to learn what cometd is and what for it is used i googled it out and found some resource.Under the following link
1.http://docs.comet...
Morse asked 5/12, 2014 at 14:11
2
I am trying to switch Jetty from 7.6 to 9.2.
I read and understood that "OPTION" will no more work. So I changed my command from
java -jar start.jar --ini **OPTIONS**=server,jmx,resources,websoc...
2
I am currently writing a forum web-application using Spring MVC. I'm just a beginner at Spring and have only been working with it for about 1 week now.
I need to implement push notifications. He...
Anhydrous asked 3/1, 2014 at 10:12
1
Solved
I'm not sure where to start or what information is relevant please let me know what additional information may be useful in solving this problem.
I am developing a simple cometd application and I'...
2
I have a Java project that is connecting to a CometD server over a secure WebSocket transport which uses a self-signed certificate. I'm configuring the WebSocketClientFactory in the following way:
...
1
Solved
I would like to only password protect the root directory on my context path for a Jetty WebApp. My context path is /MyApp, so I would like to require a password for accessing:
http://localhost:808...
Lashonlashond asked 16/7, 2012 at 17:48
2
Solved
The official documentation doesn't mention the support, but I'm wondering if it is possible to hook up a client program instead of javascript to use the Channel API. I'm currently using the basic p...
Hone asked 5/12, 2010 at 3:28
1
Solved
I'm trying to get started with cometd (http://cometd.org/) and jetty 6 or 7, but I seem to be having problems. I've got an ant script that packages my code up into a war with the cometd 1.1.1 binar...
7
Solved
I am building a web application that has a real-time feed (similar to Facebook's newsfeed) that I want to update via a long-polling mechanism. I understand that with Python, my choices are pretty m...
Quench asked 7/6, 2009 at 1:18
1
© 2022 - 2024 — McMap. All rights reserved.