layout | title | nav_order |
---|---|---|
default |
Extensibility |
100 |
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