Look like ComeD can only extend jetty, is there a framework can realize Bayeux and hang in rensin, or other based on the long polling framework?
Is there a framework can realize Bayeux and hang in rensin?
87 views Asked by Li Che At
1
There are 1 answers
Related Questions in COMET
- Subscribe to Events Broadcast from another Server
- How does autologging work in MLOps platforms like Comet or MLFlow?
- Is Fiware-STH-Comet service compatible with NGSI-LD (linked data) format?
- For cometd client wait for publish message in queue before shutting down
- How to disable crash output in comet ml?
- Cometd maxInterval configurations per session
- Java bayeux client disconnects with TimeoutException when idle
- How to make the Apache reverse proxy server to support the long-polling connection?
- Cometd, Spring-security : Currently authenticated user not available inside a Listener
- Comet-Style API Consumption with Async/Await
- libcurl write callback is not called for post http message
- HTTP method GET is not supported by this URL with comet processor
- Libcurl chunked http message received callback
- How to configure custom AtmosphereResource in Atmosphere framework
- Which communication technology should I use for pushing data stream to the website users
Related Questions in RESIN
- Is com.caucho:resin:4.0.66 supposed to work with jakarta.persistence:jakarta.persistence-api:jar:2.2.3?
- Installing Resin Web Server for Java Application Deployment on Linux
- how to set X-Frame-Options and X-XSS-Protection header in Caucho Resin web server
- Wrong Java version on Resin
- Resin configure can't find openssl on mac
- OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled (resin, Ubuntu, OpenJDK 11)
- Spring 5.0.7 With Hibernate 5.4.1 on resin server
- No suitable default RequestUpgradeStrategy found in Resin 4
- Firefox prevents POST requests
- How to configure an AWS SQS message listener with Resin web application
- Cannot Reset JSESSIONID After Authentication
- How to upgrade servlet 2.5 to 3.0 on Resin 3.1 pro
- What is the cause of Resin saying `@Named('dpa') is a duplicate name for ...` when there is no such value?
- Spring Boot application WAR deployment to Resin 4: is there a way to use app (WEB-INF/lib) classloader first?
- Confused about nginx proxy and sni
Related Questions in BAYEUX
- Which are the benefits of Bayeux protocol compared to REST?
- Bayeuxclient disconnects
- Getting a 402 client unknown while trying to handshake with a CometD /Bayeux server
- Cometd/bayeux client Issue
- "Run as Administrator" (System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.)
- Spring boot Consider defining a bean named 'servletContext' in your configuration
- Java bayeux client disconnects with TimeoutException when idle
- Salesforce cometD: 401::Request requires authentication
- Cometd/bayeux client + salesforce streaming API issue
- what actions should be triggered for /meta/connect channel message reconnect=handshake?
- cometd via websocket: "unknown bayeux transport"
- Usage of "advice" in Cumulocity Real Time Notifications
- How do I get the response object in a bayeux server response in CometD
- Add custom fields to CometD subscribe message
- Bayeux/CometD C Lang Client
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The CometD project is fully portable and works in any Servlet 3.0 compliant servlet container, so it should work in Resin too, see http://docs.cometd.org/reference/#java.
What you cannot get in Resin (I guess you meant Resin when you wrote "rensin") is WebSocket support because that is the only part of CometD that is Jetty-specific. CometD is waiting for JSR 356 to standardize the WebSocket API in order to write the WebSocket support that will work in any compliant servlet container; this work has already been started in Jetty 9 and CometD 3.