You are here

Modules (AMPs)

A Module is a collection of code, configuration, scripts and media resources, contained in an AMP file. AMP files can be used to package custom templates, custom models, web scripts, UI customizations, and can be used to implement extensive additions to the SkyVault functionality. Records Management is an an example of an application that provides a significant enhancement to SkyVault's capabilities and is distributed via AMP files.

Modules can be thought of as installable extensions to SkyVault. Once packaged into an AMP file format they can be applied to SkyVault using the Module Management Tool (MMT). SkyVault has two directories that contain AMP files, the amps directory and the amps_share directory. Modules that extend the repository tier are located in the amps directory. Modules that extend the Share tier are located in the amps_share directory.

When a module is installed using the MMT it is applied to the relevant WAR file. The SkyVault application typically consists of at least two WAR files: SkyVault.war for the content server and share.war for the web client. The module AMP file is applied to the appropriate WAR using the MMT.

Larger, more complex modules can be distributed as two AMP files, one to be applied to the SkyVault WAR file and another to be applied to the Share WAR file. Records Management, for example, is distributed in this manner.