| Author |
How to create a google search web service portlet in Weblogic
|
Ketan Joshi
Ranch Hand
Joined: Oct 09, 2005
Posts: 66
|
|
Hello All, I am new to portals and portlets and I wish to create a portlet that will call the google web service and I am facing issues in acomplishing this. Here are the details of my environment BEA Weblogic Portal server 8.1.5 I have downloaded the Google API jar file and GoogleSearch.wsdl file From the help in weblogic workshop, I have created a jcx(Java Control extension File ) from the GoogleSearch.wsdl file I have created a JSP page for the user to input his query String and a PAGE FLOW has been created along with a Bean to read the input query before passing it to the action method. I am stuck up here.How do I use the google Api and which method to call so that the web service is invoked Please advice Thanks in Advance Ketan
|
 |
Chetan Parekh
Ranch Hand
Joined: Sep 16, 2004
Posts: 3636
|
|
Check following book.
|
My blood is tested +ve for Java.
|
 |
Jason Moors
Ranch Hand
Joined: Dec 04, 2001
Posts: 188
|
|
This is for Sun Java Studio Creator, but should help explain the steps required to create a google portlet. http://developers.sun.com/prodtech/portalserver/reference/techart/portlets.html http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/googleportlet.html [ March 11, 2006: Message edited by: Jason Moors ] [ March 11, 2006: Message edited by: Jason Moors ]
|
 |
 |
|
|
subject: How to create a google search web service portlet in Weblogic
|
|
|