3.4 WDK
Web Development Kit (WDK in short) is a framework provided by Documentum, on which one can build a web application for talking to the Content Server.
The WDK programming model is completely based on J2EE and XML and WDK applications can be deployed on any application server that confirms to J2EE standards. WDK applications interact and fetch data from the Content Server via DFC calls.
Following are some features of the WDK framework:
Consists of reusable and configurable components that generate HTML controls/widgets, providing access to the Content Server Docbase
Provides a tag library of configurable UI controls
Provides framework services like branding, history, error handling, messaging, internationalization, and content transfer
In short, WDK is a set of server-side reusable components supported by Documentum that allow one to rapidly develop and deploy web-based applications.
WDK architecture consists of:
Presentation model: Incorporates JSP tag libraries to separate the UI from...