uCosminexus Service Platform, Basic Development Guide

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

3.1.1 Creating a Project

Before creating an HCSCTE project, select Window - Preferences - Java - Build Path from the Eclipse menu, and then click Project in Source and Output Folder.

When you create an HCSCTE project, you can specify a desired prefix for the ID (service ID and reception ID) used in the service and user-defined reception. Note that you can also specify a prefix after creating the HCSCTE project.

To create an HCSCTE project:

  1. Start Eclipse.
  2. On the File menu, choose New, and then Project.
    The New Project dialog box opens.
  3. Select HCSCTE Project and click Next.
    The HCSCTE Project dialog box (the page for creating a new HCSCTE project) opens.

    [Figure]

  4. Specify the following items and click Next.
    Project name
    Specify the desired name.
    Use default location
    Select the Use default location check box.
    The HCSCTE Project dialog box (the page for specifying an HCSCTE repository) opens.

    [Figure]

  5. Specify the following items.
    Repository directory
    Specify the desired directory for saving the repository information. You consider the following points to specify a repository directory:
    - Do not specify the same path for a repository directory and for a project.
    - Specify the path as an absolute path.
    - The length of the path is to be checked as a normalized absolute path.
    - You cannot use a repository directory that was set up in an HCSCTE project of a SOAP mode different from the SOAP mode specified before creating the HCSCTE project.
    Login user name
    Specify the user name to be used for logging on to the repository. Only single-byte alphanumeric characters can be used in the user name having a length of 1 to 16 characters.
  6. To set up a prefix for the service ID and reception ID, click the Next button. If you do not want to set up a prefix, go to step 8.
    The HCSCTE Project dialog box (page for HCSCTE prefix settings) appears.

    [Figure]

  7. Specify the prefix for the service ID and reception ID.
    Specify the prefix for the service ID and reception ID using up to 3 one-byte alphanumeric characters and underline (_).
  8. Click the Finish button.
    The HCSCTE project is created and the perspective of the created HCSCTE project starts.

    [Figure]

    Note
    Only a single HCSCTE project can be created in each workspace.