Changing a code module handler

You can change the action handlers that are contained in a code module.

Procedure

To change an action handler that is implemented in a code module:

  1. Checking out a document. Check out the code module document.
  2. Make your changes:
    1. Modify the Java™ action handler source.
    2. Compile the source.
    3. If necessary, package the action handler into a JAR file.
  3. Implement your changes:
    1. Checking in or saving a document. Check in the document with the appropriate MIME type set for the code module content element. For information about the required MIME types, see Managing code modules.
    2. Updating some actions to use a changed module handler. Update your actions to use the latest version of the code module.