Product distribution

Application files such as xadl, xfdl are converted to HTML(jsp), js and css files through the compiling process with the XPLATFORM HTML5 server. By running the converted HTML through web browsers, the user is performing the written application.

These converted files HTML(jsp), js and css files are called products of HTML5 and these products are used by final users after going through distribution stage.

Stages of distribution

Setup of XPLATFORM HTML5 server of test server

Install XPLATFORM HTML5 on test server by referring to ‘Installing XPLATFORM HTML5’.

Development & test

By using XPLATFORM UX-Studio project team writes applications such as xadl, xfdl and so on and by using XPLATFORM HTML5 server, run the test after going through compile process.

XPLATFORM HTML5 server of operating server

Install XPLATFORM HTML5 on operating server by referring to ‘Installing XPLATFORM HTML5’.

Product operating server distribution

Server administrator copies XPLATFORM products such as form files and so on that has completed the test of the test server to operating server. Products are to be copied to any place as long as the lower files and directories are maintained based on the highest directory. In other words, copy products based on the highest directory of XPLATFORM project or move it to another place.

For example, if you created an XPLATFORM project called ‘sample’ with a web application xplatform9-ajax and compiled a form file called index.xfdl, then it will generally be compiled to the path <Tomcat Home>/webapps/xplatform9-ajax/projects/sample/Base/Win32/index.xfdl. If you have copied products below a sample folder that has been created this way to Tomcat Home>/webapps/runserver, then the access to http://[HOST IP]:[PORT]/runserver/Base/Win32/indexxfdl become possible. Of course XPLATFORM HTML5 needs to be installed in the runserver application.

To run the compiled form file in web browsers, you need to receive various information such as global variables, prefix and resources, so to perform normally, you need to use QuickView of UX-Studio or access through compiled xadl.

Distribution Flow

Following is the distribution flow of the test server which is developed by a test server and distributes products to operating server, and the operating server.