You can create pluglets to handle routine tasks. The pluglet functionality offers you an easy way to explore and learn the application programming interfaces (API) offered by the workbench platform and other product extensions. The pluglet source file is no different from any other Java source file. Pluglet writers can specify what Eclipse plug-ins their pluglets require, and this controls the pluglet class path, both at compile and at run time.
This tutorial might require some optionally installable components. To ensure that you installed the appropriate optional components, see the System requirements list.
This tutorial is divided into three lessons. The beginning lesson helps you to set up the environment needed to create pluglets. After the environment is set, you will learn how to create a pluglet project. Next, you will learn how to create a pluglet. Last, you will run the pluglet.