-
Notifications
You must be signed in to change notification settings - Fork 29
Open Lowcode Developper Guide
openlowcode edited this page Feb 29, 2020
·
25 revisions
Table of Content
Open Lowcode framework allows to build quickly an application. An application is made of different modules. A module is composed of coupled data objects. A data object is made of “bricks”: fields and properties.
When a data object is defined, the Gallium framework will build automatically all the action and pages necessary for the application to work. Just define your data objects, and you get a working application. Gallium uses a three-tier architecture with:
- the database storing all database
- An application server managing business logic and security
- A client that displays pages from server and launches actions to the server