J2ME - Pocket PC: neded advices on how to plan the application

Hi,
I plan to port to the Pocket PC platform an e-commerce application I developed using JSP/Servlet with BC4J (some pages use direcltly JDBC).
My actual web application has those architecture and features:
- the database is Oracle 8.1.6;
- the output of the application is HTML (no use of Applets), with some JavaScript and css StyleSheets;
- the application has the standard features of an online-shop, such as shopping cart management, product search;
- the application gives to the customer other informations, such as order-tracking, sending of news documents to the customers, ecc...
My PDA application should have this features:
- on-line and off-line work (connected to the Internet or to a local replica of the database);
- Only the shopping features are requested.
I have some doubts on the best strategy to follow to develop such an application:
- Which database to use (Oracle lite or XML files or ???) to store the data on the PDA?
- How to manage the data replication?
- For the on-line work, I think that the user can connect to the standard Web Application (or to an optimized version for little screens). What is your opinion?
- For the off-line work, I am not sure which GUI to use for the client (HTML or Swing)? I read on this forum about problems with css with Pocket IE; have I to avoid the use of css stylesheets?
- If I write my application using BC4J, how big will be all the application in Mb (jars, application server, etc...)?
- Which software do I need for the development and for the deployment (I am now downloading the J2ME Extension and Viewlets)?
- Other issues I have to care about?
All help and/or samples and/or useful links/readings are welcome.
Thanks,
Marco.

Marco,
Considering the processing capabilities of a Pocket PC, I wouldn't go for J2ME, with is mostly dedicated to the cell phones. The PDAP (PDA Profile) for J2ME is not available yet, and your UI would look pretty poor on a Pocket PC as the only available profile so far is the MIDP (Mobile Information Device Profile).
The other solutions you suggest sound much better, like Oracle Lite. OLite has native synchnronization capabilities with Oracle Enterprise Edition, and that would address your replication needs. Plus it provides a connected/disconnect feature for HTTP/Servlet/HTML that makes the user work transparent. I do beleive that this is avalaible for the Pocket PC as well.
You should serach OTN this way for white papers, demos and sample code.
Please let us know if you need more information,
Olivier

