Test Data Management Tool

This tool can be used to generate test data. It provides both a REST API and a GUI. The tool contains a predefined record format for a "US person", and allows definition of your own fields and records.

REST

Inside the project there is a application.rest package containing the LibertyRestEndpoint class. This adds a REST endpoint which you can access at /rest

There is also a test class named it.rest.LibertyRestEndpointTest that will test the REST endpoint to ensure it is working.

For the complete feature documentation, see the jaxrs-2.0 feature description in IBM Knowledge Center.