Hi,
I got a requirement like to get Desktop Notifications using JEE ( In a web based application).
For example, if someone logs into skype then it will show at the end (below part of the screen where system displays time)
Is that possible to show popup on desktop through the webapplications?
I'm using Tomcat (Web server ) for my web based applications.
I've researched for it and came to know about the JNLP (Java network layer protocal) file which is deployed into client system.
JNLP is displaying a desktop notification but I'm not sure how far this can be useful.
Is there any API to make it possible?
Please let me know, thanks in advance.