应用程序服务器/平台无关的 Bayeux 实现

发布于 2025-01-07 14:55:05 字数 174 浏览 1 评论 0原文

我计划创建一个 bayeux 实现(comet),即一个图表应用程序,它从服务器提取数据并相应地更新图表

但是无论如何我可以创建一个与平台无关的 bayeux 实现

,即如果我为 Weblogic 开发,它也可以在 Websphere 上工作吗

?让我知道你的想法

谢谢

Am planning to create a bayeux implementation (comet) i.e a charting application which pulls the data from server and updates the chart accordingly

But is there anyway I can create a platform agnostic bayeux implemenation

i.e if I develop for Weblogic will it work on Websphere too

Please let me know your thoughts

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

因为看清所以看轻 2025-01-14 14:55:05

CometD 项目提供了一个可跨 servlet 容器(Tomcat、Jetty、WebLogic、WebSphere 等)移植的 Bayeux 实现,前提是仅使用 HTTP 传输(即不使用 WebSocket)。

许多最新的 servlet 容器现在都支持 Servlet 3,并且 CometD 可以在任何兼容 Servlet 3 的容器中本机运行。

另请参阅有关为 Servlet 3 容器配置 CometD 的部分有关 JavaScript 传输的部分 用于禁用 WebSocket 传输(如果您不部署在码头)。

The CometD project provides a Bayeux implementation that is portable across servlet containers (Tomcat, Jetty, WebLogic, WebSphere, etc) provided that only HTTP transports are used (i.e. not WebSocket).

Many of the recent servlet containers now support Servlet 3, and CometD runs natively in any Servlet 3 compliant container.

See also the section about configuring CometD for Servlet 3 containers and the section about the JavaScript transports for disabling the WebSocket tranport (in case you do not deploy in Jetty).

彻夜缠绵 2025-01-14 14:55:05

我已经在几个 servlet 容器上测试了 CometD 版本 2.4.0:它适用于 Tomcat 6 和 7、Jetty 7 和 Websphere 8。但不适用于 Weblogic 11 或 12。

使用 Atmosphere 可能是创建真正的“平台无关的贝叶实现”的一种方法。

I have tested CometD version 2.4.0 on several servlet containers: it works on Tomcat 6 and 7, Jetty 7 and Websphere 8. But not on Weblogic 11 or 12.

Implementing Bayeux using Atmosphere might be a way to create a really "platform agnostic bayeux implementation".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文