Customizing the User Interface

In this section:

You can make changes to the Transformer user interface according to your preferences. For example, you can choose the location of project tabs or set the file path formatting used in the browse file dialogs.

Interface options are available through the Options dialog box, which you can access by selecting Options from the Tools menu.

When the Options dialog box opens, the General category appears by default as shown in the following image.


Top of page

x
General Category

The General category includes the following options to customize the interface:



x
Procedure: How to Switch to the Standard (Transform Project Only) Application Perspective

To switch to the Standard (Transform Project Only) application perspective for Transformer:

  1. Click Tools and select Options from the menu bar.

    The Options dialog box opens as shown in the following image.

    Notice that Enhanced (Dictionary Builder support) is selected in the Application Perspective drop-down-list.

  2. Expand the Application Perspective drop-down-list and select Default.
  3. Click OK.

    The Confirm dialog box opens.

  4. Click OK and restart Transformer.

Top of page

x
Mapping Category

The Mapping category allows you to customize options for the Mapping Builder facility and includes two tabs as shown in the following image. The Output Items tab has option buttons for selecting an alternative to illegal characters. You can use the Dragging Options tab to map between input and output nodes.

The following options are available on the Output Items tab:

After dragging a node from the Input pane to the Output pane, you can select whether to have the node placed above or below a selected element or whether to have a node placed as the first or last child of a selected element.

The following image shows the Dragging Options tab with available option buttons for your input and output items.


Top of page

x
JDBC Drivers Category

The JDBC Drivers category allows you to specify JDBC driver configurations that can be shared between applications. The following image shows the JDBC Drivers category, which lists the Sun, Oracle, and IBM drivers. You can use JDBC drivers when configuring the REPLACE function (@REPLACE) and JDBC Data Source configuration of your project. For more information, see Introducing Transform Projects and Introducing Ebix Entry Projects.

The drivers that are listed typically are not included with Transformer, but can be easily downloaded from the Web. They are listed because they are common JDBC drivers.

To use one of the drivers, you must copy the actual driver to the following directory:

<iWaySMHome>\tools\transformer\jdbc_drivers

where:

<iWaySMHome>

Is the directory where iWay Service Manager was installed.

Then, you must add the file name to the list of JDBC drivers by specifying the driver in the New Driver field and clicking the Add button.

Note: The JDBC drivers that are available here are only used during design time. For run-time usage, you must copy the JDBC drivers to the following directory:

<iWaySMHome>\etc\manager\transformations\jdbc_drivers

where:

<iWaySMHome>

Is the directory where iWay Service Manager was installed.


Top of page

x
Encoding Category

The following image shows the Encoding category, which provides the option of customizing Project and Template encoding.

The following two encoding options are available from the drop-down lists:



x
Special Character Encoding Best Practices

This section lists the best practices that are recommended when handling special characters using iWay Transformer.

  1. It is recommended that special characters in iWay Transformer use UTF-8 encoding.
  2. Make sure your existing project file and its dependencies (for example, structure and data) are saved using UTF-8 encoding. This is a common area where most errors are caused by the end user. You can verify the correct encoding of your documents by using the appropriate document editor.
  3. When you open any existing projects that contain special characters, make sure you select UTF-8 from the Encoding drop-down list, as shown in the following image.

  4. When you want to create a new project using special character encoding, or change the default file encoding that is used when you open, save, and deploy projects, you can update the application Encoding option accordingly, as shown in the following image.


iWay Software