Is there any way to export a mendix developed application to traditional development tools(like Visual Studio, Intellij, Eclipse, etc...)?

0
I want to developp an application, that must work on a PC. The application is a bit complex, but i want to use Mendix to build the basis functions to a accelerate way, and then continue the complex part of my app with traditional IDE.Is that possible?  Thanks in advance for any advice or recommendation.
asked
2 answers
3

Hi Cabrell,

 

You cannot build an app in Mendix and then continue with the Java or .NET code outside of Mendix.

That's because your Mendix model needs the generic Mendix Runtime to run.

If you want a scaffolding tool and afterwards continue with the traditional code, you have to go for a traditional programming language.

 

If you are looking how to interact with Eclipse, you can find documentation about Eclipse here: https://docs.mendix.com/howto/monitoring-troubleshooting/debug-java-actions/

answered
0

Yes you can deploy and edit your application in Eclipse.

answered