tree: f60e2ff7c433a7f40c4c3f3d4cf3905e8a2090da [path history] [tgz]
  1. atomos.examples.android/
  2. atomos.examples.index/
  3. atomos.examples.jaxrs/
  4. atomos.examples.jaxrs.bundle/
  5. atomos.examples.jlink/
  6. atomos.examples.springloader/
  7. atomos.examples.substrate.lib/
  8. README.md
  9. SUBSTRATE.md
atomos.examples/README.md

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.