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

[639 byte] By [arijit_dattaa] at [2007-11-27 9:54:25]
# 1
I have a small open source project which uses search engine URL request result from search engine and process them. It's servlet based.Here is a link http://searchdir.sourceforge.net/
dmitryra at 2007-7-13 0:24:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Priviet dmitryr! Spaciva! I have downloaded the open source project and currently going through the contents.. if I have any questions I will get back to you!
arijit_dattaa at 2007-7-13 0:24:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...