Application Developer Guide
The Application Developer Guide serves as a valuable reference for developing applications on MicroEJ, providing essential concepts for MicroEJ application design.
In addition to this document, you can access a number of helpful resources such as:
Developer resources at https://developer.microej.com/.
Libraries from the MicroEJ Central Repository.
Application Examples as source code from MicroEJ Github Repositories.
MicroEJ Applications are developed using standard Integrated Development Environments with MICROEJ SDK. The SDK allows you to run / debug / deploy Applications on a VEE Port.
Two kinds of applications can be developed: Standalone Applications and Sandboxed Applications.
A Standalone Application is the main Application that is directly linked to the C code to produce an Executable.
A Sandboxed Application is an Application that is partially linked, then deployed and executed over a Multi-Sandbox Executable.