How to transfer the http request from applet to servlet/jsp

I use the JTree component to create a navigation of a website,but i don't
know how to connect the tree's nodes with the jsp/servlet.
I mean how to transfer the http request from the applet to a jsp.
I use the "<frameset>" mark which will divide the web browse into 2 blocks.
The left side is Applet,and the right side is the linked jsp page.
what I say is as the weblogic console layout.
who can help me!!!
Thank You!

I use the JTree component to create a navigation of a website,but i don't
know how to connect the tree's nodes with the jsp/servlet.
I mean how to transfer the http request from the applet to a jsp.
I use the "<frameset>" mark which will divide the web browse into 2 blocks.
The left side is Applet,and the right side is the linked jsp page.
what I say is as the weblogic console layout.
who can help me!!!
Thank You!

Similar Messages

  • How to transfer the photo captions from Photoshop Elements 12 organizer to Adobe Revel albums ?

    How to transfer the photo captions from Photoshop Elements 12 organizer to Adobe Revel albums ?

    Thks for the contribution. However, it seems I cannot solve my problem with the kindly proposed solution.
    Let me rephrase my problem:
    I off-line prepare, organize photos and also add manually individual photo captions with PE12 Organizer. In the properties panel, I can check that the photo properties (including captions) are properly associated with the photo.
    However when I upload on Revel -directly with PE12 Organizer (selecting Share/Private Web Album)- these individual (accordingly captioned) photos or albums, I cannot find the photo captions (i.e. the photo caption did not directly show up with the photo in Revel). This obliges me to a double work by copying  and pasting each photo caption.
    Is there any plan to get rid of that ?
    Let me add that I am using the French version of PE12
    De : 99jon 
    Envoyé : jeudi 8 mai 2014 00:03
    À : Michel ROUSSEAU
    Objet :  How to transfer the photo captions from Photoshop Elements 12 organizer to Adobe Revel albums ?
    How to transfer the photo captions from Photoshop Elements 12 organizer to Adobe Revel albums ?
    created by 99jon <https://forums.adobe.com/people/99jon>  in Photoshop Elements - View the full discussion <https://forums.adobe.com/message/6363397#6363397>

  • How to pass a HTTP request from a simple java class

    Is it possible to pass an HTTP request from a simple java class.if yes how?

    Is it possible to pass an HTTP request from a simple
    java class.if yes how?If you're talking about creating a HttpRequest object and passing it to a servlet, that would be a red flag to me that your design is flawed. You shouldn't have to do that - the application server (Tomcat, Weblogic, etc) should be the only thing that has to worry about creating that kind of object and passing it to you.

  • How to make a http request from a pl/sql procedure(URGENT)

    I need to make a http request from a pl/sql procedure, can any one tell me which built-in package and which procedure/function we serve my need?
    Thanks in advance.
    Ram Prasad.

    You should use UTL_HTTP package, but before it install the JVM into DB

  • How to send the transport request from one client to other client?

    Hello Friends,
    I have generated one transport request in one of the client in Development server.Now as it is  customizing request so unless and until i transport it to other client within the same server, Changes will not be visible in other clients.So how to transport this customizing request from one client to other client within the same server.
    Thanking you guys in advance.
    Regards,
    Jitendra

    Hi Jitendra,
    Release your Transport Request via SE10, then go to STMS & import the request first to your quality server, then to your production server.
    Apologies for the incorrect inputs, please use SCC1 as advised by other forum members
    Hope the above clarifies your query.
    Regards,
    Vivek
    Edited by: Vivek on Mar 16, 2009 1:05 PM

  • HT1688 does anyone know how to transfer the existing music from my itunes account that i had with an ipod to my iphone?  I had my last download on my laptop which crashed and now we have a new computer.  I had to download a new version of itunes.

    I had my itunes account on my laptop which has since crashed.   I had to buy a new computer and iinstall the new version of itunes.  It did not pull up any of my information with music library, etc.  Does anyone know how to transfer existing music from my itunes account for my ipod to my iphone?
    thanks

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was designed for you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchased content.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only media purchased from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • How to submit a HTTP Request from a Java Program

    I am working on an web based application where in I need to submit the HttpRequest through a Java Program and not through browser. Moreover my intent is just to submit the HttpRequest. I donot want to wait for the response to come back. I have used the URL Connection class to do the same and I am trying to post this request. The contents of the methods that I am using are as below:-
    public void doPost(URL url, String inputXMLString) throws IOException
              //Create URLConnection based on the passed URL
              URLConnection connection = url.openConnection();
              connection.setDoOutput(true);
              connection.setDoInput(false);
              connection.setUseCaches(false);
              connection.setAllowUserInteraction(false);
              connection.setRequestProperty("Content-type", "application/x-www-form-
    urlencoded");
              //Get the Connection's output stream and write the request to it.
              PrintWriter out = new PrintWriter(connection.getOutputStream());
              out.print("&ena-request-input=" + URLEncoder.encode(inputXMLString));
              out.flush();
              out.close();
    Call to the above method does not invoke the URL I am intending to submit the request at.
    Can anybody give me the clue....................................................?

    I agree with the advice to launch a new thread to read and ignore the response. I don't think you should have to do it to make it work, but it's worth trying for two reasons:
    1) If it turns out it does make it work, well, then either you can leave it that way, or use that as a clue to help figure out how to make it work the way you want.
    2) There may be an error message there that will give you an idea why it's not working.
    When you say it's not invoking the servlet, what does that mean, and how do you know? Is it just that the final results aren't being seen? Put a bunch of logging statements in the servlet. It could be that it's getting hit, but you're corrupting the string you're building, or sending some extra junk that it can't handle. Spit out a log statement from the start of doPost, to see if it's even getting there. Then log the parameter. Enclose the output in quotes or braces or something to make sure there's not extra junk. I've had XML docs not parse because there was a blank line at the beginning.
    If it works in the browser but not from your standalone app, then you need to have the servlet tell what difference it sees in the two cases. Print out headers, other params, everything you can think of.
    Re-read the docs for URL, HttpURL, whatever, to make sure you're doing all the right steps in the right order. Make a servlet that just takes a single, simple param=value via POST and see if you can get that to work.

  • How o get the SOAP request from webmethod?

    Hi,
    I want to get the full request (what i sent from client application) on the @webmethod of my webservice.
    Immediately i want to forwward the same request to another application which is ready to receive as HttpRequest.
    How could i do that?

    Hi,
    Thanks for the reply.
    I tried the code in my application, but it always throws NullPointerException
    while executing this line,
    MessageContext msgCtxt = wsContext.getMessageContext();
    My code is,
    @WebService(name = "FirstService")
    @SOAPBinding
    style = SOAPBinding.Style.DOCUMENT,
    use = SOAPBinding.Use.LITERAL,
    parameterStyle = SOAPBinding.ParameterStyle.WRAPPED
    public class MyFirstService
         WebServiceContext wsContext;
         @WebMethod
         public void getMehod()
              try
                   System.out.println("1");
                   MessageContext msgCtxt = wsContext.getMessageContext();
                   System.out.println("2");
                   HttpServletRequest req = (HttpServletRequest)msgCtxt.get(MessageContext.SERVLET_REQUEST);
                   System.out.println("3");
                   System.out.println("REQUEST = " + req.toString());
              catch(Exception e)
                   System.out.println("Exception : " + e.toString());
    If i call this method from SoapUI,
    the output is,
    INFO [STDOUT] 1
    INFO [STDOUT] Exception : java.lang.NullPointerException
    I don't know where i did the mistake...
    Waiting for your reply

  • How to transfer the Dispatch customizing from client 000 to working client?

    Dear Experts
    we have installed GTS 8.0 since this morning. Now we would like to put the default customizing from SAP (which is available in the 000 client) to our working client. Till now, all customizing tables are empty.
    I had a look in the OSS notes and found the note 1286195, where it is described to activate the BC-Sets for the customs processes in Switzerland. But the note is valid for GTS 7.2. No information about the 8.0 version.
    My question is, do I have to activate the Sets according to the note also in our system? if not, how can I transfer the default customizing form the client 000 to my working client?
    Thanks for your hints.
    Regards,
    Andreas

    Hi Andreas
    You can follow the given step to get standar configuration of SAP:
    Choose a transaction in the customizing ( eg. Define Partner Function)
    Go to the menu Utilities u2013 Adjustment
    Select the FRC connection from client 000
    Select your entries and click on Adjust
    Select COPY ALL button
    Click on YES (copy changes)
    Your entry is added in the list
    You need RFC connection to client 000.
    Hope this helps
    Kind Regards,
    Sameer

  • How to send a http-request from abap?

    I want to send a xml file through a http-request ,what should i do?

    Welcome to SDN
    you can use cl_http_client class to do that. search the abap general forum with key word cl_http_client and you will find lot of examples.
    Regards
    Raja

  • How to transfer the voice memos from itunes on PC to iphone?

    hi
    I have been trying to trasnfer the voice memos backed up on itunes to my iphone. syncing is successful everytime but i don't see the memos on iphone.
    thanks

    i don't know how to change the name of the memo but i did try adding artist name to the file info. i can see the memo under "artists" while syncing but still doesn't appear on the phone after syncing

  • WHSCON or SHPCON : how to transfer the picking request number ?

    Hello,
    I want to pick & pack an outbound delivery using the idoc WHSCON.
    Using the WE19 transaction I have simulated an inbound idoc with qualif. PIC in segment E1EDL18. It works fine.
    My problem is that a new picking request is created for the delivery. It has the same number as the delivery. Because of this, the picking quantity is added to the delivery quantity.
    So my question is quite simple : in order WHSCON (or SHPCON), in which segment and field must i put the picking request number ?
    Subsidiary question : Is it a difference between messages SHPCON and SHPCON ?
    Regards.

    Hello there, Off the top of my head, I used WHSCON as opposed to SHPCOn for shiiping confirmations ( picking and PGI).
    But for returns and refusals I used SHPCON.
    Now they both can be used but obviously the Func. modules are different. Other than that there must be some subtle differences, which you might notice if you test both thoroughly for the same condition.
    also in my case there was no picking request # so I cannot help you there.
    I do recollect that the PIC indicator was in both the header and the line item, and there was another indicator used by another team in the 19 segment, think it was "QUA". never understood its purpose.
    If you do figure it out outside of this forum, please post the resolution here.
    Regards

  • How can I forward a request from to another servlet?

    If I would like to forward a request from a servlet to another one, but they are not located in the same machine.
    Could I use the following code to do it?
    getServletConfig().getServletContext().getRequestDispatcher("XXXXX").forward(request, response);

    You can not do a forward to a servlet on a different server. You can do a redirect and put any parameters you want to pass in the url. If you are using JSP you may bve able to use the JSTL include tag, again passing the parameters in the URL. You could use the URLConnection or HttpURLConnection class to open a connection to the servlet, make a request, get the response and the return the response to the client.

  • How To Transfer the master data from R/3 to APO System

    hi this is mohamed .i m new to APO..
    can any one guide me the configuration for transferring the master datas to APO system.i m using scm 4.0 version..
    Thanks in advance
    Regards
    Mohamed.

    Welcome to SDN.
    refer this link
    creating integration model
    Give ur mail id i will send the document which i have.
    With regards.
    Maya.

  • How to acquire the concurrent request id in data template?

    Hi all,
    I want to know how to acquire the concurrent request from my report data template. I've created a placeholder for my parameter +<parameter name="p_conc_request_id" dataType = "number" defaultValue="0"></parameter>+ and for nothing ... i've got the 0 value.
    I need the concurrent request id in order to detect the user who launched the report. Is there other way on getting the user ??
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 5:29 PM

    Hi,
    I read your previous post about this solution but i was not able to retrieve it. Here is step by step what i've done:
    - added the parameter to my data template
    - added the parameter to my concurrent program
    - added the parameter in my pl/sql package
    - i've run my concurrent request and the value returned in my xml is 0 for the concurrent request id parameter
    I don't know where i'am getting wrong ?!?
    Thank you!
    All the best,
    Laurentiu
    Edited by: laurentiu on Jul 8, 2009 6:47 PM

