How to learn the mendix directory structure.

0
I want to learn the Mendix directory structure, got introduced to it in the agile development course module 3 but that course doesn't explain the purpose of the structure like the uses of Javasource/action or Javasource/datasets. I would also like to learn why are the choices made but that would come later.
asked
1 answers
0

Hi Dharshan,

The custom Java action that you create in the project will be sitting inside your JavaSource/Actions folder. 

 

You can add an additional helper Java file in a separate folder or Datasets and call that file in your main Java action.

 

Refer the documentation for Adding Custom Java acation : 

https://docs.mendix.com/howto8/logic-business-rules/extending-your-application-with-custom-java/

answered