How to link the widget developed in eclipse to jsp page

Hi all,
i need help, how to connect my widget developed using swt in eclipse to jsp page..
please give your feedbacks..

hi Drclap,,
please help me,,
is it part of applet or we can like like applets in jsp..
thx for your reply

Similar Messages

  • How to install the widget development plug-in Tool -URGENT

    Hi I am new to the widget development.
    I have already installed the NWDS7.0 SP9 , doing the development for the webdynpro and protal .
    To work on widgets i have found the pulgins in the following url in the zip format.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/100ad59a-7b6b-2a10-8ab5-e6078fa8e5b8
    SAP Widget Development Tools - zip file.zip file when i unzipp this file i have got the following dirctory structure.
    SAP Widget Development Tools - zip file (dir)
    |---- features (dir)
    |---- plugin (dir)
    |---- site.xml
    When i copied these whole directory in my IDE installed plugin directory
    C:Program FilesSAPIDEIDE70eclipseplugins
    then i restarted the  my IDE . But i have nt find any prospective or plugin enable with respect to widget.
    I have went through the widget development guide (SAP Enterprise widget development guide.pdf). There it is explained that download the eclipse3.3.1 and then extract the eclipse.
    so it is really confusing how to proceed.
    My question is , will it be possible to installed the plugins with the installed NWDS by copy the plug-in tool (when i doo that it is not working, because when we extract it is giving 3 directory's seperatly "features, plugin, site.xml". do we need to copy this way to IDE plugin directory.) If i done this it is not workng?
    or
    Do i need to install the Eclipse seperately to install this widget development plugin.
    Please help me to setup the eclipse development setup.
    Regards
    Vijay

    Hi JaiDeep
    Thanks for the valid reply
    Finally i have decided to install the CE7.1 SP 3 version.
    But which version of jdk is supported by SP3 is not given at the site.
    Do u have any idea, if i install the CE7.1 SP3. and then can i install the SAP widget Foundation  also along with that.
    This tool requireds
    JAVA 1.6
    SUCUDE  PSE management install
    In the SAP Widget foundation guide has given the steps for the installation.
    But the url it has given will be going open in the SAP networkonly.
    http://nvpal168.pal.sap.corp:1080/wfws/foundationWS.jnlp
    What is difference in  SAP Widget Foundation Installation and SAP Widget Foundation as a Standalone Application ?
    How i need to proceed for the SAP Widget Foundation installation?
    where do we get the SUCUDE PSE management install?
    whether  the CE7.1 sp3 supports the java1.6 version?
    Regards
    Vijay
    Edited by: Vijay Krishna Meda on Jan 23, 2008 6:55 PM

  • How get links the way I want them on new pages?

    For new pages, is there a way I can tell DW to make the links the color I want on all new pages? thanks.

    Yes you can by learning how to style your links:  I suggest try this link:
    <http://www.w3schools.com/css/css_link.asp>
    Make sure these new links are local to your pages.  this is done by putting the styles in the header section (avoid using inline styles for reasons best kept secret to avoid arguments).
    hth

  • How to link the main site menu to an anchor on a subpage?

    How to link the main site menu (masterpage) to an anchor possition on a subpage? Is that possible. I would like the the contact menu to link to specific anchors  location contact FAQ hours. The way I do it now. I have to create seperate html pages, I would rather do it on one page. Thanks
    http://beta.tmj-sleep.ca/index.html

    Hello,
    To link a website Menu to anchors on any page in the website, you need to create a manual menu using the Menu Widget. You can change Menu to a manual Menu by clicking on the white arrow in Blue Circle which comes up at the top right of the Menu (Menu properties) and select the Menu type as Manual. Please have a look at the screenshot below :
    Now you can add change/add the text there and when you select the text/menu item then from the Hyperlink drpdown at the top in the toolbar, you can select the name of the anchor on any page of your website.
    Anchors are listed in Hyperlink dropdown in this format - Page Name:Anchor Name.
    Hope this helps.
    Regards,
    Sachin

  • Did you know how to link the text in two or more text boxes?

    Did anyone know how to link the text in two or more text boxes in Pages 5.0? Thanks for your answer.
    Qualcuno sa come collegare il testo in due o più caselle di testo nella versione 5.0 di Pages. Grazie per le vostre risposte.

    It's just one of the many, many features that have been eliminated or changed. Leave feedback for the Pages team using the link in the Pages menu and review & rate the new versions in the Mac App Store.
    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09. You can continue to use them to get things done.

  • Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now where can i found it to include it in my website because the french version of muse don

    Hi someone, I went to muse theme and browse widgets to find the toolbox 024 of google language translator, i saw the video explaining how to manage the widgets but now, where can i found it to include it in my website because the french version of muse don't have several free widgets for people like me who pay every month the application.Thanks

    I'm not aware of a free translator widget.
    I found these...
    Website Translator 
    Translator Widget  $6.99 for the widget
    Adobe Muse TB024 Widget | MuseThemes.com  $69/year Includes everything | I signed up for this and it's been well worth it, they have new themes & widgets every month.

  • How to link the reports to portal

    Hai Friends...
    I generated reports using discoverer plus and i viewed the reports using discoverer viewer . I am new to discoverer viewer.
    Any body done please give me steps for how to deploy the reports in discoverer viewer and how to link the reports to portal.I wouid appreciate any help.
    Cheers
    Gopi

    hi gopi,
    u can store ur reports in the database using Discoverer user edition. these stored reports can then be viewed in the discoverer Viewer. here i am assuming that u have configured ur discoverer viewer correctly.
    bye..
    naresh

  • How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    Hi,
    Thanks for the suggestion. I've been playing around with some of the classes of the java.net package and java.io
    Using the URL class i can get the content of the data from a STATIC page and output that response to file so that is does not display to the client broswer.
    But this only works if the URL i give points to a static html page.
    So the problem i'm getting is if i'm righting in arguments in the URL, this means that server needs to process the arguments i give and its sends back a dynamic result. Because its dynamic the URL class can not handle this and throws me an exception everytime :(
    Have u ever tried to do some things like this?
    Rahul

  • In PM or QM modules how to link the smartforms to standard transections.

    Hi ABAP gurus,
         i am facing the problem how to link the smartforms to Standard transections, like
         QGA3 in this T-code i am give the Inspection lot no only, then this Lot number go to the smartforms
        it will pick the total data relavent to lot no, my problem is how to link between the T-Code to smartforms, 
    thanks.
    raj.

    hi,
    you have to configure in NACE. first identify the application type in NACE.
    thanks,
    anupama.

  • How to use the "split development directory structure" in JBuilder9 ?

    How to use the "split development directory structure" in JBuilder9 ?
    Have /APP-INF supported ?

    I've not used JBuilder much, but if it has ant support, then it should
    be pretty straight-forward.
    -- Rob
    Rick Ni wrote:
    How to use the "split development directory structure" in JBuilder9 ?
    Have /APP-INF supported ?

  • How to run the package programs in eclipse ?

    hi all,
    how to run the package programs in eclipse ?
    plz clarify...
    regards
    balakrishna.m

    package source code is
    package package1;
    public class ClassaA
              public void displayA()
                   System.out.println("class A");
         }java source code is import package1.ClassA;
         class Packagetest1
              public static void main(String args[])
                   ClassA objectA = new ClassA();
                   objectA.displayA();
         }if i write the notepad means its executing successfully..
    but in eclips is not working..
    plz help me..

  • How to run the VI developed in labVIEW 2011 in its previous versions

    Hi all,
    I am currently using LabVIEW 2011 in my home PC.
    But, all my school computers are installed with LabVIEW 2010 and 2010 SP1.
    How to run the VI developed in LabVIEW 2011 in its previous versions?
    Is there any conveter for that?
    Regards
    Prasanth T
    Solved!
    Go to Solution.

    Open the VI in LabVIEW 2011 and use the File menu option, Save for Previous Version.

  • How to link the Business Partner with the SAP User ID.

    Hi,
    We are working on a scenario wherein the resources are created as Business Partners in R/3.
    now How to link the Business Partner with the SAP User ID.

    HI AP,
    Maintain the business partner in role Internet User - BUP005.
    Now assign the existing user to this BP .(you can make this assignment in tab "internet user'. Just enter the user name in the field User and save).
    You can now see the link in table HRP1001.
    Cheers,
    Rishu.

  • HT1349 how to link the songs that are in itunes to my account so i can to me sales

    how to link the songs that are in itunes to my account so i can to me sale

    You'll need to copy the content on your iPod back to your iTunes library first.  Once you have successfully done that you can safely erase and sync your iPod.
    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • How to call the XML file as PrivateResourcePath in JSP

    Hi All,
    I want to call the layer-config.xml values in JSP dropdown list. How to call the XML file as PrivateResourcePath in JSP... please advise me if any solution.
    locaiton: dist/PORTAL-INF/layer-config.xml
      <?xml version="1.0" encoding="utf-8" ?>
    - <layer-config>
    - <system>
      <layer>Test</layer>
      <internal>true</internal>
      </system>
    - <system>
      <layer>Test1</layer>
      <internal>false</internal>
      </system>
    - <system>
      <layer>Test3</layer>
      <internal>false</internal>
      </system>
      </layer-config>
    Thanks in advance.

    Hi,
    The below link may help you.
    [Accessing image from dist/imgaes folder inside JSPDynpage Component;
    Regards,
    Suresh Bachimanchi

Maybe you are looking for

  • Return delivery process for Individual PO

    Hi, what is the process of returning an item to Vendor and what g/l accounts does it hit? This is concerning Individual PO process (customer -> client -> vendor; vendor delivers to client then client delivers to customer) I know the process is suppos

  • Error when deploying a new forms .ear file

    Hi all I get the following eror when trying to start forms: Starting OPMN managed FORMS OC4J instance ... Calling txkChkFormsDeployment.pl to check whether latest FORMSAPP.EAR is deployed... Program : /u01/apps/apps/apps_st/appl/fnd/12.0.0/patch/115/

  • Adobe Acrobat Pro XI Asking for Serial Number

    I am a Creative Cloud subscriber. Downloaded and installed Adobe Acrobat Pro XI today for the first time. When I launch the application, it tells me that my "trial" has expired and that I need to buy it or enter a serial number. Huh? What do I need t

  • IBooks Screenshots

    iTunes Producer has a section where you can insert up to 5 screenshots of your book. I searched the iBook Store and I haven't seen one single book that has screenshots on the book page. Why is that? Secondly when creating a eBook for iPhone and iPad

  • Can we run JPA , JAXWS in J2EE 1.4 compatible app server?

    thanks