Install and configure runtime components.
Reference → Solution → Deployment → Runtime | Server | Client Types | Container | Redundancy | Security
The Platform supports modular project design by allowing developers to split functionality into multiple project files that are automatically merged at runtime based on naming conventions.
Table of Contents maxLevel 2 minLevel 2 indent 10px exclude Steps style none
When you have a main solution e.g., 'MyProject' and additional projects whose names start with the same base and include a suffix starting with double underscores (__) and ending with double underscores (__), FrameworX will automatically merge them when launching the main project.
MyProject → Core UI, shared logic
MyProject__DeviceConfig1__ → Device-specific configurations
When you launch MyProject, FrameworX automatically includes the contents of:
MyProject__DeviceConfig1__
Devices resources are merged into a single runtime project, preserving modular structure during development.
| Page Tree | ||
|---|---|---|
|