Interacting with client system using Applet

Hi,
I want to interact with client system and access files on his system using applet,could u suggest the way to do it or any other siurce where I can find this information.
It's very urgent,pl reply soon
thanq

hi,
These steps will get your applet signed and you could interact with your client system through applets.
IRENE 10 steps : http://forum.java.sun.com/thread.jsp?forum=63&thread=132769
best wishes
Rajesh

Similar Messages

  • Interaction with operating system

    Hi!
    I want to know how shuold i interact with operating system using java.Actually i m implementing speech to text converter and for that i want to use control panel of windows. so please tell me how i can interact with operating system.
    Regards

    Use either the methods of the Runtime class or use JNI (Java-Native-Interface)
    There are many examples of each, and JNI has a separate forum, Native Methods. Search both Sun documentation and the forums.

  • How to retrieve system Information on client machine Using Applets

    How to retrieve video card information on client machine using applets and JNI, please suggest me on this
    Thanks
    GReddy

    1. Research platform specific OS API to do whatever you want with video cards
    2. Write C/C++ code to wrap the functionality in 1 into something looks closer to what you want to see in java
    3. Write a class that models the functionality of 2 with native methods.
    4. Write the native methods of 3 such that they call the methods of 2.
    Note that steps 1 and 2 have NOTHING to do with jni nor java. So you start by looking somewhere else for the answers to that.

  • File Transfer From Unix server to Windows Client System Using WebUtil

    Hi all,
    I want to Transfer a File from Unix Server to Window Client System using Webutil. But below mention code is not working.
    DECLARE
         V_Server_Path VARCHAR2(500) := Null;
         V_Client_Path VARCHAR2(500) := Null;
    BEGIN
         V_Server_Path := '/proj/oraapps/viper/dev/reports/cache/Saveauftr.txt';
         V_Client_Path := 'C:\Migration\EU_Applications\Lima\OAS_WorkArea\Client\Saveauftr.txt';
         IF WebUtil_File_Transfer.Is_AS_Readable(V_Server_Path) THEN
         IF WebUtil_File_Transfer.AS_To_Client(V_Client_Path,V_Server_Path) THEN
              Message('Downloading the File ..... .... ... .. .');
              Message('Downloading Was Successfull ...');
              Message('File Transfer from Server Was Successfull ...');
         END IF;
    END IF;
    END;
    Can anyone suggest me,Why the above code is not working and what to do for solve the Problem.
    Regards
    Gany

    Hello,
    You have more chances to get an answer in the Oracle Forms OTN Forum :
    Forms
    Regards

  • Is it posssible to lunch one application from the client system using JSP

    Is it possible to Lunch one application from the client system using JSP or Servlet .If it is possible then how can we do that ?
    Thanks in advance
    Sil

    If its a java application - yes. You can use jnlp and web start.
    ram.

  • Interaction with client

    how can we interact with client when we are working in offshore and how can we change apo locations

    Hi Kalyan,
    'how can we interact with client when we are working in offshore'
    The modes of interactions are many and examples are as below.
    E-mails, Video conference call, Webinars, Telephone calls , short visits of client personnel to offshore office  or your team to onsite.
    'and how can we change apo locations'
    Will you please elaborate more ?
    Please find detailed help from SAP on location master data :
    http://help.sap.com/saphelp_SCM700_ehp01/helpdata/en/f7/8a77375e87d33ae10000009b38f8cf/frameset.htm
    Regards
    Datta

  • BPM - Interact with external system

    Hi Experts,
    We are implementing a project with BPM Suite Version 1.1.1.6 (PS5). A requirement is the following things:
      - The BPM process begins through a human task.
      - Upon completion of the human task, the flow must interact asynchronously with an external system through a webservice. The BPM system sends data to external system.
      - The user interacts with the external system and runs a couple of tasks.
      - After completing the activities in the external system, the BPM should be receiving an event to continue with the main flow was in wait.
    The question is....as an external system can reactivate a BPM process that is in wait hoping the event.
    Thank you very much.

    Investigate the use of the Call activity. If the external process is long-running, you might use a Service activity in conjunction with correlations.

  • Muliple process interactions with client

    Is it possible to have multiple interactions with the client?
    I have a BPEL process that calls a web service and then replies to the user what is sent back. This is then used by the user to invoke another web service through the business process.
    In other words: the client initiates the process, the process uses this to invoke a service. The reply is sent to the user. The user then sends another message to the process which uses this to invoke another service. The result of the service invocation is sent to the user by the process.
    This seems really simple but I am having trouble achieving this and all examples seem to be one invocation by the client and then one repliy. If anyone knows if/how this can be achieved it would be greatly appreciated.
    thanks,
    Clive
    Edited by: clive jefferies on Dec 3, 2008 10:51 AM

    yes, its pretty much possible to call the same BPEL instance again and again. This is called Asynchronous call back, and is possible with WS-Addressing or you can use the BPEL Correlation set to achieve this functionality.
    Here is a step by step tutorial on how to achieve this,
    http://technology.amis.nl/blog/2813/use-bpel-correlation-sets-for-repeated-synchronous-access-to-long-running-bpel-processes
    Hope this will resolve your problem...
    -Abhi

  • Multiple interactions with client

    Is it possible to have multiple interactions with the client?
    I have a BPEL process that calls a web service and then replies to the user what is sent back. This is then used by the user to invoke another web service through the business process.
    In other words: the client initiates the process, the process uses this to invoke a service. The reply is sent to the user. The user then sends another message to the process which uses this to invoke another service. The result of the service invocation is sent to the user by the process.
    This seems really simple but I am having trouble achieving this and all examples seem to be one invocation by the client and then one/many replies. If anyone knows if/how this can be achieved it would be greatly appreciated.
    thanks,
    Clive

    yes, its pretty much possible to call the same BPEL instance again and again. This is called Asynchronous call back, and is possible with WS-Addressing or you can use the BPEL Correlation set to achieve this functionality.
    Here is a step by step tutorial on how to achieve this,
    http://technology.amis.nl/blog/2813/use-bpel-correlation-sets-for-repeated-synchronous-access-to-long-running-bpel-processes
    Hope this will resolve your problem...
    -Abhi

  • Web interaction with client application

    Hi all,
    I have self taught myself Java over the last 4 years on and off.
    I am in the mid stages of developing an MRPII application with various modules. These modules are effectively JTabbedPanes within JInternalFrames. The JInternalPanes are within a JDesktopPane which also has JTabbedPanes.
    This enables me to have departmental tabs at the top of my app and module functions at the left hand side, dependant of which departmental tab is selected.
    I have created a class that connects to MySql and can do various functions which I then can derive specific MRPII classes.
    I have a desktop PC which I have MySql configured as a server and a laptop which is configured as a client. Both machines run WindowsXP and my router is a linksys.
    With this setup both machines can check inventory, take orders, produce purchase orders, create customers & vendors etc....
    My next step is to try and incorporate a web component into this.
    My ideal goal is to have a database that is set up and hosted on the web and works in the same way as my home network. This would enable me to deploy this application and configure the ODBC data source to point to an IP address. Is this possible and if so how would I go about it.
    The other option is to create web pages with forms that interact with my local server. If this is the better option, I am unsure whether I should learn about servlets or possibly XML, as all I have learned so far is about applications.
    Your guidance would be greatly appreciated.
    thanks
    Jim.

    I wouldn't let client applications connect to a database directly. What if you make a change to the database in order to fix a bug for example, that would mean rebuilding the clients and redistributing them and in the mean time any old client is most likely broken.
    I would let the server communicatie with the database locally and expose either an XML-RPC or a SOAP connection to clients. This makes your framework extendible and abstract, all you do is implement SOAP methods on the server that your clients will invoke. As long as the response of such a call never changes you do not need to change your clients. And who knows, you may even use additional data sources (other databases for example) on your server, your clients will never have to know about it.
    If you want to learn about SOAP, check out Apache axis.
    http://ws.apache.org/axis/index.html

  • Interacting with Operating System

    Does anyone know if Java has the ability to interact with the OS to filter print jobs and IO operations initiated from other applications?
    I need to write an application that acts as as a filter to prevent Netscape from printing and/or saving files.
    Thanks

    No, Java doesn't do things like that, that are specific to the operating system. You would be far better off to use a low-level language specific to the operating system you have in mind.

  • Print string to client printer using applet

    How to print a string directly to the client printer after clicking a button from my jsp/html page?
    I have posted a similar question here and someone(pqeuens) advised to use applet. I have been reading about applet & created one.
    I tried running it as a Java application & it prints as expected. However when i put it inside a jsp/html page, it will not print.
    Can anyone help me out on this? Perhaps share a code. That will be very much appreciated...
    Thank you

    I said you couldnt just print from JSP but you might be when you use a SIGNED applet.
    But then you need to move to the java applet forum and ask question there.
    Furthermore a standard applet cannot print because of the security invloved in applets. Nor will you be allowed to write files onto the client.

  • Interacting with embeded flash using bot

    I am trying to understand if it would be possible for a web crawler to interact with a flash object embeded in a web site.
    For exemple would it be possible to automaticaly use this website with a bot or some other program? http://www.r2d2translator.com/
    Don't know if I have explained myself properly.

    Hi Bernd,
    This is exactly what I am trying to do and the sample you pointed out is working just fine. The only issue that I now have is it does not work when I try to the PDF forms myself. I am using Adobe LiveCycle Designer version 8.2 to create the forms.
    For some reason this.external and this.hostContainer properties are not available to me in my docReady event. Do you know if this was deprecated in version 8 or so? are there any other alternatives for this?
    Thanks
    Shreedhar

  • Offline Integration of Adobe Forms with CRM System using Web Service

    Hi Experts,
    I have a business requirement in which the end user us given an Application Form.
    The user can save the form locally and fill the data.
    Now the requirement is that when the end user clicks on Submit Button on the form, a web service is called and the entire data in the form is sent to CRM System.
    I want to know is it possible to capture the entire data filled in the form in a web service???
    Also the other major requirement is that i need to send the application form also to the CRM system.
    I need to store the form as attachement for a Business Partner Record.
    Is it possible to capture the data in the adobe form and still attach the form as attachement in an Offline Scenario????
    Is it possible that a Web Service can be called on click of button in the form and still be able to attach the form itself as attachment???
    Thanks and Regards
    Gaurav Kumar Raghav

    I have collected some links for WebServices for you:
    https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/38-51084/saptech_webservice.pdf
    Re: Adobe forms with Web Service - nothing happens when clicking button.
    /people/rudy.clement2/blog/2010/03/10/how-to-use-the-postexecute-event-in-sap-interactive-forms-to-retrieve-a-table-from-a-webservice
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26
    Usage of webservice in offline adobe scenarios
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?quicklink=index&overridelayout=true
    cheers Otto

  • Connection with external System using AS2/SFTP adapter.

    Hi All,
    I need to use SFTP/AS2 to connect to an external Server which is not in our landscape.
    Can anybody could help whether i need to create a party on the Sender side as sender system is an external Server.
    I have gone through many docs but i am not clear when to use party and when not..?
    Regards,
    Rahul

    Hi Rahul
    Whether to use a party or not is both an architectural question as well as a development question.
    Architecturally, if an external server is not in your landscape and belongs to a different company/entity, your scenario would be a B2B process. You can refer to the below link for more details about B2B, but I've included a short snippet below too.
    http://help.sap.com/saphelp_nwpi711/helpdata/en/48/c7a475da5e31ebe10000000a42189b/content.htm
    Using a communication party, you address a company that is involved in a B2B process.
    The (technical) name of the communication party (for example Bosch) is the identifier for the company within an Integration Directory. To be able to identify the company during any external communication using a globally unique ID, you specify alternative identifiers for a communication party. For external communication, the name of the communication party that is known internally is mapped to the ID. A particular identifier is specified in the communication channel (see below).
    In terms of development, not all adapters (FTP, SFTP, SOAP, etc) require the use of a party object when you develop a B2B integration scenario. There are companies which have implemented all B2B scenarios using those adapters in an A2A style (using just Business Systems.)
    As Harish has mentioned, if you use the Seeburger AS2 adapter, you will need the party object (AS2ID is configured there), but if you use the SFTP adapter, it is optional.
    For your case, I'd recommend going with Party to clear distinguish that it is a B2B process.
    Rgds
    Eng Swee

