小程序以外的选项

发布于 2024-11-25 07:53:55 字数 195 浏览 2 评论 0原文

我正在使用 XMPP 构建聊天应用程序。 为了构建聊天客户端,我使用 Applet 通过 Applet 中的 API 与 XMPP 服务器进行通信。

所以我的问题是:除了Applet之外,还有什么可以用来与服务器通信以及使用XMPP客户端API(即Applet以外的选项)吗?

我研究了 GWT 和 JavaFX,这两个在这种情况下会有帮助吗?

I am using the XMPP to build the Chat Application.
For building chat client I am using the Applet to communicate with the XMPP Server using their APIs in Applet.

So my question is: Is there anything other than Applet that I can use to communicate with Server and also with use of the XMPP Client API (i.e. options other than applet)?

I looking into GWT and JavaFX, will those two be helpful in this context?

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

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

发布评论

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

评论(4

时间你老了 2024-12-02 07:53:55

您可以使用 Java-WebStart 或 Flex,或者仅使用 servlet 编写一个小网页。

You can use Java-WebStart or Flex or just write a small webpage using servlets.

半城柳色半声笛 2024-12-02 07:53:55

请务必查看 Java Web Start。它可以从链接启动 JFrame,并提供许多部署优势。

Definitely check out Java Web Start. It can launch a JFrame from a link, and offers many deployment advantages.

小忆控 2024-12-02 07:53:55

如果您想要基于浏览器的客户端,请使用 Flash。有多个 XMPP 浏览器客户端可用。

If you want a browser-based client then use Flash. There are several XMPP browser clients and libraries available.

一杯敬自由 2024-12-02 07:53:55

XMPP 网站 上列出了几个 JavaScript 库。所以不需要依赖浏览器插件,直接做一个原生的Web应用就可以了。

您可以轻松地将 GWT 用于您的 Web 应用程序。在 Google 上快速搜索发现了一些 GWT 特定的第三方库或 XMPP (Emitegwt-stropice),甚至是示例应用程序(退出聊天)。

There are a couple of JavaScript libraries listed on the XMPP website. So no need to rely on browser plug-ins, just do a native web application.

You can easily use GWT for your web application. A quick search on Google revealed some GWT specific third party libraries or XMPP (Emite, gwt-strophe) and even a samples app (Emite Chat).

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