Hi,
I'm trying to develop a servlet that can act as a proxy for another web site-- lets' say I'm trying to provide the content of www.google.com. It seems I can retrieve and cache the HTML using a URLConnection, but what about the resources used by the HTML like gif's and jpg's. Somehow I need to parse the HTML and get those separately? Is there a library out there for doing what I describe? Maybe I'm missing something relaly simple...
Thanks, Jason
--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>
- Re: retrieving remote web content Jason Novotny
- Re: retrieving remote web content Glen Carl
