cometd
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[详细]
2023-01-28 04:04 分类:问答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 loggi开发者_开发问答ng is output to the console. I\'ve identified the logger as a org.eclipse.jetty.util.log.StdErrLo[详细]
2023-01-18 21:34 分类:问答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 开发者_如何学Pythonfor Jetty?)I do have something for Jetty, a sample app I called Ja[详细]
2023-01-17 07:45 分类:问答Cometd point to point
I am very new to cometd in jav开发者_如何转开发a. I am interested more about cometd in java but when i googled it i barely find one link[详细]
2023-01-15 00:01 分类:问答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 binari[详细]
2023-01-01 16:37 分类:问答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 cr[详细]
2022-12-28 05:07 分类:问答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.开发者[详细]
2022-12-24 16:33 分类:问答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.[详细]
2022-12-24 02:30 分类:问答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 applicat[详细]
2022-12-14 02:53 分类:问答