From ed6472a06889102289e3a1d11ba8ddb961fc20a5 Mon Sep 17 00:00:00 2001 From: Inkyun Kil Date: Wed, 30 Sep 2015 17:48:32 +0900 Subject: [PATCH] [GettingStarted][application] Modify app_dev_process_w for packaging policy Change-Id: Ic792a4512744ad32676b78c81cefe282a813367f Signed-off-by: Inkyun Kil --- .../html/web/process/app_dev_process_w.htm | 49 +--------------------- 1 file changed, 2 insertions(+), 47 deletions(-) diff --git a/org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm b/org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm index ec3f644..0fc30c4 100644 --- a/org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm +++ b/org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm @@ -185,7 +185,7 @@
  • Create a project for a Web UI application and native service application.
  • To establish a project reference between a UI and service application:
      -
    • In the Web UI application project context menu, select Properties > Project References.
    • +
    • In the Web UI application project context menu, select Properties > Tizen SDK > Package > Multi.
    • Select the check box for the service application, and click OK.
    In the Project Explorer view, a with <Web UI application> message appears next to the service application project name for each application you have added to the package. @@ -244,51 +244,6 @@

    The Web application and native service applications within a hybrid application package share the same package ID and data folder. Sharing application data between them is easy. Many useful inter-application APIs, such as Message Port and AppControl, can be used in a hybrid application package.

    For more information on hybrid applications and their package structure, see HybridWebApp and HybridServiceApp, and Hybrid Application Package.

    - -

    Packaging Web Applications

    - -

    A Web application package combines a Web application and 1 or more Web service applications.

    - - - - - - - - - - -
    Note
    Tizen has limited a multi-project application combination policy for device usability. If you do not follow the policy, the submission of your application to the Tizen Store can be rejected. -
    - -

    The following table shows the possible combinations for a Web multi-project. M means that multiple applications can be packaged as sub applications. The STANDALONE column defines whether the application can be packaged alone as the main application.

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    Table: Combinations
    Main ProjectSub Project
    STANDALONEWEB UIWEB SERVICE
    WEB UIYesNoM
    WEB SERVICENoNoNo
    -

    Certifying and Publishing the Application

    @@ -347,4 +302,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4