Similar Messages

  • I forgot my passcode for the ipad and i can't connect to iTunes because it keeps giving me error message that i have to unlcok the ipad first... any advice on how to restore the ipad or unlock it?

    i forgot my passcode for the ipad and i can't connect to iTunes because it keeps giving me error message that i have to unlcok the ipad first... any advice on how to restore the ipad or unlock it?

    You have to restore the device within iTunes. You want to use the same computer that you always sync with so that you can restore your app data and settings. You can restore with any other computer, but you will lose everything on the iPad.
    This will tell you how to restore
    http://support.apple.com/kb/HT1414
    You will probably need to use recovery mode
    http://support.apple.com/kb/ht4097

  • I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    I am working in Numbers and can't seem to change the generic value assigned to the legend.  Any advice on how to select the legend and save new values?

    Ntenich,
    If your table has a Header and your Legend text is in the header, it will be picked up by the table.
    Jerry

  • Please advice on how to remain the font in SAP

    Hi,
    Please advice on how to remain the font in SAP as Arial monospaced instead of its auto change to Chinese character.
    At the same time, pls advice the correct forum i should went as this is related to the Basis and i could not find out Basis Forum.
    Thanks.
    Best Regards,
    Joo

    Hi,
    when i went to the SAP Menu page right
    Below is the Menu list
    ==>Office
    ==>Cross-Application Components
    ==>Logistics
    ==>Accounting
    ==>Human REsources
    ==>Information Systems
    ==>Tools
    Over here, does not have "Setting". Pls advice.
    Thanks.

  • I have an airbook, 10.7.4 LION, thunderbolt ethernet adapter and when trying to install 1.2.1 thunderbolt upgrade it says "this software not supported on this system"? Any advice on how to get the adapter to work?

    I have a new airbook, 10.7.4 LION, thunderbolt ethernet adapter and when trying to install 1.2.1 thunderbolt upgrade it says "this software not supported on this system"? Any advice on how to get the adapter to work?

    Welcome to Apple Support Communities
    If you purchased the computer before 2010, your computer hasn't got Thunderbolt, so you can't use it

  • Advice on how to read the Product View (/sapapo/rrp3)

    Hi to all!!
    I need your help!!
    May you give me some advice on how to read  the product view /sapapo/rrp3 (above all the pegging overview tab)??
    Is there any useful link or some texts that could help me?
    Thanks in advance!
    Regards
    Maria Piscitelli

    Hi Maria.
    Here is a link to the help for the Product View, within that you will find a link to the pegging overview.
    [Product View|http://help.sap.com/saphelp_scm2007/helpdata/en/11/c87037e5c7005be10000009b38f8cf/content.htm]
    Hope this helps.
    M.

  • How to remove the application which is downloaded from app store

    I have downloaded pocket pond application from app store. However I would like to remove it as I do not like it. Can you let me know how to remove the application?
    Regards
    AADK

    Press and hold the icon until it wiggles.  Press the x to delete the app.  Press the Home button when done.
    http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • How to run the application in weblogic

    Hello!
    I have deployed 1 application in Apache Tomcat , it is working fine. Now i want to deploy same application in Weblogic Server. I have already installed "Weblogic 9.1". Now i dont know how to do and what to do next.
    I also dont know where to copy that application folder in weblogic, and how to run & deploy the application?
    I have stuck over here.
    Please if anybody knows how to run the application in weblogic, plz let me know.
    I need your help.
    Thank you.

    hi,
    have you gone through [this link.|http://e-docs.bea.com/wls/docs92/index.html]. i think it may help.

  • How to give the application server file path in the module pool programming

    Hi,
         Could somebody help me how to provide the application server file path in module pool programming once the logo is uploaded to sap system.
      For eg I have imported a logo name ‘owens’ into sap system by using transaction ‘se78’; now I need to call the path in the below url,
    if container2 is initial.
    CREATE OBJECT CONTAINER2
      EXPORTING
        CONTAINER_NAME              = 'PICTURE_CONTAINER2'.
    CREATE OBJECT PICTURE2
      EXPORTING
        PARENT = CONTAINER2.
    CALL METHOD PICTURE2->SET_DISPLAY_MODE
      EXPORTING
        DISPLAY_MODE = CL_GUI_PICTURE=>display_mode_fit_center
      EXCEPTIONS
        ERROR        = 1.
    CALL METHOD PICTURE2->LOAD_PICTURE_FROM_URL
      EXPORTING
        URL    = " ? "
      EXCEPTIONS
        ERROR  = 1
        Others = 2.
    endif.
    Thanks in advance
    Deepu

    hi Deepu,
    Use FM '/SAPDMC/LSM_F4_FRONTEND_FILE' for fetching the data from the application server path/presentation server path
    Regards,
    Santosh

  • Hi, I followed the instructions to apply for the Made For iPhone Program. After submission of the necessary documents and information, I have not heard back from Apple. How to track the application progress? Can someone help?

    Hi, I followed the instructions from Apple MFI website, to apply for the Made For iPhone Program. After submission of the necessary documents and information, I have not heard back from Apple for couple weeks. How to track the application progress? Can someone help? < Edited by Host >
    Thank you.
    Best Regards,
    Gerald

    Hi Gerald
    This is a user-to-user forum, and your message will not be received by Apple. You will need to sign into your Developer/MFI account, and contact Apple that way. This can be done here.
    P.S Please do not post your e-mail address here.
    Taylor

  • How to define the application parameter 'sap.xss.BaseConfigurationID'

    Hello All,
    I am developing a webdynpro ESS custom self service application. I have completed the development of the DC. But at the end when I am creating the application for the DC, I am not able to figure it out how to define the application parameter 'sap.xss.BaseConfigurationID' for the application. I have defined remaining all the parameters as specified in the following link.
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/3b95dab4ab1800e10000000a1553f6/content.htm]
    Could any one please detail the process to define the parameter 'sap.xss.BaseConfigurationID' ?
    Thanks a lot.
    Regards,
    Seshu.

    Pick a representative file.
    Get info. (Command-i)
    There you will see a place "Open with" where you can select the application for that file.
    Hit the "Change all..." button to do this for all files of this type.
    charlie

  • How to download the application file to local file by back ground job?

    hi:
      can any one tell me how to download the application file to local file by back ground job? thanks in advance..
    Monson

    Hi,
    In order to download a file from application layer to a local file in background,
    first write a report(ZREPORT1) in which do the following steps:
    OPEN DATASET g_file_1 FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    loop the g_file and append all the data into another internal table.
    end of this report you shd have all the data in the application layer file into your internal table.
    Now create another report(ZREPORT2) and submit this report in background.
    that is,
    JOB_OPEN
    JOB_SUBMIT and
    JOB_CLOSE
    and in job_submit submit ZREPORT1 which downloads the file in application layer.
    Please reward points if helpful.
    Regards,
    Arul.

  • How to download the application with my apple ID

    how to download the application with my apple ID

    What have you tried or are you asking how to do it from scratch?
    https://itunes.apple.com/us/app/apple-store/id375380948?mt=8

  • How to call the Application configuration in run time.

    hi guru,
    i have created two  Application configuraton   and it working fine.
    my question how to call the application configuration in run time.
    Example :
    Based on the user i want to change the Application Configuration.like Super user and Normal user.
    Advance thank's
    Regard's
    Vivekanathan.S

    Hi,
    Please try out this way-
    Have a look at this table -
    WDY_CONF_APPLU - (Customizing Data for Web Dynpro Applications).
    after you are done with the configuration--
    Ge the config id for the given application from this table. And depending on the user get an entry from this table and display accordingly.
    Please refer to these links -
    different default layouts for different CONFIG_IDs
    Get WDCONFIGURATIONID
    Regards
    Lekha

  • How to delect the application from iphone

    how to delect the application fron iphone which cannot be delected directly liike other application

    This makes little sense, but if you are trying to delete one of the built-in Apple apps this can not be done.

Maybe you are looking for

  • IDOC Acks not working

    Hi All, I have spent hours searching SDN for this specific problem, and can see some similar threads but none with a successful answer, so I will ask again. I have the following scenario: R/3 system sending an IDOC to XI, then XI mapping that to a cu

  • Loss of sound when converting from MPEG1 to DV

    Is it possible to import sound and video into FCP 5 from a MPEG 1 movie accidentally recorded on the memory stick in my digital camcorder. The video transfers well as .mov but I can't get any sound to transfer. It works perfectly as a file on the des

  • From Super 8 to FCP

    Hi there, I would like to use QT file that was made from a super 8 mm movie. I don't know what settings were used to make the QT. Could someone help me and tell me what would be the recommended settings to get the best results ? I also have a questio

  • I'm trying to download Photoshop CC.  I keep getting error code 302...

    I'm trying to download Photoshop CC.  I keep getting error code 302...

  • Customising help

    Is there any way to programmatically insert/update the page/item level page text rather than manually typing it in at design time ? We want the end users to be able to modify the help text to reflect their inhouse business rules. thanks