EJB - instant messaging
I'm interested in programming a simple kind of instant messaging service. Currently I'm looking for a way to use EJBs for this job... but I can't figure out how this would work or even which kind of beans I should use.
Where I got so far is that there is one client sending text messages to a message driven bean on a server.
The problem is that that's only half of the way. I need the server to send each message to another client spicified by the sender...
I hope this was not too confusing.
I would be very thanful for any kind of help.
thx

