Creating new objects

You can create new client objects and validation errors.

About this task

To create a new client object:

Procedure

  1. Design the client object.
  2. Define retrieval services by creating the controller and serialization JSP files that transform information retrieved from the WebSphere Commerce server into the XML format expected by the Management Center client. See Defining retrieval services for a custom Management Center object for more information.
  3. Define processing services by creating the Management Center object definition file and the Struts actions that are used when processing (for example, creating) a client object. See Defining process services for a custom Management Center object for more information.
  4. Optional: Customize error handling by Mapping of validation error reason codes and Changing the validation error message sent back as a response.

What to do next