Servlet to read search results from other webpages.
Hi guys, I am a beginner with servlets so I was hoping if you could help me out.
I have to design a servlet which will take lots of arguments from users and when the "submit" button is clicked it will pass those arguments to a search engine on the net ( http://www.biblio.com/isbn/ ). and when that search engine churns out results my servlet is supposed to parse all that data and display it .
The real difficulty is not how to pass all that data to the search engine.. but how to get the results to be displayed on my page... rather how to parse & then get the data..
How should I go about it?
Thanks

