The application.xml file should have the name "app.xml" where app is the name of the application. In this file you will need the following lines:
This line indicates the XML version that is used.
This line declares that the root of the XML tree is application and it includes the application.dtd.
For each window in your need to add the following line where window is the name of the window.
To close the inclusion of the window.xml files.
Here is name the name of this file without the ".xml" extension.
For each window you will need to add the folowing line where window is the name of the window.
to close the application tag.
For each window in your application as specified in application.xml you have to create a window.xml file where window is the name of the window. Each window.xml file has to have at least an window tag as specified in the specification of the window tag. See example for a example window.xml file.