I hesitate some to send this message out simply because it may be seen
solely as a plug for the application that we're creating, but I genuinely
feel it has worth in resolving the issue posted (my apologies in advance
to anyone who feels differently), so here goes...

We're currently developing a Java-based application called screen-scraper
(http://www.screen-scraper.com/screen-scraper/doc.shtml) that is designed
to do basically what you're describing.  It's still in a pre-release
phase, but is quite usable.  It's free for you to use while in
pre-release, and will be available for a modest licensing cost (about $60
US) once we release the full version.  

It also makes use of HttpClient, which has helped significantly in many
aspects (though we're still dealing with a few bugs in our system related
to HttpClient that we may post to this list).

Todd Wilson


On Fri, 14 Feb 2003 02:23:40 -0800 (PST), "Venisa Cabrilla"
<[EMAIL PROTECTED]> said:
> hello,
> 
> I am developing a web project using java technology. 
> 
> In some of my jsp pages, I want to connect to another
> web page, make an http request and parse its
> corresponding http response to my jsp pages and show
> these jsp pages to the user.
> 
> I cannot use <a href> tags because I want to maintain
> the user connection to my server, to maintain user
> sessions, and to log what the user do in the page. I
> want to proxy the user http requests.
> 
> I searched over the net to find the answers to this
> problem and I came to the 'httpclient' project.
> 
> I think this 'httpclient' can resolve my problem. I
> just want to know if there is any documentation
> (simple code examples) or any links which can explain
> me how to create a connection, to send the http
> request and to read the http response.
> 
> Many thanks in advance.
> 
> 
> Kindest regards,
> Venisa Cabrilla
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to