Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tigerstripe Simple Model Tutorial"

(Create a New Tigerstripe Project)
(Designing a simple Service Contract with Tigerstripe Workbench)
Line 2: Line 2:
  
 
=Designing a simple Service Contract with Tigerstripe Workbench=
 
=Designing a simple Service Contract with Tigerstripe Workbench=
 +
 +
NOTE - THESE THREE PAGES TO BE DELETED...
  
 
* [[Create a New Tigerstripe Project]] to contain the  model.
 
* [[Create a New Tigerstripe Project]] to contain the  model.
 +
* [[Document the new Project]] by editing the Project Descriptor.
 +
* [[Create a Service End-point Model]] representing the integration point.
 +
 
=Create a New Tigerstripe Project=
 
=Create a New Tigerstripe Project=
 
'''Tigerstripe''' projects contain the details of a Service Contract Model. More specifically, they contain the following:
 
'''Tigerstripe''' projects contain the details of a Service Contract Model. More specifically, they contain the following:

Revision as of 11:53, 9 January 2008

< To: Tigerstripe_Tutorials

Designing a simple Service Contract with Tigerstripe Workbench

NOTE - THESE THREE PAGES TO BE DELETED...

Create a New Tigerstripe Project

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.

Generate the service definition

Review the generated code

Enhance your model

Back to the top