Hie,
I'am actually using gwt for my app, but may be it's not a gwt related question: I have some users which can send message to other users (connected or not), i'd like to notify the recipient (and only this recipient) he has received one message, i'd like to know the best approach to do this?
Any idea is welcome.
i like the comet approach, but i'am not sure i can handle the constraint that only the recepient should be notified (not other connected users)
Regards.