Pulling information out of an html page

All,

This is probably a basic question... I have a web page that I poll every few minutes that I need to pull information from. I need to pull the contents into a Java or JSP page and parse through it. I am fairly new and wanted to see if anyone can give me a push in the right direction.

Thanks,

Wendy Miller

[334 byte] By [WendyMillera] at [2007-11-27 6:30:59]
# 1
Google java webcrawler for starters.Your basically going to make a url object and then stream the information from the website. stream the data to a byte[] from the site then parse it.
CCFlasha at 2007-7-12 17:55:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...