-
Notifications
You must be signed in to change notification settings - Fork 2
Home
hanspolo edited this page Oct 31, 2011
·
5 revisions
m(d)akecode is a generator for an model driven architecture. The visual modelling language is standard UML, the domain is webdevelopment.
The generator does his work in 4 steps
-
Parsing the PIM
-
Creating one or more PSM
-
Parsing the PSM
-
Creating the code
To do this steps we need some definitions.
-
The PIM is standard UML, which can be parsed as XML.
-
The PSM is domain-specific to webplatforms.
-
The PSM, that will be parsed, is a set of actions and data.
-
The Codegeneration is specified in a changeable file.