The following examples are available:
- Atomos Index example - Assembles an executable JAR which uses an Atomos index for bundle entry content.
- Atomos jlink example - Assembles a jlink image that loads the framework and a set of bundles as modules included in a fit for purpose JVM image
- Atomos Spring Loader example - Assembles an executable JAR that uses the Spring Jar loader to load bundle content from embedded JAR files.
- Atomos native-image lib folder example - Assembles a native image using Graal Substrate to load the framework and a set of bundles
- Atomos native-image maven plugin example - Assembles a native image using Graal Substrate with the atomos-maven-plugin
- Atomos Android example - Uses the result of the Atomos index example to build an Android application
- Atomos JAX-RS example - Uses Aries JAX-RS whiteboard implementation for a simple JAX-RS resource example.