Configuration example 3

Previous Next

This example shows how to perform a merge of source-side and target-side server properties when you deploy a Server defined in USoft Service Definer. When the server is deployed on a specific target machine, it will have a list of properties that combines:

Source-side properties supplied (released) from Development and

Other properties (target-side properties) that are machine-specific and declared in a registry.

This example shows the use of XSLT transformation during deployment. It is an example of configuration by XSL transformation.

Good command of the XSLT 1.0 language is required, as well as a minimal grasp of the USoft REST service framework. For the latter, you can use the Getting Started section in the USoft Service Definer Help.

 

 

collapseStep 1: Declare and release a server with server properties
collapseStep 2: Describe machine-specific server properties in registry
collapseStep 3: Output deployment XSL that merges source-side and target-side properties
collapseStep 4: Merge source-side and target-side properties

 

 

See Also

Configure

Configuration by XSL transformation

Configuration example 1

Configuration example 2