Model-driven architecture: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
'''Model-driven Driven Architecturearchitecture''' is a software design methodology, proposed and sponsored by the [[Object Management Group|OMG]].
 
The basic idea is that the system functionality is defined as a [[Platform Independent Model]], using an appropriate [[Specification language|specification language]] and then translated to one or more [[Platform Specific Model]]s for the actual implementation.
 
The translation between [[Platformplatform-independent Independent Modelmodel]] and [[Platform Specificplatform-specific Modelmodel]]s is normally performed using automated tools.
 
See also [[code generation]].