Making my own app that contains pages that compiles and runs my own code

0
I want to make my own app that contains pages that compiles and runs my own code. For example i am using a formula in real life frequently or a program that i wrote from java, python etc. I don't want to open my computer, the IDE and run the program, instead i want to build a simple app that contains and runs that code. Is it possible to do it with mendix, if not how can i do this without learning how to build a comprehensive app.
asked
1 answers
1

In Mendix you can always call Java code to do stuff (so no python etc). But that Java code probably needs some parameters or object to work with. See the documentation here: https://docs.mendix.com/refguide/java-action-call/

So in Mendix you would still need to create a domain model and pages to enter in those parameters.

But I do wonder what you are trying to achieve here and where you want to use Mendix for.

 

Regards,

Ronald

 

answered