B.4 DFC Changes
A few of the changes made to DFC in release 5.3 are:
Deeper integration with .NET.
Support for accessing Documentum Business Objects using Web Services.
Support for lightweight Unified Client Facilities (UCF), providing content transfer functionality to clients based on the WDK framework, thus removing any impositions
The existing BOF deployment model using DBOR (Documentum business object registry) on each client machine has been deprecated.
Introduction of a
ClassCastException
that is thrown if one tries to cast a persistent object to a concrete class rather than its corresponding interface.For example, casting to
DfDocument
(instead ofIDfDocument)
will throw aClassCastException
.