Java Spring Boot Implementation

Based on the modelled items (entities, services, errors, etc.) within the domain namespace, additional code will be auto generated in the SDK. Using these code artefacts allow to easily implement use cases around your business domain.

For each of the modelled domain services, an implementation file is generated, in which the desired business logic should be implemented. Also, there are classes generated for each of the modelled entities which contain all defined properties. Besides that, the SDK offers capabilities to throw business errors within the implementation of the domain logic.