开发者

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?
  2. where to start the process?
  3. what all the sw requirements?


The Eclipse Communication Framework includes several use cases based upon real-time shared editing over XMPP/Google Talk and Skype

And ECF is the base for a twitter client (as an example of what you can do with that framework)

intranet chat application using java


you must have learned networking in java (java.net.*)
be sure of what king d of architecture you want to use

  • client/server
  • p2p
  • xmpp


If you need to deploy one, you can use Jabber with one of many Java Clients out there.

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.


Why build one when good open source solutions based on open standards are available.

Take a look at running an Openfire XMPP (Jabber) server.

Theres a variety of clients available the best being:

  • Spark
  • Pidgin

I beleive that a flash client is also available.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