Versions Compared

Key

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

Decision

Proposed decision: Option A. Data will be represented as documents (REST) and or generic objects (glorified maps in Java)

Details

The data that is read from and written to the CPS must comply with a known format. This is relevant to both Java and REST interfaces. The choices here are to provide generic objects/documents, or highly typed (using model info).

...