DFC/JSP Sample Application ver 1.01
This sample application shows you how to make DFC calls using Java in a JSP environment. It includes code to connect, dissconnect, issue queries, create documents, and view the content of documents stored in the docbase. It also includes a great test application to help you configure your web server environment to call DFC. Written by Fabian Lee, Blue Fish Development Group.
This sample JSP application was created as an introduction to using Documentum's Foundation Classes (DFC) in a Java Server Pages environment. It has been written to run against any 4i or higher docbase and with any servlet engine that supports JSP 1.1 and above.
It includes code to connect, dissconnect, issue queries, create documents, and view the content of documents stored in the docbase. It also includes a great test application to help you configure your web server environment to call DFC.
- View the sample app here. This is a non-working HTML mock-up of the sample app.
- Download the sample app here.
Version History
- Version 1.01 (31 October, 2000) - Added test to ensure that the user's JSP engine can support JSP Sessions
- Version 1.0 (28 October, 2000) - Initial Version



