Model-driven architecture

This is an old revision of this page, as edited by 218.214.125.180 (talk) at 14:04, 22 March 2005 (External links). 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, using an appropriate specification language 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

  • Openmdx an Open source MDA platform, it's authors claim they have developped Opencrx, an open source CRM software in 200 days.
  • Tefkat is an Eclipse plugin that implements DSTC's original proposal for a MOF Query/View/Transformation language. Built on IBM's EMF framework, it supports models defined using its native metamodel, Ecore as well as the OMG's EMOF, and the W3C's XML Schema.

References