Is there any tool to migrate Mendix (Microservice) application?

0
Looking for the right tool to migrate existing Mendix (Microservice) application to traditional code platform (Java / NodeJS for Middleware and ReactJS for Frontend) by considering performance and efficiency metrics.
asked
1 answers
3

As far as I am aware, no such tooling exists. Mendix offers the capability to create such tooling, by using the Mendix platform SDK. In the use cases of the SDK, exporting microflows to Java code is an explicitly mentioned capability.

 

Be aware though that creating such a tool to export Mendix models to Java (or JavaScript, or any target language) will not be an easy task: it requires extensive knowledge of Mendix (your source), TypeScript (to code the tool) and the target language to make it work.

answered