[GettingStarted][application] Modify app_dev_process_w for packaging policy
authorInkyun Kil <inkyun.kil@samsung.com>
Wed, 30 Sep 2015 08:48:32 +0000 (17:48 +0900)
committerInkyun Kil <inkyun.kil@samsung.com>
Wed, 30 Sep 2015 08:48:32 +0000 (17:48 +0900)
Change-Id: Ic792a4512744ad32676b78c81cefe282a813367f
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
org.tizen.gettingstarted/html/web/process/app_dev_process_w.htm

index ec3f644..0fc30c4 100644 (file)
    <li>Create a project for a <a href="creating_app_project_w.htm">Web UI application</a> and <a href="../../native/process/app_dev_process_n.htm#creating">native service application</a>.</li> 
    <li>To establish a project reference between a UI and service application:
        <ul>
-               <li>In the Web UI application project context menu, select <strong>Properties &gt; Project References</strong>.</li>
+               <li>In the Web UI application project context menu, select <strong>Properties &gt; Tizen SDK &gt; Package &gt; Multi</strong>.</li>
                <li>Select the check box for the service application, and click <strong>OK</strong>.</li>
        </ul>
     In the <strong>Project Explorer</strong> view, a <strong>with &lt;Web UI application&gt;</strong> message appears next to the service application project name for each application you have added to the package.
   
   <p>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 <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__MESSAGE__PORT__MODULE.html">Message Port</a> and <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__APP__CONTROL__MODULE.html">AppControl</a>, can be used in a hybrid application package.</p>
    <p>For more information on hybrid applications and their package structure, see <a href="https://developer.tizen.org/downloads/sample-applications/sample-mobile-applications" target="blank">HybridWebApp and HybridServiceApp</a>, and <a href="../app_model/application_model_w.htm#hap">Hybrid Application Package</a>.</p> 
-
-       <h3 id="hybrid_web">Packaging Web Applications</h3> 
-
-       <p>A Web application package combines a Web application and 1 or more Web service applications.</p>
-
-<table class="note">
-    <tbody>
-     <tr>
-      <th class="note">Note</th>
-     </tr>
-     <tr>
-      <td class="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.
-      </td>
-     </tr>
-    </tbody>
-   </table>
-       
-<p>The following table shows the possible combinations for a Web multi-project. <strong>M</strong> means that multiple applications can be packaged as sub applications. The <strong>STANDALONE</strong> column defines whether the application can be packaged alone as the main application.</p>
-<table>
-<caption>Table: Combinations</caption>
-<tbody>
-<tr>
-<th rowspan="2" style="text-align:center;margin-left:auto;margin-right:auto;">Main Project</th> 
-       <th colspan="3" style="text-align:center;margin-left:auto;margin-right:auto;">Sub Project</th> 
-      </tr>
-<tr>
-<th style="text-align:center;margin-left:auto;margin-right:auto;">STANDALONE</th> 
-       <th style="text-align:center;margin-left:auto;margin-right:auto;">WEB UI</th> 
-       <th style="text-align:center;margin-left:auto;margin-right:auto;">WEB SERVICE</th> 
-      </tr>
-<tr>
-<td>WEB UI</td> 
-       <td>Yes</td> 
-       <td>No</td> 
-       <td>M</td> 
-      </tr>
-<tr>
-<td>WEB SERVICE</td> 
-       <td>No</td> 
-       <td>No</td> 
-       <td>No</td> 
-      </tr>
-</tbody>
-</table>
-   
    
 <h2 id="cert" name="cert" >Certifying and Publishing the Application</h2>
 
@@ -347,4 +302,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga
 </script> 
   <!--end-->  
  </body>
-</html>
\ No newline at end of file
+</html>