Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 542 Bytes

File metadata and controls

11 lines (9 loc) · 542 Bytes

Efesto module - step-by-step

(this guide refers to the creation of a module with an api, compilation and runtime submodules)

  1. create container module (i.e. the current EfestoModuleStub)
  2. define drools referred version
  3. declare efesto dependency management
  4. implement compilation submodule (see specific guide)
  5. implement runtime submodule (see specific guide)
  6. put shared code inside the api submodule (if needed)