Aspect Model Editor backend
July 21, 2026 ยท View on GitHub
Table of Contents
Introduction
This project is used as the backend for the Aspect Model Editor and interacts with the ESMF-SDK to create SAMM specific Aspect Models.
Getting help
Are you having trouble with Aspect Model Editor backend? We want to help!
- Check the developer documentation
- Check the SAMM specification
- Having issues with the Aspect Model Editor backend? Open a GitHub issue.
Setup
- Download and install JDK 25
- Download and Install Maven
- Environment Settings
- Add "{JAVA_HOME}/bin" to PATH
- Add "{MAVEN_HOME}/bin" to PATH
- Configure Maven Settings
Note : Configure your IDE to use the new JDK and Maven installation.
Build and run
mvn clean package
mvn exec:java -pl aspect-model-editor-runtime
We are always looking forward to your contributions. For more details on how to contribute just take a look at the contribution guidelines. Please create an issue first before opening a pull request.
License
SPDX-License-Identifier: MPL-2.0
This program and the accompanying materials are made available under the terms of the Mozilla Public License, v. 2.0.
The Notice file details contained third party materials.