A creation of distributive file

Archive File’s Creation

Archive Files can be generated through the of the UX-Studio’s Hybrid menu. Error is prone for it generates a random editor that should not be modified.

Deploying is not supported by UX-Studio manually to reflect on the Server.

Run Archive Files Creation

It is a function that creates Run.xzip including Run.html and hybrid_typedef.xml file that operates Hybrid App.

  1. UX-Studio > Hybrid > Run by clicking the Run Template

  1. Create Run.xzip and hybrid_typedef.xml which are Run Archive files.

Number

Item

Explanatory

1

ADL

Choose the ADL file (project) that will be implemented.

2

Project URL

Set the route in which LaunchProject.jsp is placed, which is the initial execution route of HTML5. In the case of using Project Archive Files, which is for offline use, set the route for Project Archive Files.

3

Output Path

It is the route in which Run.xzip and hybrid_typedef.xml files will be created. In hybrid_typedef.xml the contents configured in update tab of TypeDefinition will be included.

  1. Reflect manually Run.xzip that has been created to Deploy Server. Include hybrid_typedef.xml in the app.

Project of creating the Archive Files

This function creates the project file in an Xzip project file, and registers it to Type Definition. It should be created only for offline use.

  1. Click on the menu UX-Studio > Hybrid > Make Project Archive.

  1. Select the ADL and screen that will be included in the Archive files.

    Step 1: Compose the list of Archive files and set the js folder and out path.

Number

Category

Explanation

1

Archive Type

There are two types, Runtime Project and HTML5 Project.

RunTime Project is the form that compresses the existing project files as they are. At this point, the compiled path is changed to unable state. HTML5 project is for HTML5 usage, and its route needs to be designated to the folder with the compiled js file.

2

Compiled Path

It designates the compiled project route when selected as HTML5 Project type for Archive Type.

3

Output Path

Designate the folder in which Archive file will be created.

4

Archive

It is the list of Archive files that will be created.

5

Add

Add Archive

6

Delete

Delete Archive that has been selected.

7

Select File

Files used to compose project files when archive is created can be selected.

8

Select All

Select of unselect checks of select file.

9

Next

Move to the screen where registration to Type DefinitionUpdate is possible.

10

Finish

Create the Archive file.

  1. Step 2: by pressing the Next button in the above Step 1, you can register the update file in Type Definition.

Number

Category

Explanation

1

Add

After you create System Type, add the OS Device and Resource.

2

Add

Register the Archive file on the Resource which is produced by Step 1

Number

Category

Explanation

1

Type

The type when registering archive file is file. However, when selecting as file, TargetPath, Reference, Version and Description cannot be edited in the enable state.

2

File

The file name can be selected as a combo from the archive name created from the above step 1.

  1. The created archive files are manually reflected on the Deploy Server.

Theme Archive File Packaging

This is the function that makes theme files into xzip files. It is generated only when used for offline purposes.

  1. Click on the menu UX-Studio > Hybrid > Make Theme Archive

  1. Make a theme archive with the converted js.

Number

Category

Explanation

1

Theme

Choose the theme subject to Archive.

The theme to be selected needs to be already compiled with HTML5 and the route is "path HTML5 has been compiled " / ... / _theme_

2

Compiled Path

Select the project folder HTML5 is compiled in.

3

Output Path

Select the route that will create the compressed Archive file.

  1. Manually reflect the created archive files to deploy server.

Method of XPLATFORM Hybrid APP generation

Because app generation is subordinate to the Smartphone OS, only a general description has been made. For more details, see the Web page described below.

Method of Android APK generation

Android APK can be generated by Eclipse. When distributing Android APK, it must be done after building in release mode and a keystore for code sign must be created. After creating keystore, Signed APK can be created for distribution through Eclipse. (You can generate APK in Console using Ant.) Refer to the Google webpage for methods of creating keystore and Signed APK.

http://developer.android.com/guide/publishing/app-signing.html

Method of iOS APP generation

iOS APP can be created through XCode. XCode generates APPs for distribution and provides all functions necessary to distribute to AppStore. After creating provision for distribution on the Apple iOS developer’s webpage, build with this in XCode and distribute. Refer to the Apple webpage for detailed information. However, the reference web page can be viewed with an Apple iOS developer account.

https://developer.apple.com/ios/manage/overview/index.action