There is three main action provided by the plugin. To use these actions, simply select the targeted object in the workbench and click on the action.
Note: If you don't see the JDO tools bar, go to Windows -> customize perspective -> others and tick the "Eclipse Speedo action set".
EclipseSpeedo plugin integrates a JDO editor. In fact it is based on the editor of EclipseJDO plugin with some parts rewrited like the JDO extensions management. To open the editor, double click on an existing JDO file or, select a package or a class and click on the metada generation action to create one.
EclipseSpeedo provides a tool to launch specific enhancers on JDO projects. To enhance classes from a project (make sure you have already written your JDO metadata), select the project in the workbench and click on the action
"Enhance Persistent Classes". The chosen enhancer will be launched on your JDO project.
This action is used to generate a JDO main method. Select a class or a java file and follw the wizard instructions.