Versions Compared

Key

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

...

Table of Contents


When you want to create new extension then follow these steps:

...

  • create new Maven module for new extension (pom.xml, README.txt)
  • create new packages which start by org.openhubframework.openhub.extension.[extension name]

...

Each extension must have Spring XML configuration file that completelly initializes specific extension.

  • /META-INF/sp_ext_[ext_name].xml - this configuration most often loads property files and initializes routes.
  • ext_[ext_name].cfg - file with configuration parameters

...