简体   繁体   English

使用Java的Intranet聊天应用程序

[英]intranet chat application using java

Any help would be great please..! 任何帮助将是巨大的..!

  1. How to build an intranet chat application using java which includes transform of files like gtalk? 如何使用Java构建内部网聊天应用程序,其中包括对gtalk等文件的转换?
  2. where to start the process? 从哪里开始?
  3. what all the sw requirements? 所有的sw要求是什么?

The Eclipse Communication Framework includes several use cases based upon real-time shared editing over XMPP/Google Talk and Skype Eclipse Communication Framework包括几个基于 XMPP / Google Talk和Skype 的实时共享编辑的用例。

And ECF is the base for a twitter client (as an example of what you can do with that framework) ECF是Twitter客户端的基础(以该框架为例)

替代文字

you must have learned networking in java (java.net.*) 您必须已经在Java(java.net。*)中学习了网络
be sure of what king d of architecture you want to use 确定要使用哪种架构

  • client/server 客户端服务器
  • p2p P2P
  • xmpp XMPP

If you need to deploy one, you can use Jabber with one of many Java Clients out there. 如果需要部署一个,则可以将Jabber许多 Java客户端之一一起使用。

If you need to write your own server and/or client, you can start with this question and use an existing XMPP (IM protocol) libraries. 如果您需要编写自己的服务器和/或客户端,则可以从这个问题开始,并使用现有的XMPP(IM协议)库。

Why build one when good open source solutions based on open standards are available. 当基于开放标准的良好开源解决方案可用时,为什么要构建一个。

Take a look at running an Openfire XMPP (Jabber) server. 看一下运行Openfire XMPP(Jabber)服务器。

Theres a variety of clients available the best being: 有各种各样的客户可用,最好的是:

I beleive that a flash client is also available. 我相信Flash客户端也可用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM