All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.templates.index.html.vt Maven / Gradle / Ivy

There is a newer version: 0.17.0
Show newest version
#htmlStart($generator.getPackageId(), '.')

#rootContainerStart($generator.getPackageId(), '.', '')

#if ($deploymentProfiles)

Deployment Profiles

#panelStart('dcc-profile-list', 'Deployment Profile Overview', $generator.getPackageId())

Deployment profiles are fully configured, ready to be installed configurations. Follow the instructions in the complementary installation documentation to install and operate the deployment defined by this type of profiles.

#renderProfileTable($deploymentProfiles, true) #panelEnd #end #if ($solutionProfiles)

Solution Profiles

#panelStart('dcc-profile-list', 'Solution Profile Overview', $generator.getPackageId())

Solution profiles represent complete solution configurations. A solution configuration can however not be installed and operated as such. A deployment profiles is required to bind the solution to a specific target deployment environment.

#renderProfileTable($solutionProfiles, false) #panelEnd #end #if ($contributionProfiles)

Contribution Profiles

#panelStart('dcc-profile-list', 'Contribution Profile Overview', $generator.getPackageId())

Contribution profiles contain reusable building blocks. Contribution profiles can therefore be shared by different solutions.

#renderProfileTable($contributionProfiles, false) #panelEnd #end #if ($baseProfiles)

Base Profiles Overview

#panelStart('dcc-profile-list', 'Base Profile Overview', $generator.getPackageId())

Base profiles contain abstract definitions. These are either capability definitions (structures specifying a defined contract) or unit templates (abstract units).

#renderProfileTable($baseProfiles, false) #panelEnd #end #rootContainerEnd($generator.getPackageId(), '.', '') #footer
#htmlEnd



© 2015 - 2024 Weber Informatics LLC | Privacy Policy