I'm trying to implement a desktop application that could send http messages to an already open local web application so that it will be updated with this information.
Any suggestions?
The only idea I came up with is sending http requests to the relevant web server and implementing on the web server a servlet that will update the relevant web page according to userID.
Anyone has a more elegant solution?