Print Header

Contact Blue Fish

Blue Fish Development Group
701 Brazos St. #700
Austin, TX 78701
(512) 469-9300

Articles About Documentum and DFC

EMC World 2007: Unit Testing Documentum Foundation Classes Code

May 21, 2007 - Presentation by Steve McMichael

Writing effective JUnit tests for DFC code can be difficult, especially when issues like security, setting up docbase state, and tearing down docbase state are taken into consideration. In this session, we discuss the obstacles and demonstrate a basic framework for testing DFC code.

Software Developer Conference 2006: Automated DFC Unit Testing

November 13, 2006 - Presentation by Bump Verde

Writing effective JUnit tests for DFC code can be difficult, especially when issues like security, setting up docbase state, and tearing down docbase state are taken into consideration. This presentation discusses the obstacles and provides a basic framework for testing DFC code.

Getting Started with DFC and DQL

June 1, 2006 - Article by Steve McMichael

Learn how to use the Documentum Foundation Classes (DFC) and the Documentum Query Language (DQL) to perform basic document management activities.

Using the 5.3 Web Services Framework

April 6, 2006 - Article by Lisa Hill

This document provides some tips, tricks, and sample code for using the Documentum 5.3 Web Services Framework from a Java client.

A Practical Guide to the Business Object Framework

January 2, 2006 - Article by Jason Duke

Provides a practical guide to help a developer get started using the Business Object Framework (BOF), including real-world examples and sample code, as well as best practices for creating, configuring, and deploying your BOF objects.

Unit Testing DFC Code

December 28, 2005 - Article by Bump Verde

Writing effective JUnit tests for DFC code can be difficult, especially when issues like security, setting up docbase state, and tearing down docbase state are taken into consideration. This article discusses the obstacles and provides a basic framework for testing DFC code.

Using DFC Collections

January 1, 2005 - Article by Bump Verde

Learn how to use the IDfCollection interface to process the results of DQL statement executions.

The Content Server Audit Facility

October 31, 2004 - Article by Bump Verde

The Documentum Content Server provides support for auditing events of interest which occur to objects in the Docbase and to application-specific entities. This article explores the features of the audit facility, how to configure it, and how to work around some of the problems using it with DFC.

DFC Query Manager

October 1, 2004 - Article by Jes Wills

An overview of the DFC Query Manager.

The Documentum Java Method Server

August 2, 2004 - Article by A.J. Whitney

The Documentum Java Method Server enables efficient invocation of Documentum methods implemented in Java. This article explores the features of the method server, how to configure it, and where to look when you run into trouble.