Development tools : Application wizard : Creating an XUI project
  
Creating an XUI project
XUI is a Rich Internet Application (RIA) framework for building applications in Java and XML. XUI supports only Dojo widget sets.
To create an XUI project
1 In Rational Application Developer, click File > New > Project.
The New Project window is displayed.
2 In the New Project window, expand the UDTT folder, and then click XUI Web Project. Click Next.
The "xui project create wizard" is opened.
3 In the XUI Web Project page, enter details for the XUI web project.
In the Project name field, specify a name for the XUI web project.
In the Project location field, specify the location for the XUI web project. If you do not want to use the default location, clear the Use default location checkbox, and then click Browse to specify a location.
In the Target runtime field, specify the runtime server on which the XUI web project will be deployed.
In the Dynamic web module version field, select the version of Dynamic Web Module facet.
4 Click Next.
5 On the Java page, configure the project for building a Java application. Click Next.
6 On the Web Module page, configure the context root and content directory names for the web project. Click Next.
7 On the UDTT Runtime Servlet page, click Finish.
Result
An XUI web project is created. After the XUI web project has been created, the default folders and files are automatically generated. The setting of some default configurations are also automatically generated.
Go up to
Application wizard