Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

The opencds-js-client is an OpenCDS client that provides a starting point for developing JavaScript applications that require CDS support. 

Download code

Code Block
languagebash
git clone https://bitbucket.org/opencds/opencds-js-client

Deploy application

The repository contains the following resources:

...

Code Block
languagebash
├── webapps
│   ├── opencds-decision-support-service
│   ├── opencds-decision-support-service.war
│   ├── opencds-js-client
│   └── ROOT

Test application

Open a browser on http://localhost:8080/opencds-js-client.  By default the required fields are populated to call the "Bounce Rule" that simply copies all of the input data to the output data structure.

...