Skip to content

PICSURE 2.0 Architecture

Bria Morgan edited this page Aug 16, 2018 · 10 revisions

The PIC-SURE 2.0 project consists of the following modules:

  • pic-sure-api-data

    This is where the models for the entities and repositories for those entities are defined.

  • pic-sure-api-war

    The PIC-SURE service endpoints are defined here.

  • pic-sure-api-wildfly

    This is for testing and development purposes.

  • pic-sure-api-resources

    Each resource that PIC-SURE can access has a resource interface to transform the general query to the form the resource requires.

  • pic-sure-util

    Utility classes.

A call to PICSURE goes through the following sequence:

PICSURE-2.0 Diagram