Tag: enterprise content management
Questions Related to enterprise content management
To configure an element in webtop/app.xml, you should change the value(s) in the configuration file directly.
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.
A component’s definition file defines the other pieces of the component (i.e. wdk form, java behavior class, NLS properties bundle).
There will be one component in the componentlist for each component definition file in the application.
Component definition files are found in the {virtual root}\config directory or subdirectories.
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.
The application layer of NLS properties file is hard-coded in the component definition.
When extending an NLS properties bundle, key/value pairs that aren’t explicitly defined in the higher layer are inherited from the lower layer.
You can reorder browsertree nodes using presets.
when modifying a jsp, copy only the parts that will be changing to the /custom application layer. The other parts are inherited from the lower layers.