Hi,
How can I search Google from my java program? I would like
to send Google my search string and get the results...
I have searched in order to find how can I do so, but what
I found is:
http://code.google.com/apis/soapsearch/api_faq.html

It says that Google does not support any more in SOAP search,
only AJAX... but I'm writing in Java and not JavaScript... so how
can I do it?...