MXMS: Difference between revisions

From MXMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== What is the MXMS framework ==
The MXMS framework enables rapid development of business software solutions by using a structured class entity model in which the database / SQL is maintained and updated by the framework and the UI is built.
MXMS enables rapid development of API's which exposes certain fuctionality of the entity model in a JsonRPC, REST or custom format.
Custom scheduled tasks can be created for background processes to execute to create data synchronisation tasks or other custom workflows.
== Introduction ==
== Introduction ==
Content goes here.
Content goes here.

Revision as of 15:51, 16 March 2026

What is the MXMS framework

The MXMS framework enables rapid development of business software solutions by using a structured class entity model in which the database / SQL is maintained and updated by the framework and the UI is built.

MXMS enables rapid development of API's which exposes certain fuctionality of the entity model in a JsonRPC, REST or custom format.

Custom scheduled tasks can be created for background processes to execute to create data synchronisation tasks or other custom workflows.

Introduction

Content goes here. PersistedState Attribute

Usage Example

def function():
    """documentation string"""
    if True:
        print True