Can someone tell abt what is Documentum Communication Pattern and how its working?
Regards
Priya
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
I quess you are asking about documentum client- server/web communication pattern.
Here it is,
Documentum Client-Server Application Communication
1.The Content Server projects to the connection broker
2.The client connects to the connection broker to retrieve connection information for the Content Server
3.The client establishes a connection and issues API commands to the Content Server via the DFC
4.The Content Server processes the client APIs and retrieves the requested information from the repository
5.The Content Server sends the information back to the client using APIs via the DFC
Documentum WDK Application Communication
1.The Content Server registers itself with the connection broker
2.The application server connects to the connection broker to retrieve connection information for the Content Server
3.The client issues a URL to the application server The application server resolves the request to the correct JSP page The JSP engine dynamically creates a servlet from the JSP page
4.The servlet uses WDK methods that call DFC classes or Business Objects that issue API commands to the Content Server
5.The Content Server processes the APIs and retrieves the requested information from the repository
6.The Content Server sends the information back to the servlet
7.The servlet sends the content to the browser
Let me know if my understanding about your questions is wrong.
Thanks Viswa. This is wat i want
Can you please tell DFC and DFS Communication pattern too
Thanks in Advance