Oracle Waveset 8.1.1 Deployment Guide

ProcedureTo Edit the Source File

  1. Search for, and replace, the following text strings to determine where you must make adapter-specific modifications in the code.

    • change-value-here strings indicate where you must enter a substitution.

    • @todo strings indicates where you must rewrite a method for a particular scenario you are supporting.

  2. Name the resource adapter type.

    This name displays in the New Resources menu in the Waveset Administrator interface.

  3. Map the incoming resource attributes to Waveset account attributes by replacing default values in the prototypeXML string with your own default values for this adapter type. For example, you might want to delete the RA_GROUPS attribute from your adapter type.

    See Map the Attributes for more information.

  4. Add or delete methods from the skeleton file. In particular, you must add Java code to support join, leave, and move operations, which are not supported in this example file.

    See Write the Adapter Methods for more information.

  5. After editing the adapter file, you can load it into Waveset.