| Author |
Help to read webpage
|
sripad_devaraju
Greenhorn
Joined: May 15, 2002
Posts: 13
|
|
hey guys I have a requirement to read a web page (third part) and read certain data (Parse out some data) to store into the database. Do any of you aware of any tools to make this task easier? I appresiate all you help in this regard. -Sripad
|
sripad devaraju
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
You can use the URL class in java.net to establish a connection to teh webpage, then use the reader/writer classes in java.io to read it's contents. You may also check out the String Tokenizer class.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: Help to read webpage
|
|
|