Re: how to reterive the static data on the page
Posted By:
Anonymous
Posted On:
Saturday, May 26, 2001 12:25 AM
You should use java.net.URLConnection to get the page, then you can write some kind of parser based on the page, that will extract the data, and, finally, you write few JDBC methods for saving the data to the database and, maybe, for querying.
Regards.