[algogeeks] Re: call google search from a java program

2010-09-04 Thread Debajyoti Sarma
thanks to all -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this

[algogeeks] Re: call google search from a java program

2010-09-01 Thread Minotauraus
http://code.google.com/apis/ajaxsearch/web.html It is possible to use this with Java. On Aug 31, 9:42 pm, Debajyoti Sarma wrote: > Hi , > I am working on a project where i need to call Google search form a > Java servlet program.1 string containing the query is supposed to pass > to the Google se

[algogeeks] Re: call google search from a java program

2010-09-01 Thread Gene
Google provides many APIs that are fairly well-documented: http://code.google.com/more/ Make sure to read the licence requirements. On Sep 1, 12:42 am, Debajyoti Sarma wrote: > Hi , > I am working on a project where i need to call Google search form a > Java servlet program.1 string containing