DImuthuUpe commented on issue #92:
URL: https://github.com/apache/airavata-mft/issues/92#issuecomment-1476757124

   @ushaheu seems like you are planning to integrate MFT into your application. 
The obvious way is to have MFT running as a separate process and connect to it 
through its gRPC API. It does not need spring to be running in your 
application.  Here are the steps you need to follow
   
   1. Start MFT by following the steps 
https://github.com/apache/airavata-mft#download-and-install
   2. Build MFT Project using maven on your laptop (You need to do this as you 
plan to programmatically access MFT)
   3. Import this MFT client module into your maven project 
https://github.com/apache/airavata-mft/blob/master/api/client/pom.xml
   4. Use the MFTClient to 
https://github.com/apache/airavata-mft/blob/master/api/client/src/main/java/org/apache/airavata/mft/api/client/MFTApiClient.java
 to talk to MFT
   
   Update us once you managed to successfully complete the above steps. I will 
send a client usage sample code quickly


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to