• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Java Chat Server Application

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,has any one been working on a chat messenger (yahoo/msn)? I have a requiremnet came up in my company has assigned me a module which contains a chat messenger application. Its specifications are same as that of the yahoo and google talk, a user should be able to chat on one to one bases or as well as group up many people for a conferencing like chat too.

If any one of you have such ready to run application [... please let me know.] I am in a urgent need of it. If you dont have any backup then please try to help me out with ideas how i would be able to design it or some proper documentation. Thanks in advance.

The application is basicly designed on JSP / SERVLET / STRUTS so any reday made application will be much preffered.
[ December 04, 2008: Message edited by: Abhishek Dhar ]
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you had a look for open source chat programs out there? Or even commercial ones that are designed to be used by the enterprise? You may not even have to build this project!
 
Abhishek Dhar
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have looked aroud on internet for open source chat applications, but my company need me to design one of our own so that we can configure it with our Enterprise Reporting application
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have looked aroud on internet for open source chat applications, but my company need me to design one of our own so that we can configure it with our Enterprise Reporting application


Did you find any open source solutions? The beauty of open source is that you do not need to write it in the first place, but that you can adapt it to your specific requirements.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I seem to remember that Jabber grew out of the need for a Java IM API. Someone even wrote a book on it.
I don't know what the level of effort would be to integrate it with an enterprise reporting app, but I would not think it would be more than either getting code from a random stranger (which is what you ask for in your first post) or building you own IM application.
 
Blood pressure normal? What do I change to get "magnificent"? Maybe this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic