Hi, I guess your client should be a message-Listener to a JMS Queue/Topic (depends on your application semantics) and so as and when a message arises your client is informed of it(probably through a remote-method-call by sending appropriate info through a lightweight object) and then your client makes a JNI call to into a dll which actually displays that Yahoo-messenger-format-UI with required info). On the server side u can use an MDB which informs the client about the message arrival. Hope this works.
Regards, kris -----Original Message----- From: Kesavanarayanan, Ramesh (Cognizant) [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: design doubt Importance: High Hi all, This I need it urgently. My company wants to develop a site. This will give the user many info like Journals, Articles etc., If a new message comes to a particular user, I just want to display him a notification like the one that appears on Yahoo Messenger. When the user clicks on it I will take him to my site to his newly arrived messages. It is in fact a duplication of what you get in Yahoo Messenger... How do I achieve this without pressing Client much overhead. Your comments and suggestions are highly appreciated. * Ramesh Kesavanarayanan * [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> =========================================================================== 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".
