Create the plug-ins in Eclipse

IBM® Rational® Integration Tester recognizes functions that are packaged as Eclipse plug-ins. The following topic demonstrates how to create a plug-in and register it as a function in Rational Integration Tester from an Eclipse IDE.

If you do not have an Eclipse IDE, then create a function without Eclipse. See Creating a function plug-in without Eclipse.

Note: You can create multiple functions in a single plug-in by adding an extension point for each function implementation.

Prerequisites

The Eclipse Plug-in Development Environment (PDE) simplifies the creation of plug-ins. If it is not already loaded, you can download the PDE from http://www.eclipse.org/downloads, under the Eclipse for RCP/Plug-in Developers link.


Feedback