This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Can anyone tell me or point me in the direction on how to access an xml file that is on the webb from my servlet. After I get the xml, I will create a file in the local directory.
Well if you want to read the xml file from java more precisely want to map xml file to java object, then you need certain parsers like dom or sax parser. You can try dom4j or digester for that.