hi Christian, Maurice, Thank you very much for the information, I really appreciate it and it really helps me.
Hope this question is still related, if not, please anyone who knows help me to tell where should I put it. I can now connect to certain server, send the http request, parse the response and format it to suit my jsp pages. My question is, suppose I do not want to parse the page, I mean I just want to display the page directly as if this page was in my web server (i.e. login page or login form yahoo mail) without changing the main url in the browser toolbar, but just add some parameters in the url or some cookies, is there any technology that I can use for it ? One solution that I can think of is by using the proxy server (i.e java proxy server), send the http request to this proxy and wait for the response from the proxy. Or maybe the portlets technology from jetspeed can be used for this problem ? Many thanks in advance. Kindest regards, Venisa Cabrilla --- Christian Sell <[EMAIL PROTECTED]> wrote: > have you also tried/evaluated HttpUnit and/or > HtmlUnit (both on > sourceforge)? I can say for HttpUnit that it is well > proven and > sufficiently documented > > - Christian > > Venisa Cabrilla wrote: > > 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] > __________________________________________________ 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]
