Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Create a New Tigerstripe Project

< To: Tigerstripe_Simple_Model_Tutorial

Tigerstripe projects contain the details of a Service Contract Model. More specifically, they contain the following:

  • A set of Model Artifacts that define an Information Model and the Behavior Model used in a Service Contract.
  • A project descriptor (tigerstripe.xml), used to store additional properties about the project. Such properties can include the project version, description, but can also include properties that are used when generating code.
  • A set of diagrams providing a graphical representation of the Service Contract.


To create a new Tigerstripe Project:

  • From the File menu, select New and click Project. Alternatively, you can click the New project icon.gif icon on the toolbar. The New Project: Select a wizard dialog box opens.

File:Newproject.png

  • Select Tigerstripe Project and click Next. The New Tigerstripe Project dialog box displays.

New project wizard.gif

  • Enter a name for your project.
    For this tutorial, the project name is SimpleProject.
  • Click Finish to create your new project.


Note: Click Help and select Help Contents for more information about other options available.

Next: Document_the_new_Project  >

Back to the top