Reading a xml file remotely

Woompence

New Member
I have a standalone Java based desktop application. This application uses a property file (in simple text format) which needs to updated periodically.To do that, this application should connect to a remote server , read a xml file located there and update my property file based on the data in the xml.How can I do this ?
 
Back
Top