Model Driven Architecture Approach in programming / modelling
Posted
by
yak
on Programmers
See other posts from Programmers
or by yak
Published on 2014-04-30T09:21:16Z
Indexed on
2014/05/31
9:54 UTC
Read the original article
Hit count: 444
I know the basics of the model driven architecture: it is all about model the system which I want to create and create the core code afterwards. I used CORBA a while ago. First thing that I needed to do was to create an abstract interface (some kind of model of the system I want to build) and generate core code later.
But I have a different question: is model driven architecture a broad approach or not? I mean, let's say, that I have the language (modelling language) in which I want to model EXISTING system (opposite to the system I want to CREATE), and then analyze the model of the created system and different facts about that modeled abstraction.
In this case, can the process I described above be considered the model driven architecture approach? I mean, I have the model, but this is the model of the existing system, not the system to be created.
© Programmers or respective owner