can we migrate Share point app into Mendix

0
Hi Team,   we have one requirement that we need to migrate Share Point application in to mendix, so that we dont need to build application from scracth. can we do this? if yes how? please provide your suggestion and any links.   Thanks
asked
1 answers
1

Hi Shankar,

 

There is no automated migration from SharePoint possible, but having the existing application makes it easy to migrate the logic and data.

 

If you need to refactor multiple Sharepoint applications, it will make sense to analyze them to see if you can reuse components from one another. Suppose Mendix refactored applications and Sharepoint applications will co-exist. In that case, you can look at Java libraries allowing you to create Java Actions. Integrations using REST API calls are possible too. One of many examples you can find here: https://gitlab.com/quantr/sharepoint/Sharepoint-Java-API

 

Go make it

 

 

answered