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 Tips-n-Tricks"

m
Line 7: Line 7:
 
==Generation Plugin Migration Tips from Commercial to Open-Source version==
 
==Generation Plugin Migration Tips from Commercial to Open-Source version==
 
TBD
 
TBD
 +
==Use Objects (not classes) to drive generation==
 +
Since the very early nightly builds of the [[Tigerstripe 0.3 stream|0.3 Stream]], it is possible to create M0-Generation Plugins that allow to generate content based on the instances (M0-Level) of opposed to Classes (M1-Level).
 +
 +
For more information about this please visit the [[Tigerstripe M0-Based Generation]] article.
  
 
[[Category:Tigerstripe]]
 
[[Category:Tigerstripe]]

Revision as of 17:13, 9 April 2008

This page hosts a set of articles about Tigerstripe Workbench.

< To: Tigerstripe

Tigerstripe Generation Plugins

Generation Plugin Migration Tips from Commercial to Open-Source version

TBD

Use Objects (not classes) to drive generation

Since the very early nightly builds of the 0.3 Stream, it is possible to create M0-Generation Plugins that allow to generate content based on the instances (M0-Level) of opposed to Classes (M1-Level).

For more information about this please visit the Tigerstripe M0-Based Generation article.

Back to the top