Creating a New XUI File

You can create a new XUI file with the New wizard in the Eclipse. Perform the following steps to get the overall understanding of this function:

  1. Create a new project in RAD/WID as the XUI file container. A new plug-in project is suggested to be created.
  2. Right click the project and select New > Other.
  3. Select WebSphere Multichannel Bank Transformation Toolkit > XUI File in New wizard and press Next as shown in the following figure.
    Screen capture shows the New wizard to select a wizard
  4. In the New XUI File wizard, specify the name for the new XUI File. The filename can not be duplicate. See the following figure for example.
    Screen capture shows the create XUI file page
  5. Optional: You can also click the Advanced button to create a link between the XUI file in the workspace and the XUI file in the file system. The file names can be different. The following screen capture is an example:
    Screen capture is an example when you creating a new XUI file.
  6. Click Finish. A blank XUI File without the widget is created. You can see the blank design panel and the root information in the source code of the file.
    <?xml version="1.0" encoding="UTF-8"?>
    <XUI />
Remember: If the XUI file in the workspace is just a link to the file in the file system, the linked file can not be blank. It should contain the basic XML root information as the above code at least.