CometD is a scalable HTTP-based event routing bus that uses a Ajax Push technology pattern known as Comet. The term 'Comet' was coined by Alex Russell in his post Comet: Low Latency Data for the Browser. See http://cometd.org/
0
votes
1answer
43 views
Duplicate instance of Bayeux Server created
I'm having a problem with my CometD Application. It looks like its creating multiple instances of the Bayeux Server. My configuration Files look like the following and i'm using Web Sockets as ...
0
votes
1answer
9 views
Storing User Credientials in the Bayeux Server
I'd like to store the clients UserName and SessionId when a client subscribes to a particular channel. When i override canHandshake() i can get the user credentials using the following:
userName = ...
0
votes
1answer
95 views
Long Polling fallback with websocket spring initialization
I am using Spring annotations to initialize my BayeuxServer. I enabled websocket by setting the transport in my Spring bean -
BayeuxServerImpl bean = new BayeuxServerImpl();
...
0
votes
1answer
47 views
Does CometD long polling use a persistent connection?
I've not been able to find a clear answer as to whether or not CometD's long polling mechanism uses a persistent connection, or disconnects and then reconnects after a message is pushed to it.
The ...
-1
votes
0answers
25 views
jquery unload event not working with cometd
I am trying to deal with cometd
It connects to server.
But problem is $.cometd.disconnect() not working on unload event.
I also tried binding beforeunload.
Client side code:
...
0
votes
2answers
21 views
Cometd how to make and subscribe channel dynamically?
I am trying to create a very simple cometD app.
Mainly i want to create channels dynamically.
First i tried localsession channels and after creating subscribed them via client side javascript.
It ...
0
votes
0answers
21 views
Cometd with jquery channel pubishing not working
I just started with cometD and trying to publish a message to channel.
Everything compiles sucesfully without any problem.
Client and Server Handshake is also working.
But stuck on publishing a ...
0
votes
1answer
33 views
chat application with cometd only is good enough?
I want to create a web chat application that will just do text chatting. A client will talk to owner. An owner will see the available client to chat with but a client cant see the list of available ...
0
votes
1answer
30 views
CometD Subscription Listeners
I’m having a problem processing Subscription Requests from Clients and carrying out some processing based on the request. I’d like to be able to invoke a method and carry out some processing when an ...
0
votes
1answer
63 views
Notifying java event to JSF Bean
Is there any way to notify jsf/spring bean when aynchronous messages are received by a java program? Moreover, the java program is a Java BayeuxClient (Cometd) as a pojo. The program successfully ...
0
votes
1answer
46 views
Does Anyone know if there is any incompatibility between COMETD and JERSEY 9? Last version of Jetty is incompatible I think
After trying to configure maven to work with the last Jetty version (embedded JETTY 9) , I tried to use cometd (last version is 2.5.1) and I figured out that is not possible to make it work.
As you ...
0
votes
1answer
48 views
Cometd filter data for specific client in channel
I'm designing a system using comet where there is a common channel where data getting published. I need to filter the data using some conditions based on client subscription details. Can anyone tell ...
0
votes
1answer
104 views
CometD long polling making session to never time out
I am using ExtJs + CometD on ui side and Spring + Jetty as backend for my application. The user gets authenticated using spring authentication manager (j_spring_security_check).
The normal http ...
-1
votes
1answer
75 views
Why do i get ExceptionInInitializerError in my code?
I would like to know why am i getting an ExceptionInInitializerError?
Platform:
Windows;
Glassfish 3.1.2.2;
Notepade++;
Cometd java libraries;
Jetty libraries;
Javac command line;
I'm walking my ...
0
votes
4answers
64 views
showing selected names in a <div> by using a javascript array
I have a div which displays name of the people who are online, I have the following members in
the div
<div id="members">
<span>Amlan Karmakar</span>
<span>Atin ...
3
votes
1answer
125 views
Cometd vs ActiveMQ for server side push for real time web applications
We have requirement to develop server side push infra for real time web applications. For this, I have been considering using Cometd since this supports both long polling as well as web sockets based ...
0
votes
0answers
32 views
Is this a good approach for a BayeuxClient class? [closed]
Is this a good approach for a BayeuxClient class?
Reading cometd reference book, Chapter 6 Java Libraries, I created this BayeuxClient class.
As a newbie to cometd, I would like to know if this ...
1
vote
1answer
45 views
How to avoid copying the entire dojo library every time creating a new Java EE package to be deployed on glassfish?
I am learning comet programming, using cometd implementation and javascript dojo library then deploying my war files to GlassFish. Every time I create a new project I have to include the entire dojo ...
0
votes
0answers
89 views
Why when i Enabling Comet on Glassfish it fails in my situation?
I want to enable comet on glassfish especially cometd, Bayeux Protocol, implementation.
Following this article: http://docs.oracle.com/cd/E19798-01/821-1752/ghgxn/index.html.
when using this ...
0
votes
1answer
112 views
socket.io vs cometd
I want to add some real time features to a web portal that is relatively well established. The server is Java EE based and we use Websphere v7. The UI is mostly Ext JS based. In other words the ...
0
votes
1answer
84 views
CometD Issues with Publishing Data
I'm new to CometD and having problems publishing data on a channel. I'm getting the following error for not invoking a handshake() on my channel:
Sender : null
Sender : L:/abc/1?
Exception in thread ...
0
votes
0answers
44 views
Cometd - Bayeux transport Error
I'm trying cometd tutorial's hello world project. I have followed every step as the explained in the tutorial. When I click on the Send Hello to Server button, this TypeError: _transport is null ...
-1
votes
1answer
116 views
Need a working example on Cometd 2 + Dojo 1.8 + Chat
I'm looking for an example on Cometd 2 with Dojo 1.8 on Chat,
Can anybody help me out in this??
I have referred cometd.org site, and I understood the concept of cometd. But, I'm unable apply it in ...
0
votes
1answer
77 views
CometD makes overkill of requests
I keep seeing strange message in the log files of my webapp.
127.0.0.1 - - [15/Jan/2013:23:00:53 +0000] "POST /cometd/connect HTTP/1.1" 200 147
This message is keep appearing in there and for the ...
1
vote
1answer
171 views
Change servlet-mappings for Spring and Spring Security
I'm currently writing a Spring MVC application, secured by Spring Security. For the login a basic form authentication is used and since I didn't added further configuration the credentials are POSTed ...
1
vote
1answer
58 views
cometd client connection to multiple servers
We are developing an application using dojo 1.7.2 and cometd 2.5. We want to have the client connect to two servers (not at the same time). The client has to connect to a first server to do some ...
1
vote
3answers
533 views
Tomcat7 application fails to start
I have got a following problem that I am not sure how to solve. I believe that there is some dependency incompatiblity problem, but I dont know how to check.
Does anyone have any idea where to start?
...
0
votes
1answer
130 views
How to synchronize global variable access in Node.Js. Is nodejs is right choice for chat room application development?
Is NodeJS capable of supporting a multi chat room application, where clients subscribe to chat room through HttpLongPolling and WebSocket ? When I think about chat room solution, I do see there is ...
0
votes
0answers
121 views
Chat app popup a window at client
I made a simple chat app. It uses database, this is not efficient cause the client queries database every few sec. Any way, I achieved what i needed, There are good ways out there like polling and ...
0
votes
1answer
179 views
how to call cometD api in android using cometd protocol
i want to use a CometD api in my android application.
i already have a CometD api. i just want to call it and share some data.
so how can i use in my android application. please give me a standard ...
0
votes
1answer
38 views
Can't publish in cometd channel
I'm getting this error when I try to publish a string in a channel:
java.lang.AbstractMethodError: org.cometd.client.BayeuxClient$BayeuxClientChannel.publish(Ljava/lang/Object;)V
this is the code ...
0
votes
1answer
159 views
Cometd servlet in glassfish is returning Unexpected response 302
I'm completely new using cometd and I'm trying to use it to enable push messages in my web application. After testing successfully with jetty 8, I'm trying to plug cometd directly to my web ...
2
votes
0answers
76 views
Cometd : It seems that ServerChannel lose some subscribers
I used cometd to realize notification push, but i found out the following issue :
After log in the system, at the beginning, the client can receive message from server, but after wait pretty long ...
0
votes
1answer
137 views
CometD - How to run demo in tomcat jetty
Im trying run the demo aps in CometD. I have installed Maven. I have followed the commands here. In my console it displays [INFO] Starting scanner at interval of 1 seconds.
. I went to ...
1
vote
1answer
445 views
Grails with Comet working example
I'm trying to implement server Push technology in Grails application using Comet by working out few simple examples, but I'm struggling to make it really work. I've been trying out 2 examples from ...
0
votes
1answer
190 views
Embedding a Mule Ajax endpoint in a remote server
Is it possible to embed the Mule Ajax stuff in a seperate webserver.
I want mule to serve up live data to a dashboard running on a different tomcat.
<script language="javascript" ...
0
votes
1answer
96 views
cometd javascript path to use with h:outputScript
I'm trying to configure CometD in my web application. This web application is the client of CometD, it uses JSF 2.0, primefaces 3.3.1 and run on glassfish. In this application this global var is ...
1
vote
0answers
171 views
Cannot preform handshake using CometD in Java
I have a cometd example that I am working off off. The example gives a javascript client code. I am trying to create a Java client that can connect and do the same thing. The only problem is I can not ...
1
vote
0answers
56 views
Sending complex objects with cometd
I am attempting to use cometd to pubsub the scope that a given function executes in. It seems that the pubsub never completes when doing this. The exact same pubsub works fine if I instead pubsub a ...
0
votes
1answer
300 views
Server push using COMETD to client(dojo)
I am trying to push message from server to client. I am using DOJO 1.7, Cometd and Jetty integrated with tomcat6.
//Server side code
public class notificationService extends AbstractService {
...
6
votes
1answer
264 views
Why does mongodb seem to save some binary objects and not others?
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'm ...
5
votes
2answers
552 views
Using a custom keystore with Jetty's WebSocketClientFactory
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:
...
0
votes
0answers
115 views
Apache ProxyPass push request timeout
I have a problem with push request going through Apache.
I have Glassfish in the back and Apache in front. My app uses push (comet) but the problem is, that after a few seconds push request is ...
0
votes
1answer
57 views
Using CometD to constantly watch a file for changes
I am creating an application and was told that it would be best to use Comet for what I want. I've had no experience with Comet until now, but after a little research, I have set up a CometD server. ...
6
votes
1answer
647 views
Match jetty url-pattern to only root directory
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:
...
0
votes
0answers
145 views
How to Implement Bayeux protocol on top of Curl
I'm currently working on a project which uses libcurl to fetch data from the server. What my job is to make it work with bayeux protocol.
Libcurl has HTTP implementation, and Bayeux is a protocol ...
0
votes
0answers
40 views
Figuring out when is Operation Engine being called (OpenCoWeb Framework)
i am new to Opencoweb Framework. I find this to be a very interesting project to work on as this helps us to implement Operational Transformation with ease. However, i am unable to identify where are ...
0
votes
1answer
164 views
REST API for CometD
I'm currently using a CometD server along with a jQuery client implementation. What I'll like to know is if there is any efficient way to have a REST API in my server for the client to retrieve ...
0
votes
0answers
158 views
IE9 Stops Long Polling After Inactivity
We are seeing this problem, which is also described here.
Basically, I have a web app set up that uses long polling for comet support (cometd/dojo <-> Jetty cometd). This works fine across the ...
5
votes
1answer
517 views
Pairing cometd session with HTTP session
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 ...

