tvavrda
(Tomáš Vavrda)
November 5, 2021, 8:18am
1
ORIGAM model consists of all the building blocks needed for an application. Every part of the solution is modeled and later interpreted by the ORIGAM Runtime .
MODEL OVERVIEW
This diagram provides an overview of the main dependencies between the model elements. Only the major elements are displayed in the diagram.
Model Base Categories
In the Common section of the model you can find general elements that you will need throughout the modeling process of your application.
Common Model Base Elements
The Data Model is the base level of the modeling process. It is the foundation of the resulting application. After the Data Model is defined, all the following modeling makes use of it. For …
User interface definition is an integral part of ORIGAM solution development. Building complex user interfaces on top of the data model is fast and easy. To simplify complex data screen desi…
The Business logic model allows you to define the functional part of your application.
Although the user interface together with the data model themselves provide lots of built-in functiona…
Web elements specify externally facing REST API or HTML pages. This way you can easily expose any data or functionality, or your ORIGAM applications in a simple way.
If you need a WebServic…