EMC Documentum WDK Application Development
Test your knowledge of EMC Documentum WDK (Web Development Kit) component architecture, application layers, configuration, and deployment for web-based document management applications.
Questions
The wdk enables you to create web applications that work with the emc documentum platform.
- True
- False
Wdk-based applications must be installed on each user’s machine.
- True
- False
You must use webtop or derivatives of webtop as a starting point for your wdk-based application.
- True
- False
Each wdk war file contains a dfc.properties file that defines the connection broker and global registry settings.
- True
- False
All jee application server implementations use the same procedure to install war files.
- True
- False
Application layer derectories are sub-directories of the virtual directory.
- True
- False
To configure an element in webtop/app.xml, you should change the value(s) in the configuration file directly.
- True
- False
If you need to change grandchild of the primary element, you should copy the entire child (that contains the grandchild) of the primary element to the /custom application layer.
- True
- False
A component’s definition file defines the other pieces of the component (i.e. wdk form, java behavior class, NLS properties bundle).
- True
- False
There will be one component in the componentlist for each component definition file in the application.
- True
- False
Component definition files are found in the {virtual root}\config directory or subdirectories.
- True
- False
If you want to extend a component defined in the webtop application layer, you must always copy the elements you want to change from the webtop layer to the custom layer.
- True
- False