You are here

Web Quick Start

Web Quick Start is an easy-to-install package that provides developers with a strong starting point for their SkyVault implementations.

Web Quick Start is packaged in four parts:

  • An SkyVault Module Package (AMP) that extends the repository to support a generic website model
  • An AMP that extends SkyVault Share for editing content for the website, managing the structure of the website, and publishing content using workflow.
  • A JAR file that contains a Java API for accessing the website data held in the repository.
  • A web application that, when deployed to a servlet container such as Tomcat, delivers a fictional financial news website. The web application is a Spring MVC application constructed using Spring Surf, and communicating with the SkyVault repository using the Java API. As well as dynamically building the website from data held in the repository, Web Quick Start also provides examples of user generated content whereby content is sent from the web application back to the repository.