Atomos Examples

The following examples are available:

  1. Atomos Index example - Assembles an executable JAR which uses an Atomos index for bundle entry content.
  2. 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
  3. Atomos Spring Loader example - Assembles an executable JAR that uses the Spring Jar loader to load bundle content from embedded JAR files.
  4. Atomos native-image lib folder example - Assembles a native image using Graal Substrate to load the framework and a set of bundles
  5. Atomos native-image maven plugin example - Assembles a native image using Graal Substrate with the atomos-maven-plugin
  6. Atomos Android example - Uses the result of the Atomos index example to build an Android application
  7. Atomos JAX-RS example - Uses Aries JAX-RS whiteboard implementation for a simple JAX-RS resource example.