Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
543 views

What is model driven development good for?

Microsoft, of Cairo fame, is working on Oslo, a new modeling platform. Bob Muglia, Senior Vice President of Microsoft Server & Tools Business, states that the benefits of modeling have always been ...
3
votes
2answers
60 views

MDD: How dynamic is MDD at runtime?

Over the years, I've investigated a lot of ways to use code generators and MDD. I've always felt that something is lacking: Patching and changes to the model at runtime. Patching: If you have a code ...
2
votes
2answers
124 views

Model-driven development: What is a transform?

As I understand it, model-driven development (MDD) allows automation whereby programs/models are automatically generated from their corresponding models via the application of transformations. All I ...
2
votes
1answer
127 views

How to delete an object (created with a GeneXus Extension not installed) in a GeneXus Knowledge Base

I imported an export with objects generated with a GeneXus extension I don't have installed. How find and delete this object from my KB? When I open the KB apear this error: TITLE: Open Knowledge ...
2
votes
1answer
391 views

New alternative to the Gof design pattern book for uml MDD with C++

I am using lately a tool i.e. Rhapsody for MDD with C++ and I have difficulties on coding the classes by beginning with the uml diagram. Simultaneously I am trying to integrate some of the Gof book ...
1
vote
3answers
134 views

I don't like MDD but like UML - why should I use MDD if I think this is useless? [closed]

I am a java software developer/architect and I like UML. Saying that I also hate the java generated code. I don't see any value trying to generate the skeleton of my application because creating ...
0
votes
0answers
7 views

Maven and Cross-Tier Code Generation

We're migrating our codebase from a monolithic structure to multiple Maven projects. Some of our code is generated from a model using a generator we developed. This model is shared between all tiers ...
0
votes
3answers
125 views

What is the difference between Acceleo and Xpand?

I have a DSL which is based on a custom metamodel, which in its turn is based on EMF/Ecore. I am trying to figure out which solution to choose, and I cant find any decent comparisons anywhere. Does ...
0
votes
4answers
68 views

Installing VC++ 2010 doesn't fix dll loading problem

I have a C++ .exe compiled with /MDd (since I can't use CLR with /MTd). At first I was getting couldn't find x.dll that is installed when installing the VC++ runtime. After I installed the VC++ 2010 ...
0
votes
2answers
59 views

Is implementing a code generator a sort of model driven design/ model driven software developement?

Is implementing a code generator a sort of model driven design/ model driven software developement or are both methods completely different? For instance, when you use the Entity Framework code ...
0
votes
2answers
64 views

How do you deal with “defaults” when doing DDD

I am interested to see how people deal with decision trees when doing DDD. For example we have a requirement that when persisting new instance of particular type, some "default" associations have to ...