Skip to content

Open Lowcode Developper Guide

openlowcode edited this page Feb 29, 2020 · 25 revisions

Table of Content

Architecture

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.

Application Architecture

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

Development Environment

Declaration of Data Objects

Data objects

Fields

Properties

Fields and Properties priorities

Specific object Layout

Privileges

Development on Open Lowcode

Utilities

Actions

Pages

Clone this wiki locally