• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

chat application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need the sample code and related websites to develop a chat application like yahoo chat along with the feature of showing the current status of users as in whether they r on line or off line, dynamically chat rooms need to be created for each session.. i have no idea wat will be suitable, applets or servlets..
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will get some useful reasouces here.
[ January 02, 2006: Message edited by: Chetan Parekh ]
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I have done a project on chat application few years back.
I was involved in the whole LC of the project.
I also retain the entire application source code.
But there is no point in passing you all the code right now.I dont think that would help you.
But its sure that I can help you on this to the best of my knowledge.
Mean while you can google for more information.

cheers and get ready,

 
Ranch Hand
Posts: 294
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wrote open source chat app several years ago. It doesn't look like very solid, however it could be helpful.
Check a demo
http://7bee.j2ee.us/ChatHouse/chat/Entrance
 
reply
    Bookmark Topic Watch Topic
  • New Topic