Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 522 Bytes

extensibility.md

File metadata and controls

15 lines (11 loc) · 522 Bytes
layout title nav_order
default
Extensibility
100

Extensibility

The iDempiere is already very flexible and extensible. In iDempiere micro we allow you to extend the libraries even more:

  • we stricly use interfaces for parameters and as a return types
  • we try to keep the modules or libraries as uncoupled as possible
  • we use IoC and Dependency Injection to allow the actual implementation to be specified later at the final microservice