TAFJ DS Package Installer
The DS Package Installer is a web application, which is deployed under client JEE environment through the standard web application deployment capability of the application server. It aims to avoid file system usage during Design Studio (DS) package installation.
DS Package Installer Deployment
You should have a DS package content in Temenos Transact RDBMS, within a staging area (set of tables), instead of extracting the content into file system, UD folder.
Package Structure within the Webapp
This section shows how Design Studio package builder pulls the raw DSPackageInstaller.war artifact from the nexus repository.
Staging Area Management and Population
The staging area management and CRUD (Create, Read, Update and Delete) operations are done through a JBC component called DS.PackageStaging.component.
REST API to Interact with Staging Area
A REST API allows staging area management and read, write and delete operations on packages through HTTP.
In this topic