Table of Contents

Code Shipping - Packaging ( Archive | Container )

About

Packaging is the mechanism that creates module (libraries) from code in order to be able to distributed.

(library|package) are generally packaged into an archive of code (such as JAR, ZIP, … files).

Container technology such as docker gives also a mean to package an application.

Distribution

See Code Shipping - (Package|Library|Dependency) Manager

List