Link to home
Start Free TrialLog in
Avatar of Soluga
Soluga

asked on

.net and documentum

Hi,

I want to know the best to go about writing an asp.net interface for documentum.
Does anyone have any experience of this?

Thanks
Avatar of PlatoConsultant
PlatoConsultant
Flag of United States of America image

Please Check this Link

http://developer.emc.com/developer/dotNet.html

The DFC Primary Interop Assembly (PIA) makes the Documentum Foundation Classes (DFC) accessible from .NET code. The PIA integrates seamlessly into Microsoft Visual Studio .NET and supports rich design-time features including statement completion and object browser help. At runtime, the PIA provides a thin, efficient layer through which .NET code can access the DFC via the Documentum Java to COM bridge.

A supported version of the PIA ships with DFC 5.2.5 and any 5.x releases that follow. The document "DFC PIA Development Guide" is included with the DFC 5.2.5 documentation.

ASKER CERTIFIED SOLUTION
Avatar of PlatoConsultant
PlatoConsultant
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Soluga
Soluga

ASKER

Thats great.

Thanks