How to make a j2me application as a  background process

HI,
In my project,I am connecting to the webserver(Google,Yahoo).
I wrote one socket program for connecting to those server through 80 port.
I am able to send the request from browser(desktop) and getting the response from the server and displaying it in the browser(desktop).
Now i want to install this application in mobile.After installing the application in the mobile,i need to go back to the browser in the mobile.
can anyone tell me how to do this?Is it like running a background process?
I dont have any idea about background process in j2me?
Thanks a lot

Now i want to install this application in mobile.After installing the application in >the mobile,i need to go back to the browser in the mobile.
can anyone tell me how to do this?Is it like running a background process?what does that mean ?

Similar Messages

  • How to make avilability of Application components in R/3

    HI all,
    I am creating generic datasource using Tcode SBIW. I entered MM-IO as application component name, If i am trying to save, it is giving error 'There is no application Component MM-IO'.
    Could you pleae any one tell me how to make availability of application compents in R/3.
    Thanks,
    Ravi Basavaiah.

    Hi Ravi,
    Check using transaction RSA6, if there is an node MM-IO in the path SAP - R/3 --> MM
    If not, u can create one using the  "Create Icon" or using menu path "Hierarchy --> Create node"
    Regards, Uday
    Assign points for helpful answers and get one point for yourself.

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • How to make the mobile application work with firewall and anti-virus ON

    Hi,
    I keep on receiving internal processing error when i try to login sap mobile solution 1.3.0 on my ipad and i was provided a solution, that is to turn off my firewall and antivirus. I works by turn off both of it but i cant possible turn of the firewall and antivirus on the server.
    Can anyone guide me how to make the mobile application work with firewall and anti-virus ON
    Thank you

    Dear Rajesh,
    Create a policy in your fire wall to allow the port to send and receive data.
    I believe the port for the mobile should be port 8080 and 8443.
    And your license server port 30000 and 30001
    nd.Q

  • How to make the UI5 application responsive ?

    I am actually followed below blog and developed a sample application
    How to create SAPUI5 application consuming Gateway service with the help of SAP NW Gateway Plug-in for Eclipse
    Can any one please explain below :
    1) I was getting an UI like this ,  but in example provided was achieved with a table like UI. May i know the reason behind this?
    How can i achieve the UI as in blog?
    my result
    example in blog result
    2) The result i achieved is not responsive. When i change the size of my browser the UI design does nt adjust itself.
    How to make this responsive?

    Hi,
    1) The difference is because my example was based on Gateway Productivity Accelerator, Version 1.0 and yours is based on Gateway Productivity Accelerator, Version 1.1.1
    below is how my index.html looks like. So the difference is because of GWPA version.
    <!DOCTYPE HTML>
    <!-- Auto-Generated by SAP NetWeaver -->
    <html>
           <head>
       <meta content="IE=edge" http-equiv="X-UA-Compatible">
      <link rel="stylesheet" type="text/css" href="css/styles.css" />
          <script id="sap-ui-bootstrap"
           type="text/javascript"
       src="resources/sap-ui-core.js"
       data-sap-ui-theme="sap_goldreflection"
       data-sap-ui-libs="sap.ui.commons,sap.ui.ux3,sap.ui.table" >
       </script>
         <script>
                         sap.ui.localResources("test");
                         var view = sap.ui.view({id:"ID_firstview", viewName:"test.resources.firstview", type:sap.ui.core.mvc.ViewType.JS});
                view.placeAt("content");
         </script>
           </head>
           <body class="sapUiBody" role="application">
                  <div id="content"></div>
           </body>
    </html>
    I also upgraded to new version and yes by default now it creates mobile based application in GWPA 1.1.1 whereas it was desktop based in earlier version GWPA 1.0
    also blue crystal theme is loaded by loadTheme("sap_bluecrystal"); in Application.js
    2) Now regarding responsiveness, you need to change mode StretchCompressMode to ShowHideMode in App.view.js
    // create splitApp
                  this.splitApp = new sap.m.SplitApp({
                         mode: "StretchCompressMode"
    Change mode value to ShowHideMode
    Regards,
    Chandra

  • How to make upgrade from application server and not from central instance?

    Hello SAP Gurus!
    I have SAP ECC release 6.0, and I´m gonna make upgrade to enhancement package 6.06, do you know if Can I make upgrade from application server, but not from central instance?
    Thanks.

    Hi Victor,
    Upgrade process has to execute from the server where message server is running.
    So I guess it is not possible to initiate the SAP upgrade  from application server.
    Regards,
    Deepak Kori

  • How to make simple GUI application that use oracle 9i intermedia

    Mr Lawrence,
    i want to make a GUI application for storing and retrieving image data, can i build this application using delphi?
    i try using borland delphi 7, but delphi doesnt know object type ORDImage and ORDImageSignature. do u have any reference about building GUI application??
    I want my application can do inserting image into database, searching image by matching it's signature, make image signature for query image, displaying image, etc.
    Or if i can't make this application using delphi, maybe u can give me another application developer beside Delphi.
    Please help Mr Lawrence, i'm stuck (T_T)

    I am not too familiar with Delphi.
    If it does Object-Relational types, that could work.
    Can it interface with PL/SQL procedures? If so, that would be the way to go.
    That is what I have done with .NET applications.
    Larry

  • How to make the yellow status to green using Process chain in bw 3.5?

    Hi all,
    How to make a request in the infocube from yellow to green using an process chain in bw 3.5?
    Thanks
    pooja

    Hi.
    Use these two Functional Modules one after the other:
    First - RSAPO_SWITCH_TRANS_TO_BATCH
    Second - RSAPO_SWITCH_BATCH_TO_TRANS
    Regards.

  • How to deploy an app with servlet and background processing

    i have a servlet with background processing. it has to run 24 hours a day.
    but i have problem with shutdown (after 1-2 hours without user action). [9iAS 9.0.3.0, windows 2000]
    i created for application seperate OC4J (in the EM) and i deployed it there. first time as war file, later as ear file (because there is possible to re-deploy only ear file).
    but it seems that the servlets are not designated to run as a uninterruptible task.
    the question is: how to deploy such (servlet + uninterruptible background processing) application in the 9iAS?
    a) everything in the OC4J (then how to disable shutdown?)
    b) servlet in the OC4J. where (and how) to install the rest of application?
    b1) servlet in the OC4J + rmi/soap/... + standalone server?
    what is the standard in the oracle world :) ?
    thanks

    Better to post your topic in the iPad in the Enterprise community.
    This is the, "Using Mac App Store" forum and for the most part for troubleshooting the App Store.

  • How can I run a method as a background process?

    Hello,
    I am currently working on a report where depending on the number of items selected, the user may choose to process all the items right now or as a background process.
    How can I do that in ABAP?
    Thanks

    To run a job in the background it has to be scheduled as batch job. You would usually do that using transaction SM36. As I understand your problem you want to schedule such a job directly from your coding. You may want to have a look at function group BTCH. It overs quite a few FMs to programmatically add a batch job.
    regards
    Daniel

  • How to trap warning messages generated from the background processing?

    Hi all,
    Following is my requirement, i want to know whether it can be done and how?
    The credit management (CM) warning messages generated as a result of the CM background processes, where do the messages go? Can you trap them and include them in an interface control report?
    Thanks

    Hi
    If it's created a job for that process, you can try to read the log: here you should find all triggered messages, so the warning ones too.
    U can try to use fm like BP_JOBLOG_READ or BP_JOBLOG_SHOW in order to get the log.
    Max

  • How can i run my java program in background process?

    hi all,
    i am working on desktop monitoring so when i start my program on client machine that is visible to all but i want this program client not visible to all instead of this can be run in background process . so, nobody can see that.
    so, how i can do this ?
    pls pls help me
    thanks in advanced to helper
    regards
    maulik & ritesh

    this will run the java program in the background.It'll just use the Windows Java Console instead of the command-line console. It has nothing to do with running as a background process.
    Edit: though this might be exactly what the OP wants: not "background process" but "no DOS console".

  • How to make AW default application?

    I've had a very long saga with my sister's computer, upgrading to Tiger and losing AppleWorks, and making TextEdit the default until I could download AW to her machine. Now it's on there, but TextEdit is still the default. I can go in and make documents always open under AW, but I don't want her to have to do that every time. How do I remove TextEdit as the default and change it to AW?

    Highlight a known AppleWorks document in the Finder, highlight it & choose Get Info from the File menu. In the Get Info box, click the triangle next to "Open With." Click on this drop-down menu & choose AppleWorks 6. If AppleWorks 6 is not a choice, choose "Other" & navigate to the AppleWorks 6 application. Now click the "Change" button under the text that asks if you want to open all documents like this with AppleWorks 6.
    Peggy

  • How to make a portlet application using JHeadstart ?

    Dose the JHeadstart 10.1.2.x Struts/JSP application can deploy to Oracle portal as a portlet ?Have any document for reference to make this requirement ?

    Hi!
    I have the same problem and so far I have found the following out of the doc (Portlet developers guide):
    If you want to run your application as a Java (Struts) Portlet, you have to modify at least the generated JSPs. Reasons are e.g. the extension of the struts tags for the URL correction and as I have read there are only HTML tags allowed that you can use in a TABLE tag (no <HTML>, <BODY> and <FRAME> tags).
    Another approach is to try the Web-Clipping Portlet. (That's also on my TODO list :-)
    To test it, I suggest
    - install your JHS app in a separate OC4J
    - Use the web-clipping portlet and reference your JHS app entry page
    The disadvantage of this approach is, that you can't influence the style of your application as you can do with real portlets.
    Open questions are:
    - are all JHS URLs redirected to portlet URLs?
    - is the Javascript code still working especially for LOVs?
    - what happens if the Portal page is refreshed? What page of the JHS application will be displayed?
    As I said I haven't done any deeper research or tests but I am also interested in a solution.
    br, Christian

  • How to make download/documents & applications the norm. blue folder look ?

    I want these folders to be the plain blue folder look ( right now it has some covering the folder..PDF covering the download and documents and dictionary over the applications )... what do I change it back to the normal blue look.

    The combo update is supposed to install previous system updates. Well, at least that's how it usually works.
    However, if you look at the page with the standalone combo update to 10.5.5, where is says +System Requirements+, it says "Mac OS X 10.5.1 - Mac OS X 10.5.4". You have 10.5.nothing. So if that's not a typo, I guess you need to install 10.5.1 first. But it's not pointed out anywhere else. You'd think it would state specifically, "If you have the original 10.5 installation, you need to first install 10.5.1 before installing this update."
    If you were using Software Update, it should know this already and take care of installing the required updates in the correct sequence. In other words, it should not try to install 10.5.5 combo if 10.5.1 is required first.
    Also that message you quoted sounds like the update file is corrupted. It does not seem related to what version needs to be installed first.
    Here is the standalone updater for 10.5.1, in case you do need it.
    http://support.apple.com/downloads/MacOS_X_10_5_1Update

Maybe you are looking for

  • How to See Business Event Types in Appraisals

    Hi Gurus, How can we fetch the Business events maintainined in Business Event Catalog in Training & Event Management in the input field for a criteria in Performance Appraisal Template maintained in PD Thanks & Regards Rajesh

  • Import failed in Con System

    Hello everybody, I did some development using the NWDS (JDI installed). After i have checked in my application / activated it and released it it was shown in the import queue at the Consolidation Tab of the CMS application. So far everything worked g

  • Inserting Live Clock in Final Cut Pro Video Project

    Does anyone know how to insert a live clock in FCP? I am looking for something like inserting a game clock for a sporting event. I don't know if this is possible at all, but if so....any tips? Thanks

  • Company code pop up

    hi, i have a problem with the pop up that appears while we run FB60 transaction. the pop up comes once when we enter for the first time, if i want to enter for the next time it doesnot give the company code popup. for that i got a solution of using t

  • ComboBox inside a datagrid

    Hi all, How can I put a comboBox inside a datagrid? I want to set the comboBox with their own dataprovider and the id should pass to the datagrid fill at the save time. I try this but doesnt let me to include a dataprovider. Any links?? please help a