I am working on an application which uses tomcat as a web server and java swing app. as only client to communicate to the web server via webservices.
I am stuck in a situation where i need the server to somehow notify the client of some kind of updated event, that occurred on the server side. Something like reverse ajax or similar.
Any ideas...
Abdul Khaliq