views:

189

answers:

2

I need a starting point to develop an on site chat to communicate site visitors with site owners. I'm looking for an open source chat application written in java/j2ee. Do you know any good applications that I could use?

I'm also not sure about the architecture of the solution. Currently I'm hesitate between:

  • server site solution: an j2ee application
  • client site solution: something that can talk over jabber/xmpp

What would you suggest?

A: 

Here are some list of chat servers. Check freecs.

Teja Kantamneni
Have you used it?
Piotr Czapla
I did some prototyping a while back, after that we went for a commercial solution.
Teja Kantamneni
A: 

I can recommend the smack libraries and the openfire chat server, both from Ignite Realtime and free to use.

Already used them in some Java projects, openfire is easy to configure, smack is pretty easy to use. And smack offers a brilliant debugging feature which really saved me a few times!

Andreas_D