Model-driven architecture (MDA) is a software design approach for the development of software systems. It provides a set of guidelines for the structuring of specifications, which are expressed as models. (Wikipedia)
Questions tagged [mda]
55 questions
1
vote
4 answers
ORM/MDA/UML tool for VB6
I know of Rational Rose and we have got Rational Rose 6.
But I am looking for some other tools which are more usable, which do not complain that they are not running in Windows 98/2000 (when installed and run in WinXP) and has got better features as…

Yogi Yang 007
- 5,147
- 10
- 56
- 77
1
vote
1 answer
Active Model Driven Architecture (MDA) Tools
Could you provide a list of active MDA tools like AndroMDA? Tools like arcstyler or optimalj seems to be discontinued.

Jvier
- 13
- 5
1
vote
1 answer
Generate code from Business Process Model and Notation (BPMN) with androMDA
I know that AndroMDA generate code from UML model,
my question is:
it is possible to generate code from BPMN model (Business Process Model and Notation) with androMDA (i.e create a new cartridge which support BPMN)?

mira
- 65
- 2
- 8
1
vote
1 answer
Implement same domain model in Python and C# - What should be the same and what should vary?
I am, as a hobby and best-practice exercise, to implement the same domain model (a simple GPS / GIS library, inspired in ISO 191xx stardards and OGC Abstract Model) both in Python and C#.
It first, I tought: "well, ISO/OGC gave me a finished UML, so…

heltonbiker
- 26,657
- 28
- 137
- 252
1
vote
2 answers
Reusing Ecore model componets
is there a way to reuse EMF-Ecore model components in another Ecore model?

ksch84
- 11
- 3
1
vote
3 answers
UML class diagram metamodel
Where can I find a simplified class diagram metamodel ?
It's for a ATL ATLAS Transformation Language project, I need to transform a entity class diagram to SQL database.
thank you .

Sams Good
- 33
- 1
- 5
1
vote
1 answer
Is it possible to perform an MDA Transformation via C#
I'm using the Enterprise Architect 10.0.1006 to create "Platform Specific Models" (PSM) from an "Platform Independent Model" (PIM). The PIM is an common codel which declares datatypes with a generic description. You can transform this common model…

akristmann
- 434
- 1
- 7
- 15
1
vote
1 answer
Transform .HBM model to annotated pojos
We have our domain model declared in rusty old hbm files, we wish to move to POJOs annotated with the javax.persistence.* annotations.
Has anyone had experience doing so?
Are there tools that we could employ?

chickeninabiscuit
- 9,061
- 12
- 50
- 56
1
vote
1 answer
running ACCELEO from ACCELEO on the DSL contained in model elements
I have a UML activity with OpaqueActions containing a DSL. The DSL grammar is expressed by means of XText thus there is an EMF ECORE model and editor for it. I have an ACCELEO M2T transformation transforming UML activities in text and I'd like to…

Andrea Sindico
- 7,358
- 6
- 47
- 84
0
votes
1 answer
Open Source Tools for MDA/MDD
I need to do some research in MDA/MDD to find Open-Source-Tools which will help me to develop code-generators and transformators.
But there are only a few tools which are actually supported. Do I search in the wrong direction?
Do You know open…
0
votes
1 answer
A good aproach to represent A LOT of functions on UML
I am working on a project which requires to have a strong architecture; I'm currently using MDA (Model-Driven Architecture) and i am facing a trouble in the Platform-Specific Model (M1).
I have a class which may contain +30 functions and I just…

Yolo McWolf
- 28
- 1
- 4
0
votes
1 answer
Can I express an IFML model in pure XML?
The wikipedia page about IFML says the standard includes a XML definition to express the modeling. Unfortunately, I have not found any information about this XML representation of an IFML schema, even on the official Web Site.
Does anyone know where…

the duck
- 375
- 3
- 13
0
votes
1 answer
Is ALF part of MDA?
Action language for fUML (ALF) is a language based on fUML and Model-Driven Architecture is an approach which uses models to develop software.
But how is ALF related to Model-Driven Architecture (MDA)?

slyde
- 11
- 2
0
votes
0 answers
ATL transformation: out (transformed) file keep the changes
I have the following .atl file:
-- @atlcompiler emftvm
-- @path Requirements=/ATL Project/metamodels/requirements.ecore
-- @path UseCase=http://www.eclipse.org/uml2/5.0.0/UML
module requirement2usecase;
create OUT : UC from IN :…

Ricardo Rocha
- 14,612
- 20
- 74
- 130
0
votes
1 answer
How to create a new meta-formalism?
I'm newbie with the using of EMF.
I understand the theory of MDA and MDD, and does some practice using Atom3 and AtomPM.
I know how to create a meta-model and meta-formalism (meta-meta-model) and how to create transformation rules using the two…