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 two parameters
cometd.subscribe(channel, call_back);
but a few implementations I've seen include a boolean and a possible object to the pa...
Hello,
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 cometd and then read some blogs saying that activeMQ is older and flag carrier on ajax push thing, but there was also another blog sa...
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 application) and I'd like to consume them in my GWT.
Of course, I can drop into JavaScript, hook up Dojo, and receive callbacks in the JavaScript ...
Hi all,
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 create a Bayeux application on the phone but I'm having some trouble. I can hit the page that has the dojo cometd scripts on it,...
I need to connect to a Bayeux server form a wxPython APP.
I would appreciate any hint about that.
...
Anyone have working (simple) example source code of the Bayeux + Comet support in Resin 4?
Thanks.
(or if not, any for Jetty?)
...
I need simple Bayeux server on PHP but so that it will not work like daemon. I suppose it may use database or files to store information. I starting to write my own but maybe there are some realization of what i need?
...
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 I'm not sure how to configure it.
I'm using Jetty embedded within another application, so I tried the things suggested at http://docs.code...
I am working on an notification application using Cometd 2.1. I have a jQuery client that subscribes to my channel, and an authorizer that determines their user context. When they subscribe, I am making a subscription to Redis that may generate events in the future to send back to the client. The documentation says not to create specif...