Maybe you are looking for

  • My Mac mini's WiFi is slow

    Hi, my Mac mini's WiFi is slow: it's stuck when loading a page with Safari. Help please, I want to browse the Internet! The WiFi signal is best (4 bars): Here's a screenshot if you're interested:

  • Why signed and get "access denied (java.io.FilePermission hello.txt read)"?

    I am learning the Java tools and policy to create some local browser application for personal use. So I signed a jar file with jarsigner, keytool and policytool and still trying to figure out why my browser application cannot read a simple local text

  • GL Posting Screen - Change Layout

    Hi Friends, Could you please as to how can we change the layout of the finial screen for GL Postings so that only the desired columns are displayed and in the sequence desired. It is also desired to change the layout of the screens used for AR/AP pos

  • How to grab the initial field in driver program ?

    Hi, In my SAP Driver program I am declaring all the tables from where the data will be fetched. Now all these data selection depends on order number AUFNR field which I use to go in transaction CO03 or CO04. I am just struggling and wondering how can

  • Videospuren verschwinden seit letzen Premiere Update

    Hallo, seit dem letzten Update von Premiere CC verhält sich mein Schnittfenster Fehlerhaft. Ich hab zwei Sequenzen offen und wenn ich von der einen in die andere Springe verschwinden alle Videospuren bzw. sie werden mir nicht mehr angezeigt. Einzig d