Model-driven architecture

This is an old revision of this page, as edited by TittoAssini (talk | contribs) at 12:28, 14 December 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Model Driven Architecture is a software design methodology, proposed and sponsored by the OMG.

The basic idea is that the system functionality is defined as a Platform Independent Model and then translated to one or more Platform Specific Models for the actual implementation.

The translation between Platform Independent Model and Platform Specific Models is normally performed using automated tools.

See also code generation.

References

OMG's MDA Web site