MXMS
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.
Project folder structure
Sources
The repository contains a src folder which contains all sources. The solution file is located in the /src/ folder. This contains all projects for the framework.
Example project
There is an example folder which contains an example implementation of a model and a hosting environment which uses the MXMS framework.
Introduction
Content goes here. PersistedState Attribute
Usage Example
def function():
"""documentation string"""
if True:
print True