saker.nest Documentation TaskDoc JavaDoc Packages
  1. saker.nest
  2. Development guide
  3. Overview

Overview

The following sections and documents serve as a guide for developing packages for the saker.nest repository. The documents focus on integrating with the repository rather than with the saker.build system. For build task development see the task development guide.

When developing bundles, you need to adhere to the expected bundle format that the created JAR archives need to conform to. Saker.nest will perform basic validations when a bundle is loaded in the runtime. Loading a bundle may not necessarily mean that the Java classes from it are loaded, but only that it is opened by the runtime.

The Java class loading will be done based on the .class file contents of a bundle and the declared classpath dependencies. The class loading also takes the dependency constraints into account.

If your bundle declares build tasks, then they will be loaded automatically when a build script references them.

During development, you can write integration tests, as well as test your build tasks and bundles by using the local or parameter bundle storages.