We have one application which is build on JSF Primefaces and EJB. Which communicate to Documentum content server and get the object. Also Authenticate the user by using IDF session.

Now the same application we need to migrate using Angular as fronend and Spring boot as backend. here Spring boot has to communicate to the Documentum and connect the server and get the object or search object.

Can any one help here ?

Thanks.

1

There are 1 best solutions below

2
On

You can replace the DFC functionality with Documentum REST services. Otherwise you'll need to include DFC libraries in your application and "copy" the old code