Versions Compared

Key

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

...

  • common: module contains useful functions for other modules
  • core-api: user API for writing new routes with OpenHub framework
  • core-spi: interface for internal use in OpenHub framework components
  • core: basic implementation modulemodule with core functionality, implements API and SPI interfaces 
  • test: module with basic configuration and parent classes for unit tests
  • components: OpenHub framework components
  • examples: examples how to use OpenHub framework
  • web: configures OpenHub as web application, "backend" for admin-console client , with REST interface implementation
  • admin-console: admin GUI client written in React
  • war: WAR build

...