magritte-metamodel / magritte

The Magritte Meta-Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Most applications consist of a big number of model- or so called domain-objects. Building different views, editors, and reports; querying, validating and storing those objects is very repetitive and error-prone, if an object changes its shape frequently.

Magritte is a fully dynamic meta-description framework that helps to solve those problems, while keeping the full power with the programmer in all aspects. Moreover since Magritte is described in itself, you can let your users modify the meta-world and add their own fields and forms without writing a single line of code.

Installation

Christoph Lamprecht ported Magritte to Perl.

Add as a project dependency

In you project Baseline or Configuration definition, add to the spec:

baseline: 'Magritte' 
with: [ spec repository: 'github://magritte-metamodel/magritte:v3.8'; 
             loads: #(Core) ]; 

This snippet uses v3.8 release version, remember to change the release version to your needs. See BaselineOfMagritte for other groups to load beside of 'Core'.

Mailing-Lists

Development

Documentation

Papers

About

The Magritte Meta-Model


Languages

Language:Smalltalk 100.0%