Creating Management Center objects

If business users need to vmanage custom objects in Management Center, you can create objects and create validation errors for the objects.

Procedure

  1. Define the object definition for the new Management Center object.
    For more information about object definitions, see Object definitions..
  2. Define the get data services for the object by creating the controller and serialization JSP files for transforming requests. These JSP files transform the information that is retrieved from the Management Center server into the XML format that expected by Management Center. For more information about defining these services, see Defining retrieval services for a custom Management Center object.
  3. Define the process services for the object by creating the object definition file and the Spring framework configuration that is used to process the object. For more information, see Defining process services for a custom WebSphere Commerce object.
  4. Optional: Customize the error handling for the object by mapping error reason codes and changing the validation error message for the object. For more information, see Defining server-side error messages for validation errors.