Defining REST applications

The REST Application represents the set of Resources being provided by the API. It defines the scope of the API for a particular business purpose and sets a boundary on the Resources available to the API User.

About this task

The following steps show how to create a REST Application in the RADM.

Procedure

  1. Add a Package under the RESTful Services > Applications Package in which to create the Applications.
    Figure 1. Package
    Banking package
  2. Create a class in the package for the application, e.g. BPS Consumer Banking Application
    Figure 2. Application Class
    Application Class
  3. Apply the REST Application stereotype to the Class.
    1. In the Project Explorer view, select the Class.
    2. Open the Properties > Stereotypes view.
    3. Click Apply Stereotypes...
    4. In the Apply Stereotypes window, select Application : REST and click OK.
    Figure 3. REST Application Stereotype
    Application Stereotype