Push alerts to notification tray app in Java

Posted by Rich Anderson on Stack Overflow See other posts from Stack Overflow or by Rich Anderson
Published on 2010-05-27T22:19:22Z Indexed on 2010/05/27 22:21 UTC
Read the original article Hit count: 170

Filed under:
|
|
|
|

Hi - how do I push server alerts to tray apps in java without using xmpp or other heavy protocols?

Do you recommend a way to accomplish this?

I was planning to write an app which uses URLConnection on a server equipped with Comet but I doubt if that would work as the client requires a JS to be invoked and URLConnection is not a browser..

What is the best way to push instead of using a proprietary client-server approach?

© Stack Overflow or respective owner

Related posts about java

Related posts about wcf