/OpenSDI-Manager2

Tool to manage other OpenSDI Suite products. This is a new version that uses a modular architecture.

Primary LanguageJava

OpenSDI-Manager2

This version of the OpenSDI-Manager differ by the previous one because it use a different architecture: Instead of being a single Java webapp that implements both frontend and backend services in a single application the frontend layer and the backend services are splitted.

  • the backend is a made up of a collection of services with a JSON output format implemented using Spring MVC
  • the frontend is an extension of the current MapStore MapManager

See this draft architecture document for more details.