Declaring a Web App Definition
Web applications are structured hierarchically:
The web application and the modules available in the application with their respective access rights are declared in the .wad
Web App definition. The individual components with their respective layout and available controls are described within the respective component and referenced in the Web App definition.
When declaring .wad
files, the file is automatically validated. Thus, possible sources of errors can be reduced already during the creation of web applications.
The root element of the .wad
file is <WebApp>
. The element contains all other elements of the Web App. Attributes control the appearance and behavior of the Web App.
Possible attributes
Attribute | Description |
---|---|
path | Required. Path to the Web App. Is displayed in the address bar of the browser. Must be unique for each Web App project. Possible values: String consisting of alphanumeric characters (no umlauts, dots, etc.) The path is part of the URL that is used to access the Web App via the browser. The name of the Web App is used as the default value for the |
The path specifications for the project, the modules and the components (path
attribute) can be used to navigate within the web application.