Modeling Low-Code Solutions

Low-Code solutions are always organized in namespaces. There are three kinds of namespaces within every solution:

Namespace Type Description
API Namespaces Refer to the APIs that are exposed and can be accessed and used by other resources.
Domain Namespaces Contain the business logic of the current solution
Integration Namespaces Connect with already implemented APIs that can be used to enhance the current solution.
Note: Currently only API namespaces are supported for Java Low-Code solutions.