Domain Model - Subject Area

0
My domain model is getting big. Does Mendix support subject areas, such that I can carve up my domain model into manageable chunks? I know I can create separate modules, but I don’t believe it’s possible to create associations between 2 entities that are in separate modules… Either way, is there some trick to managing large domains?
asked
1 answers
1

Hi, 

you can set an association between entities in different modules. If you open your entity there is a tab “Associations”, from there you can create an association to any entity from any module in your application. 

Hope that helps.

answered