New JSP for existing app?

The client presentation layer of an existing app is swing, which is for the local office user. For the travelling users, can I deploy the app to their notebooks with Webstart so that they can access the app thru internet, without writing any new codes? or should I write new JSP/html pages for them?

The client presentation layer of an existing app is
swing, which is for the local office user. For the
travelling users, can I deploy the app to their
notebooks with Webstart so that they can access the
app thru internet, without writing any new codes? or
should I write new JSP/html pages for them?It depends on your requirements. If your clients start to use PDAs, you won't be able to use Webstart with those. A servlet/JSP solution OTOH would require the client to be constantly online and can't be as feature-rich as a Swing UI, but they can serve all kinds of devices.
Whether you need to rite new code for Webstart depends on how well-written the application currently is. If it doesn't rely on path or JAR names in any way, I don't think there's a problem. You might need to sign the JARs, though.

Similar Messages

  • HT6147 With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

    With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

    With the latest iOS 7 update (Feb 2014) is anyone else experiencing trouble with the App Store not able even to load updates for existing apps, and unable to download new apps?

  • Apply new style for existing paragraph

    How to apply new style for existing paragraph
    I need to apply existing paragraph style "FEBL1" to bullet list (newstyle)

    May be I am not clear with your question.
    You want to apply any style to a paragraph, you can use grep function:
    app.findGrepPreferences = app.changeGrepPreferences = null;        
    app.findGrepPreferences.findWhat = ".+";
    app.findGrepPreferences.appliedParagraphStyle = "FEBL1";   
    app.changeGrepPreferences.appliedParagraphStyle = "bullet list";   
    app.activeDocument.changeGrep();
    app.findGrepPreferences = app.changeGrepPreferences = null; 
    OR
    You want to add bullet list in your existing style "FEBL1", try the below code:
    var pstyles = app.activeDocument.paragraphStyles; 
    for(var i=0;i<pstyles.length;i++) 
        if(pstyles[i].name == "FEBL1")
            pstyles[i].bulletsAndNumberingListType = ListType.BULLET_LIST;
    Vandy

  • After upgrading to Mavericks all my pdf's that were on Ibooks in Itunes library disapeared. It said they were moved to the new ibooks for mac app. but nothing is there. Can anyone help

    After upgrading to Mavericks all my pdf's that were on Ibooks in Itunes library disapeared. It said they were moved to the new ibooks for mac app. but nothing is there. Can anyone help

    Well where is your library located now if not in the iTunes folder?  See the links below on what your iTunes folder should look like and put it back together:
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847

  • Problem in creating new versions for existing DIR using CV01N

    I am working in SAP ERP 6.0 EHP 4.0 system.
    I have problem in creating new versions for existing DIR using CV01N
    I create a DIR version 00 with functional location and mpd cycles. Then when i try to create a new version by copying the contents created from already created document.I change the MPD cycles in the new version and save it.
    once when i display the first document created the mpdcycle specified in version 01 is copied to the 00 version.
    The document is inconsistent where versioning of document doesnot work properly wrt MPDCYCLE and MP HEADER.
    The problem which i found was the document identification guid remains the same for all the document versions getting created.
    The same is working fine in SAP ERP6.0 EHP3.0 sytem.
    Please someone help me in resolving the above issue.
    Regards,
    Prasad.B

    There is a change in the standard code.The reason for the above problem was  because of a missing Enhancemnet point in a standard function module 'CV110_DOC_CREATE_WITH_TEMPLATE'.
    IS-ADEC-MPD  - Enhancement to copy MPD data
    ENHANCEMENT-POINT CV110_DOC_CREATE_WTEMPL_01 SPOTS ES_SAPLCV110.
    +*$*$-Start: CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    +**ENHANCEMENT 1  ZSF_AD_MPD_SAPLCV110.    "active version**+
    +*** copy MPD relevant data from templ. doc to current doc**+
      +**CALL FUNCTION 'MPD02_COPY_MPD_DATA'**+
        +**EXPORTING**+
          +**is_draw = ls_draw**+
        +**TABLES**+
          +**ct_drad = lt_drad.**+
    +*ENDENHANCEMENT.**$*$-End:   CV110_DOC_CREATE_WTEMPL_01----------------------------------------------------------$*$*+
    Created a custom enhancement point similar to SAP ECC6.0 EHP 3.0 system.
    The reason was the buffer was not getting cleared previously.After inserting the above code the DIR's are getting created withot any issues.
    Regards,
    Prasad.B

  • How to create the new varients for existing generic article.

    Hi all,
          Can any body tell how can i create new varients for existing generic article
        T-Code - MM41 ( IS-Retail).
       Plz help, helpful answers will be rewarded.
    Regards,
    Sai

    Hi
    If you have access to the program of the tcode, then go to that tcode click on system->status, to get the program name, go to se38 give that program name and select variants radiobutton, create the variant.
    Regards
    Haritha.

  • Create new mailbox for existing users?

    Hi All,
    I am new to JNDI concepts. I need to create new mailbox for existing users in domino directory. is it possible?
    Scenario is : I have some users in domino directory. They dont have mail account now. I want to create it.
    Kindly guide me...
    Thanks,
    Ram

    Hi,
    You can try LSMW (Direct method) for uploading class values.
    Upload file can hae following structure:
    OBJEK     |     ATINN     |     KLART     |     ATWRT
    Release Grou+Release strategy |     Characteristic name     |     Class type     |     Class Value
    e.g. rel grp is PO, rel strategy is 01, characteristic name is EBAN_EKORG, and class value is 1000 then
    OBJEK     |     ATINN     |     KLART     |     ATWRT
    PO01     |     EBAN_EKORG |     032     |     1000
    multiple characterstics can be
    OBJEK     |     ATINN     |     KLART     |     ATWRT
    PO01     |     EBAN_EKORG |     032     |     1000
    PO01     |     EBAN_EKGRP |     032     |     100
    Regards,
    Yogesh

  • TS1702 iPad 2 will not download new or update existing apps

    Ipad2 will not download new or update existing apps from the app store

    Try update using iTune (computer) and sync to iPad.
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%201/47e895d853a70f226f0 e254ed8bca59f.jpg

  • HT204053 When updating some apps at the app store under an old apple id I get an error that id or password is wrong. How can one change an old id with a new id for these apps?

    When updating some apps at the app store under an old apple id I get an error that id or password is wrong. How can one change an old id with a new id for these apps?

    1. Launch the App Store
    2. Select Store->Sign Out
    3. Select Store->Sign In and replace the Apple ID with the one you want to use

  • How do u make a new foldler for your apps?

    how do u make a new foldder for organizing your apps

    Find two apps you want to put in a folder. Hold your finger down on one of the apps till they are all jiggling, slide that app onto the other app you want to be in the folder. Name the folder whatever you want. Press the home button when you are done.

  • New database for existing user?

    Hi,
    am I right saying that a new schema in Oracle involves a new user to create?
    Say I've got my user already and I just want to create a new schema for this user.
    How can I do it?

    833519 wrote:
    wherever I'm looking I can read this:
    schema
    A named collection of database objects, including logical structures such as tables and indexes. A schema has the name of the database user who owns it.
    ---I don't particularly like that definition.
    A schema can be a logical database - just like a SQL-Server database. For example, the schema HR can be the Human Resources database with tables like employees, departments, payroll and so on.
    A schema can be a user account. Let's say John is the head of a department. A schema can be created for John called JOHN. The HR schema (logical database) can grant select privs to the JOHN schema (user account) on tables and views inside the HR database schema.
    It can even be setup in such a way that JOHN can only see his department's staff in the employees, and payroll tables, and a single row for his department in the departments table (this feature is called virtual private databases).
    The JOHN schema, besides connection to Oracle rights and selection rights on the HR tables, may have no other rights. So no tables, views and other db objects can be created in the JOHN schema.
    The HR schema otoh has the rights to create the db objects. And it may for example not have any create session rights, preventing anyone from directly logging into this schema.
    There may be a .Net application for HR. It uses an application schema in Oracle called HR_APP. It may have certain db objects (such as application log tables, application audit tables, etc). It also will have access to the HR schema's db objects.
    So an Oracle schema can be used in many different ways - providing flexibility way beyond what other database products provide in this regard.
    As for how to use a schema (as a user schema, logical database, app schema, library schema, etc) depends entirely on your requirements - and correctly translating these into secure and flexible Oracle schemas that address these requirements.
    In my understanding this means that if I wanna create two databases (collection of tables), which are called 'schemas' in Oracle I also have to create 2 database users.Yes. But these will be logical database schemas. Not end user schemas. For example, you can create a HR schema for a Human Resources database. You can create a MARKETING schema for the Marketing database. (yes, you will use the CREATE USER command to create these 2 logical database schemas - and you would use the same command to create a user schema, developer schema, or any other type of schema)
    The HR schema can be specifically setup for the HR database requirements. A space quota of 10Gb. The ability to create tables and stored procedures and views.
    Likewise, the MARKETING schema can be setup specifically for marketing. They may need a 50Gb space quota. This database may use object relational features and also need the rights to the SQL advance data types. Etc.
    If you want to use the HR database, you can logon as the HR schema. If you want to use the marketing database, you can logon as the MARKETING schema.
    Or you can create a user schema - and for this schema user to select tables from the HR database, the HR schema needs to grant specific rights (like select, update, delete and insert) to the user schema on those tables.
    Do not let this confuse you. A schema can be many different things, depending on WHAT it can do and HOW it is used. And both these you determine when creating the schema and its rights and its contents (if any).
    As already suggested - read the Concepts Guide. See http://tahiti.oracle.com (Oracle documentation portal).

  • New Distribution Provisioning Profile for Existing App - When Needed?

    Sorry for the confusion, but when issuing a new version of an approved app (bug fixes), is a brand new Distribution Provisioning Profile required when for the distribution build prior to uploading to Apple?
    If so are there any caveats/gotchas of which we should be aware?
    Thank you.

    No.
    Just make sure to change the version number in the plist, app info, etc. Certs are the same as long as they haven't expired on your end.

  • I can't download new apps or updates for existing apps since I moved to ios7, is this common

    As above, is it possible to roll back to ios6

    What happens when you try to download or update apps?
    No, Apple does not support iOS roll back.

  • Profile class not getting created for new site for existing customer.

    Hi,
    I am creating a new site address for an existing customer using Customer Interface in oracle apps 11.5.10.2. The issue is the profile class is not getting assigned correctly at site level. It is getting defaulted with the profile class of the customer. Below is the data that I am inserting in RA_CUSTOMER_PROFILES_INT_ALL
    INSERT INTO ra_customer_profiles_int_all
    (orig_system_customer_ref
    ,orig_system_address_ref
    ,insert_update_flag
    ,customer_profile_class_name
    ,credit_hold
    ,org_id
    ,last_updated_by
    ,last_update_date
    ,created_by
    ,creation_date
    ,last_update_login
    )VALUES
    (x_orig_system_reference -- This is old customer reference as he already exists in the system
    ,x_address_ref -- This is a new address reference
    ,'I'
    ,rec_cust_det.customer_profile_class_name -- In the file I am giving it as 'ABC1' but it is getting defaulted with 'DEFAULT' which belongs to customer profile class at the header level
    ,'N'
    ,fnd_profile.value('org_id')
    ,fnd_global.user_id
    ,SYSDATE
    ,fnd_global.user_id
    ,SYSDATE
    ,fnd_global.login_id
    Can anyone please help me how to resolve this issue. Hope you understood. Otherwise please let me know.
    Regards
    Dev

    Please apply patch 4649221 to get this work.
    Regards
    Dev

  • New iTunes for managing apps

    Dislaimer: I am NOT an experience iTunes user!
    Question: How do I see my devices in a way I can manage the apps on them in the new iTunes?
    Background:
    I updated my iTunes yesterday to 11.01.12, the "new, even better" one.
    I understand it makes my music experience that much better...but I don't really have any music.
    About the only thing I want to do with iTunes is see what apps I have, re-arrange them (from one screen to another on my actual device), etc.
    The main reason for this is that I'm trying to migrate from my iPod Touch 4 to iPhone 5, and for some reason, when I did the back-up, it only moved over native apps, not anything I'd downloaded. So I can drag and drop them from the apps screen when I can see my devices.
    But there's the rub. When I first plug in my devices (to my computer), I can see them. But as the new iTunes doesn't seem at all user-friendly to me, I can't figure out how to see the devices (and it won't show them unless I unlock them first with my PW..a problem I never had before! The first image below is what I see when I first plug them in (no idea why it only recognised one device this time, they both just got plugged in). If I click on the iPod button, sometimes it will take me to a screen where I can actually see what's on my iPod, but sometimes it just goes straight back to the list of Apps -- and I can no longer see how to get back to my device -- see in the second image, the button is gone!
    Is there a way to go back to an older version of iTunes?
    Or another place I can go in iTunes to see my devices when I want, without having to have them re-sync all the time?
    Thanks!

    Ctrl B to show the top menu
    View > Show Sidebar
    View > Show Status Bar
    Click on black arrow in Search box and untick Search Entire Library
    Should look and work like iTunes 10
    Your devices will show up in the left hand panel

Maybe you are looking for

  • How to insert a page break in smartform

    hi all i have to print only ten records per page. Is there anyway to insert a page break in smart forms?????

  • How to archive Account Maintenance Documents created by MR11

    Hello, when I have goods receipts but no invoice is sent from the vendor for these receipt the items stay on the GR/IR clearing account. As a result the purchase order cannot be archived. I can clear these items using MR11 and I receive an account ma

  • Error while installing Apps 12.1 on OEL 5 Update 8

    I had also patched the latest rapidwiz patch 12.1.1.13. But when I am trying to start rapidwiz its giving error : Error: no `client' JVM at `/ntfs/ebusiness/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/lib/i386/client/libjvm.so' Any help

  • Importing many albums

    Hi all, I had my library all arranged with over 700 completed albums on my old PC that recently died. Well, I'm going through the process of adding the albums again to a new PC as individual playlists into iTunes and it is taking forever. I am draggi

  • Excel to InDesign Merging?

    Hi Everyone, I don't know if I am posting this in the right area, but I just thought it might be a scripting solution it needs. I have been asked to design a property catalog for various properties up and down the country. I have been doing this manu