| 1. |
Difference Between App.xml And Web.xml ? |
|
Answer» web.xml - A WDK based J2EE Web APPLICATION has a root DIRECTORY which contains a WEB-INF FOLDER. This folder has a web.xml file containing configuration information for the web application. This is mandated by the J2EE Servlet Specification app.xml - A WDK application is a folder within the main J2EE Web application root directory. If you see your webtop folder, it contains the following four WDK applications. custom, webcomponent,wdk and webtop Each Application will have its own app.xml. Inheritance is CONTROLLED by the TAG in the app.xml file of the WDK application The following are the application tags for a standard webtop installation:
The ‘wdk’ WDK application does not inherit from any layers as it the core framework. For each WebTop/DA installation, there is one web.xml and four app.xml. web.xml - A WDK based J2EE Web application has a root directory which contains a WEB-INF folder. This folder has a web.xml file containing configuration information for the web application. This is mandated by the J2EE Servlet Specification app.xml - A WDK application is a folder within the main J2EE Web application root directory. If you see your webtop folder, it contains the following four WDK applications. custom, webcomponent,wdk and webtop Each Application will have its own app.xml. Inheritance is controlled by the tag in the app.xml file of the WDK application The following are the application tags for a standard webtop installation: The ‘wdk’ WDK application does not inherit from any layers as it the core framework. For each WebTop/DA installation, there is one web.xml and four app.xml. |
|