uCosminexus Application Server Overview

[Contents][Index][Back][Next]

10.2.1 Relationships Between Software Products and the Individual Environments

Organization of this subsection
(1) Environments composing the service platform
(2) Relationship between the development environment, execution environment, and operating environment
(3) Relationship between the development environment and test environment
(4) Relationship between the test environment and production environment

(1) Environments composing the service platform

The service platform is composed of the following three environments:

(2) Relationship between the development environment, execution environment, and operating environment

Set up the development environment, execution environment, and operating environment respectively on different computers.

Install Service Architect and Eclipse in the development environment. Install Service Platform in the execution environment, and install Eclipse if the OS is Windows.

To run the execution environment from the operating environment, you must use the data model called a repository.

The following figure shows the environments that compose the service platform.

Figure 10-5 Environments composing the service platform

[Figure]

These environments are mutually linked to implement an integrated environment of services. After you set up the environment and follow the steps mentioned below, each environment can actually execute operations:

  1. Create HCSC components in the development environment.
  2. In the operating environment, set up HCSC servers and define the system configuration.
  3. Export the repository from the operating environment, and import the system configuration definition, defined in the operating environment, to the development environment.
  4. Based on the system configuration definition defined in the operating environment, define the part of the system configuration in which components are deployed, and then update (deployment definition).
  5. Export the repository having the deployment definition defined in the development environment, to the operating environment.
  6. Based on the deployment definition defined in the development environment, deploy components in the execution environment from the operating environment.

To transfer the information between environments, use the repository that stores the information shared between environments. The repository is saved and read in a ZIP file format via a medium.

(3) Relationship between the development environment and test environment

In the development environment, the information of the HCSC components created on multiple computers can be collected as one through a repository. Moreover, you can set up a test environment for executing testing and debugging of the created HCSC components on the same computer on which you have set up the development environment. The test environment is a simple environment that is required for testing and can be set up at the same time. The following figure shows the relationship between the development environment and test environment.

Figure 10-6 Relationship between the development environment and test environment

[Figure]

For executing operations in the development and test environments, use the following procedure:

  1. Create HCSC components in the development environment.
  2. Set up the test environment (you can use the HCSC Simple Setup functionality to set up an HCSC server, and define the system configuration). When setting up the test environment also, it is assumed that the execution environment is the actual environment.
  3. Export repository from the test environment, and import the system configuration definition defined in the test environment, to the development environment.
  4. Based on the system configuration definition defined in the test environment, define the part of the system configuration in which components are deployed, and then update (deployment definition).
  5. Export the repository having the deployment definition defined in the development environment, and then import to the test environment.
  6. Based on the deployment definition defined in the development environment, deploy components in the test environment.

Also the repository is used for transferring information between such environments. Since the development environment and test environment are set up on the same computer, information is transferred without the use of a medium.

(4) Relationship between the test environment and production environment

With the Service Platform, you first build a test environment and then perform testing and debugging. You can use the HCSC Easy Setup functionality to build the test environment.

In actual system development, you need to configure the production environment in addition to the test environment. Therefore, you are required to move the repository used in the test environment to the production environment.

In the following test environments and production environments, if the settings for whether to use the database and Reliable Messaging are the same, you can move the repository used in the test environment to the production environment as it is:

Note that in the test environment and in the production environment, you can move the repository even if the settings for whether to use the database and Reliable Messaging are not the same. For details, see the manual Service Platform System Setup and Operation Guide.

The following figure shows how to move a repository when the settings for whether to use the database and Reliable Messaging are the same in the test environment and the production environment:

Figure 10-7 Procedure for moving a repository when the settings for whether to use the database and Reliable Messaging are the same

[Figure]

  1. In the test environment, set up HCSC servers and define the system configuration.
    You can use HCSC Easy Setup definitions to define the setup of HCSC server and the configuration of systems. However, when configuring a system using a database and not using Reliable Messaging, you cannot use the HCSC Easy Setup functionality.
  2. Export the repository from the operating environment, and import the system configuration definition that is defined in the test environment to the development environment.
  3. Create HCSC components in the development environment.
  4. Based on the system configuration definition defined in the test environment, define the part of the system configuration in which components are deployed, and then update (deployment definition).
  5. Export the repository having the deployment definition that is defined in the development definition, and import the repository to the operating environment.
  6. On the basis of the deployment definition that is defined in the development environment, deploy HCSC components on the test environment.
  7. In the production environment, set up HCSC servers and define the system configuration.
    In the test environment and the production environment, specify the same settings for whether to use the database and Reliable Messaging.
  8. Export the repository included in the deployment definition that is defined in the development environment, and then import to the operating environment.
    When you use standard import, you can move the repository of the test environment to the production environment, even if the HCSC server name or IP addresses are different.
  9. On the basis of the deployment definition that is defined in the development environment, deploy HCSC components on the production environment.