Sample: Extracting Commerce Composer layout templates

This sample demonstrates how to extract Commerce Composer layout templates for a store with the Data Extract utility. We can then use the Data Load utility to load the extracted data into another WebSphere Commerce instance or store to quickly copy templates between instances or stores.

A layout template is a reusable starting point that can be used for creating a layout. A layout template is a wireframe that includes a specific arrangement of slots. To create a layout, widgets are assigned to these slots. For more information about layout templates, see Layouts, layout templates, and default layouts.

Before beginning

Ensure that you complete the following tasks:

Note: If you plan to load the extracted data into another instance, the store to load data into must have the Commerce Composer tool enabled. The Aurora starter store is enabled to use the Commerce Composer tool.


About this sample

When you run this sample, the Data Extract utility is configured to extract the layout templates for only the store that you specify. We can specify the store in the environment configuration file or directly in the command line when you run the utility. The sample configuration files used to configure the Data Extract utility are in the following directory and the template subdirectory:


Sample configuration files

The following configuration files are used to configure the Data Extract utility to extract data into CSV output files.


Procedure

  1. Copy the sample configuration files and directories to a local directory.

  2. Edit your copy of the sample environment configuration file to set the configuration variables for the environment. The sample configuration file used in this sample includes values for a default WebSphere Commerce Developer environment that uses an Apache Derby database. If the environment settings are different, change the configured values in the environment configuration file to match the environment. For more information about updating an environment configuration file, see Configure the data load environment settings.

  3. (Developer) On a command line, go to the WCDE_installdir\bin directory.

  4. (Linux) Open a command line in the Utility server Docker container. Change the directory to utilities_root/bin directory.
    For information about entering and leaving containers, see Running utilities from the Utility server Docker container.

  5. Enter the following command to run the sample data extract order configuration for extracting the template data into CSV output files:

    • (Linux) ./dataextract.sh ../samples/DataExtract/CommerceComposer/wc-dataextract-template.xml

    • (Developer) dataextract ..\samples\DataExtract\CommerceComposer\wc-dataextract-template.xml

When the utility completes the extraction process, the utility generates the CSV output files within the configured output directory and subdirectories. These files include data for all layout templates that exist for the configured store ID. By default, the files are generated in the following output directory and subdirectories:


Verifying results

  1. Go to the directory that you configured as the output directory. If we did not configure an output directory, go to the following directory:

  2. Verify that the following CSV output files are generated:

    • template/registerWidgetdef.csv

    • template/subscribeWidgetdef.csv

    • template/template.csv

    • template/slotDefinition.csv

  3. Open the output CSV files to review the file contents.

  4. Verify that the file contents match the data in the database for the templates that belong to the specified store.


What to do next

We can load your extracted data into another WebSphere Commerce instance with the Data Load utility. For a sample that demonstrates how to load template data, see Sample: Loading Commerce Composer layout templates. When you follow this sample, edit the load order configuration file to specify the CSV files that were generated by the Data Extract utility.


Related concepts
Overview of the Data Extract utility