Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
8answers
503 views

What do you think of Model-driven Software Development?

I'm really interested to hear what you think about Model-driven Software Development for Java and/or .NET. Does it save time? Does it improve quality?
5
votes
3answers
259 views

Is there a MDSD/MDA success story for a real world application?

I am currently facing a situation where I as an advocate of test driven development have to compete with an advocate of model driven software development (MDSD) / model driven architecture (MDA). In ...
2
votes
6answers
295 views

Where is the Android Metamodel located?

I would like to use Android for Model-Driven-Software-Development. For this, I need to locate the Android Model in the SDK. I already searched a while for it, but were not able to find it. Has anyone ...
2
votes
4answers
391 views

Tools (Best Practices?) for model driven development?

Model Driven Software Development. As I understand it it raises the abstraction level of the design to better reflect the domain the software will attempt to run in. That's alot to say in just one ...
1
vote
1answer
36 views

How compares MDSD to model interpretation coding-style

Hopefully, this question isn't too generic: Conventionally, MDSD is defined as the conversion of model specifications into sources of compilable programs. Besides this, one could interpret a model. ...
0
votes
2answers
463 views

How can I create a reference to existing model objects?

I'm new to MDSD/EMF but am making great progress thanks to Eclipse's support. I created a toy model as answered yesterday as awynne suggested, and I'm very close. I'm only using EMF and its ...