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

Difference between revisions of "Tigerstripe Tutorials"

(Code Generation)
(Model Import/Export)
Line 11: Line 11:
  
 
=Model Import/Export=
 
=Model Import/Export=
Coming soon...
+
 
 +
The [[Tigerstripe UML Export Tutorial]] shows how to export a Tigerstripe project to UML.
 +
The [[Tigerstripe UML Import Tutorial]] shows how to import an existing UML file into a Tigerstripe project.
  
 
=Code Generation=
 
=Code Generation=

Revision as of 12:21, 2 June 2008

< To: Tigerstripe

General

Tigerstripe Modeling

Model Import/Export

The Tigerstripe UML Export Tutorial shows how to export a Tigerstripe project to UML. The Tigerstripe UML Import Tutorial shows how to import an existing UML file into a Tigerstripe project.

Code Generation

The Tigerstripe Simple Plugin Tutorial walks you through the first steps towards creation of a plugin.

The Tigerstripe Advanced Plugin Tutorial covers some advanced plugin features.

The Tigerstripe Plugin Miscellany - look here for some handy reference documents.

The Tigerstripe Annotations Tutorial describes how to use Annotations to enhance code generation.

The Tigerstripe Headless Generation Tutorial describes how to generate code in a headless build environment.

Tigerstripe Profiles

The Tigerstripe Profile Tutorial describes the creation and deployment of profiles.

Back to the top