第三方聊天工具?
我想为我的产品开发一个聊天应用程序。它是用 java 和 spring 完成的。
我的产品中的人员有自己的域名。
你能推荐一些好的第三方工具吗,而且是免费的。
I want to develop a chat application for my product. Its done in java and spring .
The people in my product have there own domain name.
can you suggest any good third party tool, which is free.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
XMPP(GTalk 等使用的开放协议)怎么样?查看 http://code.google.com/appengine/docs /java/xmpp/overview.html
What about XMPP (the open protocol which is used by, amongst others, GTalk)? Have a look at http://code.google.com/appengine/docs/java/xmpp/overview.html
您的问题非常广泛,但您可以看看 http://java-source.net /open-source/chat-servers 用于用 Java 编写的开源聊天服务器。但这些是实际运行的服务器和客户端连接的服务器。正如您提到的域名,您可能需要基于网络的聊天解决方案,请查看 - http://chipchat.sourceforge.net / - 为此。
更新 用户想要使用 Comet 方法的基于 Web 的解决方案
也许可以尝试 - http://avricot.com/blog/index.php?post/2009/05/19/AvriChat-%3A-Real-time-Chat -Javascript-Comet-and-Java-Server 或 - http: //cometdaily.com/2009/10/23/concrete-comet-examples/ 还显示了带有评论的聊天示例
请尝试 Google,它拥有您需要的所有信息。
You question is very broad but you could take a look at http://java-source.net/open-source/chat-servers for Open-Source Chat Servers written in Java. But these are actual servers that run and clients connect to. As you mentioned a domain-name you might want a Web Based Chat Solution, check out - http://chipchat.sourceforge.net/ - for this.
Update Users want a Web Based solution using a Comet Approach
Maybe try - http://avricot.com/blog/index.php?post/2009/05/19/AvriChat-%3A-Real-time-Chat-Javascript-Comet-and-Java-Server or - http://cometdaily.com/2009/10/23/concrete-comet-examples/ also shows a example of chat with comment
Please try Google it has all the information you will ever need.