Migrating application from Windows CE to Windows Mobile 5 or 6

I have an application written in Java that runs on a GPS device running Windows CE.
I would like to migrate this application to Windows Mobile 5.0 or 6.0, so that it could be
used on pocket PCs or any other GPS device running windows mobile.
This application is compiled in Netbeans.
Could someone tell me the best way to go about this? What are important
changes/requirements to note about Windows Mobile and Netbeans?
Is there a required relational database engine for Windows Mobile?
I am confused about whether or not this is even possible?
Edited by: Yellow on Jun 9, 2008 1:37 PM

Yoav,
Take a look at Oracle Forms Upgrading Oracle Forms 6i to Oracle Forms 11g. This document gives you all the information you need to perform the upgrade. As to moving from Windows to Linux, Oracle Forms is pretty much platform independent in that almost all major server OS's are supported. Take a look at Oracle Forms Documentation and specifically the Forms Services Deployment Guide and the Oracle Fusion Middleware Installation Guide for Oracle Portal, Forms, Reports and Discoverer guides.
Hope this helps,
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Does anyone have experience with migrating applications from iAS6.0 SP2 to SP3? Did it go smoothly or are there problems to be expected?

     

    Hi,
    I haven't. But, there are lots of changes from each service packs,
    henceforth you may have to stick to what the documentation says to avoid
    the errors that shoots up. Again, the errors depends upon how you have
    coded your application. Please let me know if you have encountered any
    errors and the messages for me to help you.
    Regards
    Raj
    Peter Clijsters wrote:
    Does anyone have experience with migrating applications from iAS6.0
    SP2 to SP3? Did it go smoothly or are there problems to be expected?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Migrating application from tomcat 3 to tomcat 5

    Hello everybody,
    Does anyone have information about some kind of manual or tutorial with steps to migrate applications from Tomcat 3 to Tomcat 5??
    Thanks a lot,
    Johnny

    What issues are you having? There have been some important changes between the Servlet and JSP specs between the two but most of these have been additions - nothing that will be too hard to handle.
    Does your application use a database? If so there have been configuration changes between Tomcat 3 and 5 but for that the Tomcat 5 docs are very good at telling you what you need.
    I would start by trying it and see where you get problems. I think it will be easier than you think, depending on how complicated your app is.

  • Migrating applications from old PC to new Imac

    Recently upgraded to a new Imac. Was running old PC with Windows XP and had numerous applications installed on my iPhone. How do I migrate these applications to the mac? The computers are networked and shared.
    Any help would be appreciated.
    J

    Right-click one in iTunes, find its location from the Get Info window, and copy the item at that location as well as any others to the new computer, or redownload them from the iTunes Store on the new computer.
    (36370)

  • Mail no longer works after migrating applications from Mountain Lion

    This weekend I bought a Mac Pro 2.1. I upgraded it to Lion then migrated all my files and applications from my iMac (running Mountain Lion). Now the Mail app doesn't work. I can't uninstall it and Software update says everything is up to date. How can I get my Mail app to work again? I guess I've somehow copied the Mail app from the Mountain Lion mac which is why it won't run.

    No unfortunately after the OS  is installed the installer package is removed so you'll need to go through the whole procedure again.
    There is a way to save the installer and make a bootable flash drive you can install off of. You should be able to find the procedure if you search here or on the net.
    regards

  • Link/checklist for migrating applications from Oracle 9i to Oracle 11g?Help

    Hi all,
    We need to perform an impact analysis on migratiing an application from Oracle 9i to Oracle 11g. Does any of you have a detailed checklist to follow, in terms of queries, PL/SQL statements, optimizer etc. etc., when attempting this migration. We require something more specific from the application point of view rather than a DBA point of view.
    Additionally, we have queries written extensively with rule hints. Should there be a special consideration for the same since now we are moving to CBO in 11g
    Even if any one has a link, that would help. Thank you so much!

    Hi Nikhil,
    Thanks Xaheer,You're welcome :)
    I'm going through the link: http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/toc.htm
    But it still mentions stuff from a DBA angle. I need from an application angle.
    Do I need to change my queries taht are current written with RBO? Do I need to change Pl/SQL blocks ?Please refer tech below notes:
    *1)TROUBLESHOOTING: Server Upgrade Results in Slow Query Performance -- 160089.1*
    *2)TESTING SQL PERFORMANCE IMPACT OF AN ORACLE 9i TO ORACLE DATABASE 10g RELEASE 2 UPGRADE WITH SQL PERFORMANCE ANALYZER -- 562899.1*
    Before upgrading your production database, please perform upgrade of test database and do complete testing.
    Hope helps
    Regards,
    X A H E E R

  • Problems after  migrating application from 10.1.2 to 10.1.3

    Hi,
    I am encountering the following error while executing the application after migrating it from Jdeveloper10.1.2 to JDeveloper10.1.3. Could you please help me in this regard..
    NOTIFICATION J2EE JSP0008 Unable to dispatch JSP Page : java.lang.NullPointerException
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    user491067

    Do you have the problem with all JSP pages, or only a few of them ?
    Does it happen in the Embedded OC4J only ?
    Could you try to deploy your application in the Standalone OC4J and test it from there ?
    I had a similar issue where the Embedded OC4J was unnable to run big JSP pages.
    There was no problem with the Standalone OC4J.
    Hope this helps,
    Didier.

  • Migrating Application from JSP 1.2 to JSP 2.2 and Servets 2.3 to Servlet 3

    Hi,
    I have an application which is built on JDeveloper 10.1.3.4.
    So it uses default JSP and Servlet Runtime i e, JSP 1.2 and Servlets 2.3 versions.
    But i want to migrate my application from those versions to Servlet 3.0 and JSP 2.2.
    So i downloaded JSP 2.2 API jar and Servlet 3.0 jars and added to my Application Library.
    I even removed JSP runtime and Servlet run time.
    Now am unable to compile.
    How should i migrate my application from older versions to newer.
    Thanks,

    a) you learn to use your tools properly
    b) you fix what you did wrong
    c) you feel smug for having done your job

  • Migrating Application from Planning 11.1.2.1 to 11.1.2.2

    Gurus
    I am trying to migrate a Planning application from Hyperion version 11.1.2.1 to version 11.1.2.2. Is there a way that I can use LCM? I have tried exporting the application from version 11.1.2.1 and importing it in 11.1.2.2 but all the forms are being registered as invalid.
    The application also use business rules and LCM gave the following errors:
    Error in migrating artifact, "/Global Artifacts/Business Rules/Global Variables/XXXXX".
    Cannot process artifact (XXXXXX). Unsupported artifact type (Global Variable).
    Since Calc Manager is the only supported tool would this cause the problem with the migration process? If so, how do I migrate the application successfully.
    I saw the upgrade option in the Planning Administration but how is application in the situation.
    Thanks in advance.

    Hi John
    Thank you for this I used the back-end migration and the steps are as follows for those that will need the help:
    1. Create a shell Planning app in 11.1.2.2
    2. Backup the database for the application created above
    3. Synchronize HSS between the source and destination environments (luckily I didn't have to do this)
    4. Take a copy of the database for the source application
    5. Stop the Hyperion Planning service (I stopped all the Hyperion Services to be safe)
    6. Restore the database of the source application on top of the database for the destination application.
    7. Confirm that owner SID for the app is still the same in the destination
    8. Clear the version of the application in the planning database
    9. Start Hyperion services in the destination application.
    10. log into planning and it will ask you to upgrade the application.
    11. Once thats done remember your substitution variables (in Planning), location aliases and the data (exported & imported as text files through EAS).
    Thanks John for the help.

  • How do I migrate applications from old MacBook Pro to a MacBook Air?

    How do I migrate applications such as Word & iWork from my old Macbook Pro running Lion to my new MacbOok Air, running Mountain Lion?
    Thanks for advice. Cheers.

    One way: if you have a backup of your MBP on an external disk which you could connect to your MBA, or you could establish a connection in between the two Macs, you may want to launch the "Migration Assistant" on the MBA. You'll find it in Applications under Utilities. It guides you through the steps and options.
    The other (better) way is re-installing all apps fresh, and best the latest versions and updates to make sure it's all ML compatible. "Purchases" in the App Store are helpful as you simply download and install the latest and greatest again. For MS Word etc you should have the install disks. It's a bit more work but usually worth it.

  • Migrating application from jdk 1.4 to 1.5

    Hi,
    I am planing to migrate my application from JDK 1.4 TO 1.5 . I am also using AJAX4JSF in application.Did anyone encounter any issue after migrating or during the migration to JDK 1.5 ?
    Thanks in advance

    You should be calling wrap() to wrap your keys, not doFinal(), or alternatively initializing your cipher to be ENCRYPT'ing, not WRAP'ing.

  • Problems migrating application from development server to production server

    Well, we succesfully migrated shared library, application settings and BRs, BUT we couldnt migrate permissions and more than half of total forms, possibly because of lack of permissions, could you please point me to the direction of some manual about migrating, or just share an advice.
    Thanks in advance!

    Version - 11.1.2.0.83
    We did migration by LCM using this http://www.oracle.com/webfolder/technetwork/tutorials/obe/hyp/PLN11.1.2_LCM/index.html guide, Importing Planning Applications from the File System into the Destination Environment part

  • Migrating Application FROM Visual Basic

    Hi Everyone,
    I have an application written in Visual Basic (Front End) and SQL Server as the Back End. Now this application should run on the web i.e need to web enable the application.I have coded in Java for sometime now,but I do not have any prior knowledge as to build a Web application from scratch.Can anyone let me know
    how to procced.I would like to use open source like JDK for development.Eclipse for IDE.
    Thanks,
    Supriya.

    First off let's get VB specific -- Are you using Access as a local database and container for your queries? If you are then read on, otherwise, the information already give is excellent and complete enough to get you well on your way.
    1 - You are going to have to conver all of your queries either to SQL and store them in a business layer, or create stored procedures for them on the server. I strongly recomend the stored procedure route to hide any detail of your dataserver as much as possible and supply tighter security for table access.
    2 - Your web server is going to be a significant ralleying point for your data and return HTML generation, you should take that into consideration with your IT staff and how it will affect other applications on that server. (It will probably not have sufficient impact, unless you already have your own dedicated server for this application)
    3 - As mentioned by the others, the Applet/Servlet or JSP/Servlet configuation will serve you very well for your application.

  • Migrating Application from Weblogic to JBOSS

    Hi all,
    I have an requirement to migrate Application running in Weblogic 8.1 to JBOSS, However my biggest problem is i do not have my JSP files and have only JSP converted Class files which are currently decomplied JAVA files and used in place of JSP. While migating to JBOSS my JSP converted JAVA files are erroring out.
    Can any body please help me out. Thanks in advance for the help.

    can be any body help me out with this issue

  • Migrating Applications from Windows to Mac with new iPhone

    My original first gen iPhone died a horrible death a few months ago. I had always synced it to my Windows laptop. I just recently acquired a new iPhone and want to sync it instead to my iMac. However, I have a dozen or so iPhone applications that I still want and I cannot figure out how to migrate the applications that are recognized by iTunes on my Windows machine and transfer them to my iMac. I even attempted to download an application I already purchased from my iMac, and I was charged the fee for the iPhone application instead of it just recognizing i had previously purchased the application.
    Any assistance would be greatly appreciated.

    *1) moving the music*
    These pages may be of some help:
    How to move an iTunes library from a PC to Mac (and back)
    How to move your iTunes library from Windows to Mac
    *2) restoring the ipod as a Mac device*
    Connect the iPod to the Mac and restore it in iTunes. Restoring in iTunes for Mac will erase and reformat the iPod's hard drive, reload the software with the mac version and put it back to default settings. Once the restore is complete follow the on screen instructions to name the iPod and automatically sync your songs and videos onto the fresh installation. Press Done and the iPod will appear in iTunes and start to sync. If you want to update manually or using selected playlists uncheck the box beside the sync automatically instruction and press Done, it will default to manual mode and you can choose whatever setting you like: Restoring iPod to factory settings with iTunes
    *3) pointing iTunes to and external library.*
    You might find this article useful: iLounge - Managing your iTunes Library on an External Hard Drive

Maybe you are looking for

  • Invoice document is already reversed.

    Hi Gurus,    I am getting a warning message while posting Goods Receipt for a Import purchase Order "Invoice document already reversed" A Custom invoice is created for this. I could not see any PO history updated for the reversed invoice. what could

  • Setting up report positions manually

    Is there a good way to do this? I swear somewhere I've seen a (forgive me) Dreamweaver like tool where we can move things around and align them just as we want them to appear. I am trying to produce one table with 5 sql queries, and if I could simply

  • Dreamweaver CC - FTP problem to access

    I´m having some problems to upload files with my Dreamweaver CC. Every time I try to upload something to the root of my FTP, I get an error message, meanwhile  I try to upload to a sub-folder I don`t get any. You may think that it's a FTP permission

  • Preview photo with Iphoto/anteprima foto con Iphoto

    Hello all, after having saved the photo on the Mac via Iphoto the preview does not show the correct picture when opening the file. many thanks for any possible suggestions. alessandro Salve a tutti, dopo aver importato le foto nel Mac tramite Iphoto

  • Is it possible to do torque control using Flex Motion?

    I am trying to control the output torque to a motor? I know you can do velocity control using FlexMotion, how about torque control?