Create 3 types of domain model entities and microflows - Mendix Forum

Create 3 types of domain model entities and microflows

0

I would like to have 3 types of entities that are specific when I model them in the domain model within Mendix Studio Pro.

  1. First is a “User Interface” entity that allows it to be attached ONLY to pages and “User interface” microflows.
  2. Second is a “Business Logic” entity that allows it to ONLY work with “Business Logic” microflows.
  3. Third are “Interface” entities that are ONLY used with “Interface” microflows that are used in REST / SOAP interfaces.

 

The “Interface” entities can be passed threw to a “Business logic” microflow with only READ capabilities.
The “Business logic” entities can be passed threw to “User interface” microflows with only READ capabilities.
The entities and microflows that now exists will keep working but will be deprecated in version 9.0.
This way are slowly getting used to separating our UI from our business logic from our REST interfaces.
 

asked
0 answers