I need to implement a message system, sort like email but inside the Java web 
application only for its users. After one 
user, A, sends a message to another, B, B shall be notified to retrieve the updated 
messages if B is on line. I plan to 
implement messages as stored in a DOM. My question is how the notification shall be 
implemented.  I only use a web 
container, and considering to add in a JMS server for IM.

Any suggestions?

Thanks,

Vernon



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to