I need to poll the web server that launched the
java web start.
Does anybody can throw some light on how can I do this.
Right now I am thinking of:
1) Have a Client
thread which polls every specific interval. And Server side open a proxy server listening on a particular socket. More of Socket programming