How to generate Mendix domain model model and entities from Java code ?

0
Hi I need to be able to write a script to generate domain model and entities ?   I need the follow up to this blog A Mendix SDK Primer — Part 1 | Mendix – any idea where I could find it ?
asked
1 answers
0

You can find the SDK documentation on this page. 

https://docs.mendix.com/apidocs-mxsdk/mxsdk/

It’s quite a complex beast and in most cases, you’ll probably find it a lot easier and simpler to just generate the domain model and entities in Studio Pro.

Good luck!

answered