I dont have a chat implementation but I have done white board. Its not a white
board tho' its an online realtime slide show and probably i will also
add chat capabilites and application sharing capabilites to it. Long back ago I
had done using CosEventService in Corba.( it is same as pub-sub implementation
under JMS) I am willing to convert to JMS implementation .. another key
improvement I would try to do is alow users to transmit or broadcast files(image
data ,video ..etc..). I did this project as I was realy amazed at the proxy
consumer and supplier patterns under event channel.. its not my graduate
project.. So I will work on this one only after some time when I am free and
when I am done with my thesis.
And if you really want to put EJB in between you can do that too(use
sessionbeans in combination with JMS) . But i would suggest you to start with
normal java clients access JMS( so JMS is your MOM(message oriented middleware).
and later use EJB for session tracking and transaction management( who is on
line ,logfile mantenace , file transfers ..etc ...)
And my choice is visimessage from inprise ( I can't help it .. I am in love with
inprise products). Get it at
http://www.inprise.com/devsupport/appserver/downloads/
So go on and play with it
good luck
Sesh
--- Sesh Kumar Jalagam <[EMAIL PROTECTED]> wrote:
> Other possible solution include.
> Use JMS implementation( you can get one from inprise visimessage)
>
> In JMS Topic( this is similar to pub-sub under Corba Event Service) would be
> good start. Each user will have single chatchannel and a user
> can subscirbe to any number of chatchannels. So Using this architecture we
> can not only alow users to send messages but also send other events. A good
> example would be users sharing a common white board or sharing applications
> ..etc.,
This is exactly what I'm looking for: the ability to add more advanced
data exchaning features. I'll look more into JMS. Thanks.
Do you know of such implementation?
=====
Cuong Q. Tran <[EMAIL PROTECTED]>
-------------------------------------
This mail sent through IMP @ WVU CSEE
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".