Tagged Questions

Cometd is technology that allows a web server to push data to a browser, without the browser explicitly requesting it.

learn more… | top users | synonyms

20
votes
7answers
10k views

Python Comet Server

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 much ...
6
votes
3answers
805 views

Consuming Google Channel API in C#

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 ...
4
votes
1answer
141 views

Publish messages using CometD Java client that can be consumed by Javascript subscribers

I have a Java web application that uses CometD. The workflow is simple: I have defined a service that acts upon receiving messages on channel "/service/hello". This service expects a parameter ...
2
votes
1answer
84 views

CometD publish a message back to a client

I am having a problem in sending back a message to a client. Below is my code JavaScript dojox.cometd.publish('/service/getservice', { userid : _USERID, ...
2
votes
1answer
63 views

implementation in cometD

I am new to CometD, Is there any simple example to implement service channel model in case of response/request model. I have seen cometd.org but there is no such example to how to send the response ...
2
votes
4answers
553 views

Stock Market with Graph Plotting (PHP Jquery or any) [closed]

I have received a project which to do "Stock Market" but I don't know which method that I shall do with? Anyone can recommend or give me some suggestion to point me out? First of all it is Web based ...
2
votes
1answer
615 views

System requirements for Cometd/Bayeux Usage on Android

I'm trying to implement a Cometd/Bayeux server on Android using iJetty. The Jetty implementation itself works just fine serving static pages along with servlets. I am trying to up the ante a bit and ...
2
votes
2answers
580 views

How can I connect GWT to CometD/Bayeux events?

I've got a GWT application, which periodically needs to update the screen with new tick items as they come in. We also have messages published by a CometD/Bayeux server (for a different AJAX ...
2
votes
5answers
1k views

how can i start ajax push website (activemq or cometd or sth else)?

I want to start an application which will use ajax push, however the web server should be configured properly and i don't know how to start on server side components. I wanted to start with dojo's ...
2
votes
1answer
544 views

Clustering COMET using Terracotta

We're trying to cluster a COMET web application written in Java using JETTY 7.0's implementation of suspended servlet 3.0 API. Does anyone have experience using Terracotta in a suspend/resume servlet ...
1
vote
1answer
51 views

Is it possible to implement Forever-Response in ASP.Net Webservice WebMethod?

As defined in the Bayeux specification, Bayeux transports can use the streaming technique (also called the forever response) that allows multiple messages to be sent within the same HTTP response. Is ...
1
vote
3answers
541 views

What XMPP framework for Java to choose

I'm currently considering usage of XMPP as an additional protocol for an existing chat server. Since the chat server is implemented in Java, I'm looking for a java framework that implements XMPP. It ...
1
vote
1answer
110 views

What is the java cometd pattern for notifying clients of server-side events?

I'm struggling to understand an efficient way to notify clients without wasting threads. When a client connects to a CometD servlet, I want to start monitoring server-side events for the client, and ...
1
vote
1answer
251 views

How do I turn off DBUG level logging in BayeuxServer (embedded in Jetty)?

When running the CometD Bayeux implementation in Jetty (7.1.5), lots of DBUG level logging is output to the console. I've identified the logger as a org.eclipse.jetty.util.log.StdErrLog instance, but ...
1
vote
1answer
1k views

Problem with cometd and jetty 6 / 7

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 binaries ...
1
vote
2answers
577 views

Jquery and cometd problems with URL and 404 errors

I'm writing jquery client for cometd server (i'm using jquery.cometd.js plugin) and I'm running out of ideas why the simplest possible case doesn't work. The cometd server is behind apache (so it's ...
1
vote
1answer
401 views

How can I debug Cometd / Grails 1.2.1 problem?

When I add the Cometd plugin to Grails 1.2.1, grail's "jetty" debug environment will no longer start up. I have been unable to debug this, not being familiar enough with the underlying components. ...
1
vote
1answer
462 views

How to configure dojox.cometd for callback-polling?

So far I found some examples on how to configure dojox.cometd, but none of them configure the connectionType. I am currently more interested in callback-polling instead of the long-polling (that is ...
1
vote
1answer
450 views

Parameters passed to cometd.subscribe()

Hopefully this isn't too specific/small a question, but I was wondering if anyone knew what the possible arguments are for the dojo cometd subscribe() function? The few examples I've seen indicate ...
0
votes
1answer
11 views

Comet message sent twice

I want to use Cometd in my project and tried the Jetty 8 version of it on a Tomcat 7 server. It works but the message is being sent twice. To check if it had something to do with the rest of the ...
0
votes
0answers
37 views

jquery change in external js

I have a php page where I create a counter. I want sync its with my DB's data. I use cometd for send data to server to client. My php page <input id="numero_preventivi_new" style="display: ...
0
votes
3answers
63 views

Cometd, jquery and database

I would to retrieve data from DB with cometd and jquery! I can established a connection and making handshake, but I can't understand how to send a calling to a page that retrieve my data from DB. Have ...
0
votes
1answer
73 views

CometD receiving published data using jquery in front-end

I'm doing a market/stocks watch web project. At the server side I have a Servlet and Service on a cometd-jetty implementation. The Service (CometD Client publisher) sends a JSON published data. ...
0
votes
0answers
141 views

Grails cometd jetty7 run-app works but not run-war

I am trying to get Jetty 7 and Cometd working in Grails. When running my application using grails run-app everything works fine, but if I deploy the war in Jetty or just run grails run-war I get the ...
0
votes
0answers
101 views

Type hinting in DataContractJSONSerializer - My __type fields are being reordered beyond my control - How to work around?

I'm currently implementing a Bayeux client, which uses JSON to communicate with other applications. DataContractJSONSerializer, and JSON.Net (NewtonSoft) both require the __type field to be the ...
0
votes
1answer
179 views

CometD in tomcat

How to run the demo (Client: JavaScript API, Dojo Server: Java ) in cometd-2.3.1 package on tomcat server? Since I am new to this topic, please provide detailed steps
0
votes
1answer
169 views

CometD/Bayeux client for iphone

Im looking for a Bayeux/CometD client for the iPhone. Objective-C implementation would work. Any idea where I can get it from? or any idea how I can create one cometD client for iphone .
0
votes
0answers
61 views

How to connect to CometD server using Objective-C

I need to connect to a CometD server using Objective-C from an iPhone, and stream data. What is the best way or is there a tutorial or tips?
0
votes
1answer
70 views

How can I publish a message to all Javascript subscribers for a channel using CometD?

Given a Java web application using CometD, how can I publish a message to all of a channel's subscribers each time a message is processed by bayeux? For testing, I used ...
0
votes
0answers
79 views

cometd setup: using dojo and apache

Can some body point out how to set up a server and client for cometd application. i have dojo, and appache server .. when i browsed through , came across jetty server. Im not sure whether both ...
0
votes
0answers
57 views

Problem with publishing using Jetty

I am having trouble publishing to the channel subscribed by two users. It seems that whenever I am publishing a msg, it is sending it 3 times (sometimes twice) to both users. Therefore both users are ...
0
votes
0answers
142 views

Alternative solution for apache proxy mapping

My main application running on Apache Tomcat 5.5 which is behind on a Apache Web server. My main application using a long-pooling mechanism which is purely based on CometD running on Jetty 7. Current ...
0
votes
2answers
393 views

How do I configure cometd to work properly with google chrome?

Note: I've cross-posted this question in the grails-user mailing list This weekend using this fantastic blog post as a guide and the cometd grails plug-in, I was able to get cometd installed with my ...
0
votes
2answers
238 views

Cometd with glassfish

I have been trying tp get cometd http://cometd.org/ to work with glassfish server, but I couldn't run the chat sample, seems I'm missing some libraries I found this in the glassish documentation ...
0
votes
2answers
197 views

Running several Grails / Jetty instances on the same server and same port, but with different host names

I would like to run several Grails applications, powered by Jetty (but I could change the server to Tomcat if needed, however I need the Continuations API for CometD features) on the same server. They ...
0
votes
1answer
105 views

cometd bayeux: handling user disconnection properly on page unload

Current setup: cometD servlet with jQuery cometd plugin. Let's say i have a simple chat room that currently has 2 users (userA and userB) connected to it. When userB navigates away from the page, I ...
0
votes
1answer
147 views

Bayeux code example for Resin 4

Anyone have working (simple) example source code of the Bayeux + Comet support in Resin 4? Thanks. (or if not, any for Jetty?)
0
votes
1answer
135 views

Cometd point to point

I am very new to cometd in java. I am interested more about cometd in java but when i googled it i barely find one link which is the cometd link and which is not clear in documentation. Can some one ...
0
votes
1answer
2k views

Websocket vs Ajax vs cometd

I am about to use Ajax for a web dashboard w. real-time updates, planning on using Ajax but i hear websocket might be a good way to go. Websocket or Ajax? (cometd & jetty is also an option)
0
votes
1answer
397 views

Are there any Bayeux clients in Python?

I need to connect to a Bayeux server form a wxPython APP. I would appreciate any hint about that.
0
votes
1answer
405 views

Using com.sun.net.httpserver.HttpServer for comet/cometd

I would to use com.sun.net.httpserver.HttpServer to do comet/cometd. I am wondering how tough it is to do it so that I can take the waiting connections off the thread and into some waiting queue. ...
0
votes
1answer
815 views

Proper way to decode response in Dojo cometd java client

I want to push arbitrary XMLEncoded java objects back and forth using Dojo cometd channels, and I have a problem decoding the payload properly. In order to do this I have this send method in a ...
0
votes
1answer
386 views

comet callback-polling and jetty-cometd implementation

I am using the cometd implementation that comes with the jetty server. I'd like to use the callback-polling transport, but when I try to connect to the comet server from javascript (note that the html ...
-1
votes
1answer
200 views

web-based chat using comet in Java?

I am new to comet. can anyone tell me how to implement a web based chat using comet in java ( Any webtechnologies Eg. JSP ,servlet struts etc. ) ..?? Any help is greatly appriciated. Thanks.