24.1 WDK Directory Structure
Before we begin discussing WDK configurations and customizations through examples, let's first go through the WDK directory structure and its contained folders and files. The root of the WDK application has the following directories and files:
WDK application configuration file (
config.xml
): Starting page for WDK application (index.html/default.html
) andunstripped.jar
containing the WDK application files with embedded comments for debugging purposes.WEB-INF: Contains
web.xml
file (for J2EE web applications), WDK web application Java classes, and classes for other application layers such aswdk, webcomponent
, andjars
required by the WDK framework and JSP tag libraries.help: Contains WDK client application help files.
plugins: Contains the JRE plug-in for the WDK client application.
Application layer directories (
wdk, webcomponent, webtop, dam, wp
, andcustom):
Application layer directories contain an application's configuration file (app.xml), configuration...