I am working on (Java) Eclipse RCP windows desktop application and I need to implement a function which checks a website for any available updates to it. I would want to develop something that prompted the user to update the software if there are new version available, which will probably involve parsing the html etc...
For people who have done this before, I would like to know what good options I have. I would appreciate any help?
Thanks!