Several tutorials and samples are available that demonstrate how to extend your software modeling environment.
The following links open introductory tutorials and samples in the Tutorials Gallery and Samples Gallery. Browse the galleries for more tutorials and samples.
Tutorial: Creating pluglets
This tutorial explains how to create and run pluglets, which are small Java applications that are used to make minor extensions to the workbench.Sample: Fan-in pluglet sample
A pluglet source file is the same as any other Java source file. Pluglet writers can specify which Eclipse plug-ins their pluglets require, and this controls the pluglet class path, both at compilation and at run time. This pluglet sample calculates the fan-in metric for a class.Tutorial: Exporting RAS assets
This tutorial shows you how to to export a RAS asset to a local file system. You can use a RAS asset to export and share files for many different purposes.Sample: RAS asset to export
The RAS asset export sample is an Eclipse project titled RAS Export Sample that guides you through exporting artifacts to a RAS asset.
Parent topic: Product tutorials and samples
Related information
Tutorials Gallery
Samples Gallery