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)
Line 18: Line 18:
  
 
The [[Tigerstripe Advanced Plugin Tutorial]] covers some advanced plugin features.
 
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 Annotations Tutorial]] describes how to use Annotations to enhance code generation.

Revision as of 09:49, 2 June 2008

< To: Tigerstripe

General

Tigerstripe Modeling

Model Import/Export

Coming soon...

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