3.1 Overview

Developing a task plug-in involves the following general steps, which are explained in more detail later in this section:

  1. Create a Java class that extends com.novell.emframe.dev.Task.

  2. Override the execute(TaskContext context, Properties resultStrings) method.

  3. Compile your Java class.

  4. Create JSPs for the UI. If the task has more than one state, you must provide a JSP for each state unless the JSP is flexible enough to adapt to each state.

  5. Create a registration file to register your task with iManager.

  6. Copy the Java class files, JSPs, and the registration file to the appropriate directories within the iManager directory structure.

  7. Start iManager and test your task.