how to Export My Apps

2
If I design my app using mendix,but run it in tomcat,is it possible? https://www.mendix.com/evaluation-guide/enterprise-capabilities/no-vendor-lockin I followed the document above,and find "Exporting Your Apps",but there are nothing here. I hava tried following "https://docs.mendix.com/apidocs-mxsdk/mxsdk/generating-code-from-the-model", but the code generated seems can only run in mendix? any one know how?  
asked
1 answers
1

There is not a simple function to get your model en run this in a different environment.

The document you reference explains that the model of a mendix application can be exported through the Mendix SDK and the data in this export can be used to create your application in e.g. java. This will however take considerable effort.

answered