Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is...

41
Documentum .Net Application Development

Transcript of Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is...

Page 1: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Documentum .Net Application

Development

Page 2: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Introduction

Eric AmellLead Documentum ArchitectEntology908-333-2314mailto:[email protected]

Page 3: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Agenda

• Overview of .Net• Overview of Documentum .Net• Documentum ASP.Net Case Study• Demonstration of Expanded .Net Sample• Technical Review of Expanded .Net

Sample• Q/A

Page 4: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

What is .Net?

• Latest technology set from Microsoft• Object Oriented (even VB.Net!)• Common Language Runtime (CLR)• Common Language Specification (CLS)

Page 5: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

CLR

• Common Language Runtime• Provides core services

– Memory management (Garbage Collection)– Thread management– Remoting– Manage Code Execution

• “Like” Java Runtime Environment (JRE)• Code is NOT interpreted by CLR, but

managed

Page 6: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

CLS

• Common Language Specification• Common language features• Compliance vs. non-compliance• .Net Framework library is mostly

compliant

Page 7: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Benefits of .Net

• Rich UI Toolkit, even for the web (ASP.Net)

• Language independence (VB.Net, C#, J#, C++, COBOL, and others)

• Standard based (XML, SOAP, HTTP)• Interoperability with COM• .Net Framework Library

– Rich set of classes

Page 8: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net• Programming model for web solutions• Support for all .Net languages (VB.Net, C#,

etc)• Separation of Presentation from Business

Logic• Provided UI components for fast web

development– DataGrid– DataList– Charts– …More

Page 9: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Windows Forms

• Unified programming model for Windows applications

• Web Service Integration• Power of C++, ease of VB• Robust database integration (ADO.Net)

Page 10: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Documentum .Net Benefits

• Rapid Application Development (RAD)• Leverage existing Microsoft investment• Simplified deployment• Interoperability with Microsoft Products

Page 11: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Documentum .Net Troubleshooting

• Folder Security• DFC Cache File Locations

Page 12: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

DFC Primary Interop Assembly

• .Net wrapper for DFC• Support for Visual

Studio .Net• Maintains single

implementation source of DFC

Page 13: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

• Client– Insurance Organization– Office locations in nearly 100 countries– Research ways to reduce risk

Page 14: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

• Challenge– Underwriting standards constantly

changing– Common text– Approval Process– Microsoft implementation required

Page 15: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

• Solution– ASP.Net Underwriting solution– Content as XML fragments

Page 16: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

Page 17: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

Page 18: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ASP.Net Implementation

Page 19: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Demo

• Demonstration of the extended Documentum ASP.Net Sample

Page 20: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Technical Review

• Cancel Checkout• Delete• New Folder• View Properties• Search• Windows Query Tool

Page 21: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Cancel Checkout

• Cancels the checkout of a document• Control:

– CancelCheckoutControl

Page 22: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Cancel Checkout Sequence Diagram

Page 23: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Delete

• Deletes selected, unused, or all versions of a document

• Uses IDfDeleteOperation• Control:

– DeleteObjectControl• Support class:

– OperationHelper

Page 24: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Delete Sequence DiagramDeleteObjectControl

DeleteButton_Click(sender, e)

processDelete()

clientX deleteOperation

deleteOperation:=getDeleteOperation()

OperationHelper

setVersionDeletionPolicy(policy)

add(objToDelete)

executeOperation(deleteOperation, this)

refreshTree()

toggleControlVisibility(false)

Page 25: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

New Folder

• Creates a new dm_folder• Control:

– NewFolderControl• No support classes

Page 26: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

New Folder Sequence DiagramNewFolderControl

CreateFolderButton_Click(sender, e)

processCreateFolder()

newFolder:=newObject(getFolderType())

dmSession newFolder

setObjectName(folderName)

link(parentFolderId.getId())

save()

refreshTree()

toggleControlVisibility(false)

Page 27: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

View Properties

• Control to view document properties• Uses data dictionary

– dm_scope_config– dm_display_config– dmi_dd_attr_info

• Uses DataSet and DataGrid

Page 28: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

View Properties (cont.)

• Control:– PropertiesControl

• Support classes:– DDDisplayConfig– DocbaseDisplayConfig– DDAttribute– QueryHelper

Page 29: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

View Properties Sequence Diagram

PropertiesControl

Page_Load(sender, e)

initProperties()

showProperties()

displayConfig

displayConfig:=getDisplayConfig(sysObj.getTypeName(), dmSession)

dataSet:=createDataSetForAttributes(displayConfig.Attributes, "primaryattrs")

Page 30: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Search

• Simple search facility• Uses a DataSet

– Query run using DQL– Results parsed into a DataSet

• DataSet is bound to a DataGrid

Page 31: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Search (cont.)

• Two main controls:– SearchControl– ResultsView

• Support classes:– QueryHelper– DMAttributeInfo– DMAttributeInfoList

Page 32: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Search Sequence Diagram

Page 33: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Results Sequence DiagramResultsView

Page_Load(sender, e)

populateResults()

QueryHelper

attrsToDisplay:=getAttributesToDisplay()

dataSet:=executeQueryForDataSet(dqlQuery, dmSession, attrsToDisplay)

Session

dqlQuery:=get("query")

Remove("query")

Page 34: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Query Tool

• Built using Windows Forms• Uses Documentum ADO.Net• Uses DataGrid to display results• Integrates PIA with Documentum

ADO.Net

Page 35: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Query Tool (cont)

• Forms:– LoginForm– QueryToolForm

• Support classes from ASP.Net sample:– DmContext– LoginHelper

• Custom support class:– DQLQueryManager

Page 36: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

ADO.Net Connection String

• All of the following fields are required– Repository=<docbase>– User Name=<os name>– Password=<password or ticket>– Domain=<domain>

• Fields separated by semicolons

Page 37: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

About Entology

• Governed by the following core business principles:– Hire and retain the best talent in the

industry– Deliver what is promised– Always surpass expectations– Exceed the pace of business

Page 38: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Entology Core Competencies

• Enterprise Content Management (ECM)• Enterprise Portals• Business Intelligence• Enterprise Security• Collaborative Studies

Page 39: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

For More info on Entology• http://www.entology.com• Email to [email protected]• Sales

– Contact me and I will help you• Employment Opportunities

– Talk to me!– Email resume to [email protected]– Fax resume to 908-333-2345

• See us at Momentum Montréal booth #226

Page 40: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Thanks

Eric AmellLead Documentum ArchitectEntology908-333-2314mailto:[email protected]

Page 41: Documentum .Net Application Development - Dell EMC · Entology Proprietary & Confidential What is .Net? • Latest technology set from Microsoft • Object Oriented (even VB.Net!)

Entology Proprietary & Confidential

Q/A