Davanum Srinivas' weblogRandom Walk - Web Services, Apache, etc.Calling Google AJAX Search API from Java- December 20, 2006 Without much ado, here's the code: import java.io.; import java.net.; public class GoogleAJAXSearchAPI private static String endpointURL = "http:www.google.comudsGwebSearch"+ "callback=GwebSearch.Raw" + "Completion&context=0&lstkp=0&rsz=small&hl=en&" + "sig=8656f49c146c5220e273d16b4b6978b2&q=Axis2&key=xxxxxxxxxxxxxxxxxx&v=1.0"; public static void main(String args) throws Exception URLConnection uc = new URL(endpointURL).openConnection(); HttpURLConnection connection...http://blogs.cocoondev.org/dims/archives/004722.html Why bundling JAX-WS in Java6 was a bad idea!- December 13, 2006 First of all, congrats to Vivek, Arun and team on the release!. See what you have to do when you ship it First thing is to tell people how to override the release with the latest code using endorsed mechanism....http://blogs.cocoondev.org/dims/archives/004717.html |