Defining properties for the Java Action Processor (with Code Generation)

This procedure assumes you have completed the following tasks:

  • Created and fully configured an atomic action that includes the required parameters. You must associate the atomic action to this action processor.

To configure properties for the Java Action Processor with code generation:

  1. In the Studio Projects view, double-click an action processor entity.

    The Action Processor editor appears.

  2. In the Description field, enter a description.

  3. From the Type list, select Java Action Processor (with Code Generation).

  4. Click New.

    The Studio Activation Java Implementation Wizard appears.

  5. In the Package field, enter a valid package name or use the default package name. The default package name uses the vendor, technology, software version, entity, and action that you selected when creating the action processor.

  6. In the Name field, enter a name that appears in many of the auto-generated Java files and the classes they contain. The default name is a combination of the action and the entity.

  7. Click Finish.

    Design Studio automatically generates the Java code.

    The Class field points to the auto-generated proxy Java file.

    The Method field points to the execute method within the processor Java file.

    For information about the auto-generated Java code and where you must add business logic, see ASAP Cartridge Development Guide.

  8. Select File, then select Save.