How to employ google search in webdynpro java

hello all
im working on sample application how to employ google search in web dynpro. i dont clearly follow the steps im confused what to do after model creation.steps for context mapping and UI binding is not clear kindly help me complete this sample application

Mohana,
Please gothrough this Link,
http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/134540631d6f13e10000000a1550b0/frameset.htm
Regards,
Ramganesan K.

Similar Messages

  • How to use HTML Tags in webdynpro java

    Hi,
         Can any body tell me how to use HTML Tags in webdynpro java.
    If u provide me with sample code it will become more usefull.
    Thanks & Regards,
    SN

    HI,
    Please find the steps:
    Create a html file and store in your webdynpro project
    Add the html contents in your file
    & Create a IFRAME UI element and refer you html file
    Now you able to see the html in webdynpro
    Thanks & Regards,
    Ram

  • How to implement google search in portal application

    Hi,
      I am using  "http://api.google.com/GoogleSearch.wsdl" file to implement google search in portal application. but i am not able to get the search result. how to implement google search. is this "http://api.google.com/GoogleSearch.wsdl" is vaild now ?. how to achieve the soultion.
    Regards,
    Shanthakumar.

    Hi Shanthakumar,
    The "GoogleSearch.WSDL" is no longer available as google has replaced it with the new AJAX based searching and they have eventually removed it from public use as well from 7th September 2009. So, I would imagine you would not be able to use the earlier WSDL file for google search. You might have to look in using the new "AJAX Search API". For more information have a look the following links. You can notice "No Longer Available" at the top of the page.
    http://googlecode.blogspot.com/2009/08/well-earned-retirement-for-soap-search.html
    http://code.google.com/apis/soapsearch/api_faq.html#tech15
    I hope this helps you.
    Regards,
    Gopal.

  • How to assign the Thems into Webdynpro Java Application

    HI All,
                   I Downloaded the plugin for them editor and i add those plugins and i created the Them. Please any one can help me how to add that Them into Webdynpro java application.

    Hi ep bhargav,
    You can check this link.....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ccb6bcf4-0401-0010-e3bc-ec0ef03e13d1
    Re: webdynpro theme editor
    Thanks.
    Venkat.

  • How to interact with google search engine using java HTTP POST

    I am trying to develop an desktop app that acts as an online radio tuner. I want to use google as an index site for actually searching for radio stations online. So I was wandering if it is possible for me to use java to actually interface with the google search engine servers. For example, I have built a gui that allows you to enter search text. This gui will connect to the web. I would like it to connect to the Google site and post the query to the google web servers. Then i would like to began to parse the response( html page) that i get back from the google servers. Like using google without actually typing in the text field on the google site. Can anyone tell me if it is possible to do this with java. If so, what would be the best way to go about doing this. Thanks.

    Thanks for the response. It was actually alot easier to do than I anticipated. All I had to do was create a URL object initialized with the google url(search text embedded in the url - http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8).
    Looks like this:
    String google = http://www.google.com/search?q=" + searchText + "&hl=en&ie=UTF-8&oe=UTF8;
    URL url = new URL(google);  // creating Google Url object
    URLConnection connection = url.openConnection();
           connection.setDoOutput(true);
           connection.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)" );  // fooling google servers into thinking the request is coming from a real browser
           BufferedReader reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));The content returned by the google server can be accessed calling the BufferedReader class methods.

  • How to upload an attachment from webdynpro java application.

    Hi,
    Please assist me to create a View in WEBDYNPRO JAVA, which speaks about how to upload an attachment and save it in SAP
    Regards,
    Suri

    Well , first of all, I think you should search the SDN with keyword such as "upload files ".
    Here is the link of an article about upload and download files in WD.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9076a593-2b08-2d10-2890-9a7078246ec4
    Hope that can help you.
    Regards
    Carfield

  • How to use .properties files in Webdynpro Java code?

    Hi all,
      I want to use a logon.properties file when I initial a JCO connection pool in my webdynpro DC (JCO.addClientPool()),but  I found when I deployed this DC to the server, it always giv e me an FileNotFoundException. So I donot know how to deploy a .properties file to the server and how to access this file in my Java code?
    Thans and Best regards
    Deyang

    Hi,
    1) put .properties file to your packege under src\packages folder (src\packages\com\sdn\properties\jco.properties)
    2) load property:
         final InputStream is = getClass().getClassLoader().getResourceAsStream("com/sdn/properties/jco.properties");
         final Properties properties = new Properties();
         try
              properties.load(is);
         catch(Exception e)
              wdComponentAPI.getMessageManager().reportException(new WDNonFatalException(e), false);
    Regatds Maxim R.

  • How to use "Select options" in Webdynpro Java ?

    HI experts ,
    I want know if can be implemented "select options" like the ones used in R3 - ABAP in a webdynpro Java.
    And in case of being possible, how to implemented using Adaptive RFC or BAPI with a R3 backend system?
    Our Portal is EP6.0 SP18 ,J2EE 6.40 .
    Thanks & Regards,
    Jianguo Chen

    Hi Jianguo,
    check these links:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/5f/e5de3f68d48f15e10000000a155106/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/5f/e5de3f68d48f15e10000000a155106/frameset.htm</a>
    You may use 2 EVS to simulate your select option.
    Regards,
    Gianluca Barile

  • How to set google search language in latest Safari

    There are various posts on how to set the default Google search language for the new unified search bar within Safari. But, those did not help me at all. I'm still having french as default language for Google in Safari. I set my language to english (as wanted) under the mentioned link (http://www.google.com/preferences?hl=en)  and saved those settings. I live in the german part of Switzerland (and not in France) and I connect to the internet over my nearby ISP. I even reset Safari completely but still each time I do a search in the unified search bar this google sh... shows up in french. Which I definetly do not want and speak.
    Any help very much appreciated.

    I finally figured it out.
    I had to go to Google France (http://www.google.fr/preferences?hl=en) and set my language to English there. Hopefully I don't have to go to the Chinese page as well and set my language to English there as well. I guess I would be lost again.

  • How to clear Google search history

    HI,
    Ever since I updated to 2.1 it has been impossible to clear my Google search terms. Clearing the cache, cookies, etc in 'settings' has no effect.
    Does anyone know how to clear them?

    I'd try a reboot just to see if it fixes the issue.
    Try a reboot (described below).
    Think of it this way, the iPhone is more of a computer than a phone. It suffers from being a new OS and nobody can deny there are not bugs and memory leaks. The longer left running, the more things start to fail or slow down (I have had the iPhone since day one of original phone and I am just speaking from my experience). Thus I equate it to like when Windows95 came out...not sure of your age or if you remember those days...but back then it was a running joke of how many days you can keep Windows 95 running before you had to reboot. I am sorry to say but the iPhone is the same way right now (but getting better with a few hiccups back during the 2.0 release). So for me, I reboot daily when I leave in the morning and take it off the charger. By doing so I rarely see any lag or problems.
    A reset/reboot is:
    Go to Home Screen
    Press and Hold Home Button
    Keep holding and press and hold Lock Button
    Keep holding Both
    You will see Slide to Turn Off (Don't let go to slide, just keep holding)
    The phone will turn off (in time, but screen will look like it has some white lines)
    Keep Holding
    When you see the Apple Logo, you can let go.
    Turning off via the Slide to Turn off while good and fine to turn off, is more like the Sleep Mode on a computer. Thus any locked up issues in memory remain when you turn back on. A reboot as described is like doing a real Turn off and Turn On on a computer.
    You may also wish to read this tread about reboots and odd application behavior.
    http://discussions.apple.com/message.jspa?messageID=5851978#5851978

  • How to delete google search history in safari on itouch ?

    Hi All !
    I would like to know how I can delete the google search history in safari?
    Thanks

    I just found the answer somewhere else in the forum - it worked for me.
    Clear it while in Safari by going to bookmarks, then "History," and then the "Clear" button in the bottom left.
    Source:
    http://answers.yahoo.com/question/index?qid=20080731070953AAljO7y

  • How to make google-search to redirect to first result (automatically) ?

    Hello,
    I have just installed the latest version of FF on my windows 7.
    When I search using google-search by either:
    1. Writing somethong in the adress bar and pressing enter
    2. Writing something in the search box (thats on the same line as the adress bar)
    I am not being redirected automatically to the first result.
    How can I change it so that I will go to the first result automatically after pressing enter ?
    Thanks in advance for the help!

    hello belgiamit, you can do it for the address bar the following way:
    enter '''about:config''' into the firefox address bar (confirm the info message in case it shows up), search for the preference named '''keyword.url''' & double-click and set that entry to
    http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=

  • How to enlarge google search box

    When I open up the firefox page, the google search box is much smaller than what I prefer it to be. How can I enlarge the google search box?

    Which page is that?<br />
    Is that the www.google.com/firefox page?<br />
    How many characters can you type in that input field?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • How to add Google Search box on sharepoint master page

    SharePoint master page already has a form.  Google search box need to add another form. how to make it work.
    Google search box code
    <form action="http://..." method="GET" name="gs">
    <input maxlength="256" name="q" size="25" type="text"/>
    <input name="btnG" type="submit" value="Search"/>
    <input name="site" type="hidden" value="Education"/>
    <input name="output" type="hidden" value="xml_no_dtd"/>
    <input name="client" type="hidden" value="RESEARCH"/>
    <input name="proxystylesheet" type="hidden" value="Education"/>
    <input type="hidden" name="filter" value="0" />
    <input type="hidden" name="oe" value="UTF-8" />
             </form>

    Hi Icha, check out the following links. They include details for different methods depending on what you want:
    https://developers.google.com/search-appliance/documentation/connectors/260/connector_admin/searchbox_sharepoint
    http://kamalasekar.blogspot.com/2012/06/add-google-search-text-box-inside.html
    https://www.thorprojects.com/blog/archive/2012/10/05/adding-a-google-search-option-in-your-sharepoint-2010-search-scopes-without-code.aspx
    cameron rautmann

  • Firefox hangs on Google search, since last Java update

    Since latest Java update have been getting the message below, in troubleshooting info, every time I try to do a Google search
    == This happened ==
    Every time Firefox opened
    == Thursday, May 6

    Help me with this problem: Debug Error:[Exception... "Node was not found" code: "8" nsresult: "0x80530008 (NS_ERROR_DOM_NOT_FOUND_ERR)" location: "chrome://ffamazonhot/content/lib/Extension.debug.js Line: 366"]

Maybe you are looking for