Maybe you are looking for

  • When Retention policy is set as REDUNDANCY

    DB version: 10.2.0.4 Just trying to understand the concept of Redundancy. If i set my Retention Policy set to REDUNDANCY like CONFIGURE RETENTION POLICY TO REDUNDANCY 4;and all the backup files are stored in one location like '/u04/rmanbkp/' then mul

  • Accidently right clicked the blue star and now it is gone. How do I get it back?

    I was looking for a way to put the bookmark in the correct category. Right clicked and then I think I clicked an option labelled "menu" but I am not sure because at that point the dialog closed and the blue star is no more. I can find no instructions

  • DATA MODELER 3.0 -Loss of the fields in my file DMD - Where are the fields?

    Hi to all! I have a serious problem with version 3.0. After working to create a relational design I saved the project. Then I moved to another folder, e tried to re-open the. Dmd, and to my surprise, I lost all fields, PK, FK and indexes. I tried to

  • Communicate between two tabs

    Hi friends, I have a small issue. I am using struts pdk tags to develop portlets. My region has got 2 tabs(say tabX,tabY).And the content of each tab is a pdk portlet. When i click on a image in tabX,how can i display tabY. Pls help me out. Rgds, Dha

  • Double Invoice Check

    Hi How do we set the double invoice check in SPRO for Invoice Number and Reference field for Vendor Incoming Invoices Regards Sanil Bhandari