Hi,
What is the difference between dfc and dfs. why DFS comes into picture in documentum 6x,
and how to start programming on DFS,is there any installtion requried or not.
Thanks in advance,
Pradeep
DFS is not a replacement of DFC.
DFS provides a new, service-oriented primary API to the EMC Documentum platform. SOA means you are able to consume it not only platform independent, but also language independent. It is also designed with distributed systems in mind, and easy to integrate with other system.
DFS sits in web/application servers. Most enterprise servers such as Tomcat, JBoss, WebLogic and WebSphere are supported.
- William
so, can i use dfc coding Documentum6x?
and for that purpose we have webservices in Documentum.. what is the use of dfs rather than webservice
Of course you can, you need to upgrade corresponding DFC library for coding on D6.
Do you mean you have built your own web services upon DFC for your business logic? What's the framework you are using?
Using DFS, you can switch prgoramming between local mode and remote mode. With local mode, requests are served just same as DFC call. With remote mode, requests are served as SOAP messages.
how to upgrade to DFC library for coding on D6.