Code Shipping - Archive (Distribution)

Card Puncher Data Processing

About

In the context of code shipping, an archive:

that are used to distribute a release or a snaphost

A archive is also known as:

  • distribution package
  • distribution
  • versioned artifact

Archive are generally deployed (stored) in a repository.

Type

Source

A source archive contains the source file. See Code Shipping - Source (Distribution|Archive)

Compiled

A build/distribution/binary archive contains the compiled code ready to be used. see Code Shipping - Binary Distribution

Format

The structure and content of the archive is language dependent but the whole set of file is usually aggregated in on file using one of this technology:





Discover More
Card Puncher Data Processing
Code Shipping - Artifact (Module|Component)

An artifact can refer to: aby-product produced during the development of software (Generally a archive of code for deployment such as a jar for Java). an application or an object that is End-user_developmentcreated...
Card Puncher Data Processing
Code Shipping - Binary Distribution

A binary distribution is the binary representation of the code in a archive format of a release. Compiled Code is generally packaged in archive that you can get via a package manager. The distribution...
Card Puncher Data Processing
Code Shipping - Deployment

After the creation of release, the next step in a deployment pipeline is to deploy the code (ie archive). Generally, It implies: to run a deployment software with the release as parameter. the output...
Card Puncher Data Processing
Code Shipping - Packaging ( Archive | Container )

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)....
Card Puncher Data Processing
Code Shipping - Source (Distribution|Archive)

A source distribution or source archive is a static snapshot representing a particular release of some source code in an archive format, like mypackage-X.X.X.zip.
Card Puncher Data Processing
Code Versioning - Release

A release is packaging your application under a version in a format that is suitable for the distribution channel. If you publish your application to: a package manager, you should create your application...
Gradle - Distribution Plugin

A page the Distribution plugin that creates zip or tar archive and is mostly used in combination with the application plugin ...
Yarn Hortonworks
HDFS - Hadoop Archive file (har)

in the Hadoop context. An archive: exposes itself as a hdfs file system layer. All the fs shell commands in the archives work then but with a different . is immutable. Rename’s, deletes and...
J2ee Ear Structure
Java - Packaging, Archive, Library (JAR, WAR, EAR File)

For deployment purpose, J2EE applications are delivered and reside in Archive files (or unit). A RAR, WAR or EAR file is a standard JAR (.jar) file with a .war or .ear extension. Each archive extension...
Java Conceptuel Diagram
Java - Web Application (Web Module) - War

Web application in Java. A Java web application serve and/or generates interactive HTML web pages. An enterprise application may contain zero or more web applications. A web application is generally...



Share this page:
Follow us:
Task Runner