gwt - How to query google through desktop java app? -
I am trying to write a simple Java desktop app to query Google and get results. I have read so many articles in the last few days. I know that I have to do it through GWT (Google Web Toolkit), which is the API that Google provides queries to the program from its search engine. My problem is that GWT has proved to be useful only for the creation of AJAX applications. I just want to write a simple desktop app. I'm not interested in JavaScript, XML or any server side application. Is there no way to do this?
Sure, take a look.
The general idea is that you create HTTP fetch (using vanilla) in the creation of URL with the magic search term, and you are in processing to get back from Google.
For accurate details on how to do this, see, including Google.
Comments
Post a Comment