views:

117

answers:

3

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?
A: 

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.

Pablo Santa Cruz
A: 

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:

I beleive that a flash client is also available.

pjp
Thanks pjp ,i want to develop chat application for my office purpose.so i planned to do myself.
Bhuvana Nagulan
+1  A: 

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)

alt text

VonC
Thanks much vonc but what is twitter client?
Bhuvana Nagulan
@Bhuvana http://en.wikipedia.org/wiki/Twitter "Twitter has been described as akin to a Web-based Internet Relay Chat (IRC) client": that is why I mentioned it: as an example of a particular type of chat. In Java. based on ECF.
VonC