Configuration of the technical architecture

All information within the Technical architecture area varies and depends on the architecture set elements used and the settings in the configuration file ARIS Publisher Server installation directory\tomcat\webapps\businesspublisher\config\extensions\ext02\mappings.xml..

The structure displayed and its content are determined by the modeling. The structural elements represent the structure in the Explorer tree and depending on the configuration, the architecture elements are shown either as subordinate pages or as table entries.

Technical architecture

All architecture elements are displayed as table entries if a defined attribute with a defined value is specified for them. All architecture elements for which the attribute is not specified are displayed as subordinate pages.

The following example shows an excerpt from the configuration file. The Architecture element attribute was defined (AT_ARCH_ELEMENT) and its value OperatingSystems specified. For each IT component (application system type) assigned to an architecture element, the attribute System type must have the value component.

<!--

=============================================================================

Mappings for assigned IT components from the architecture set.

=============================================================================

<!-- Architecture Set: operatingSystems -->

<mapping name="OperatingSystems" type="objectSet" target="component">

<apply-template name="itComponent">

<attribute typeNum="AT_ARCH_ELEMENT" value="OperatingSystems" function="filter"/>

</apply-template>

</mapping>