Development tools : XUI editor : Creating an XUI file
  
Creating an XUI file
To access the XUI editor and begin using the widgets, you must first create an XUI file.
XUI file is a Rich Internet Application (RIA) framework for building applications in Java and XML. XUI only supports Dojo widget sets. XUI files are channel-neutral, which means that they can be converted into channel-specific UI files that comply with the technologies of different channels.
To create an XUI file
1 In the Project Explorer view in Rational Application Developer, right-click the xui folder, and then click New > Other.
The New window opens.
2 On the Select a wizard page of the New window, expand the UDTT folder, and then click New XUI File.
3 Click Next.
The Create XUI File page is displayed.
4 In the File name field, specify a name for the XUI file.
The file name cannot be duplicated.
The file name cannot start with numbers or include space character at any position.
The file name cannot end with udtt or t (not case sensitive) to avoid the product name.
You must use .xui as the file extension.
5 If you want to create an XUI file using an existing XUI template, select Create a xui file using templates. Click Next, and then select a template.
6 Click Finish.
Result
The XUI file is created and is stored in the xui folder of your XUI web project.
Go up to
XUI editor