mdd

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 clear. In simple, practical terms, what are the clear benefits that Oslo bestows upon its users? ...

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

Hello everybody, 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 examples in the UML diagram and somehow it confuses me.... Is there any book that 1) is quite new (gof is 1994..) 2) ...

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 be built (quite a few). User is free to change them later on though. So if one creates a decision table, how do you represent this in you do...

Develop MDD / C++ Dashboards with Sonar or something else?

I am looking for the functionality of sonar. Almost all our projects are Model Driven, and the code centric ones are in C++. We generally use trac and bitten for our CI needs with Make (with some help from Rhapsody) providing the build magic. Being pragmatic, is Sonar the way to go (in lite mode, maybe?) or what other tools should I be...

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 Base Knowledge Base at 'C:\Models\101\MT1' contains items that GeneXus doesn't know how to handle and will therefore be inaccessible. It ...

How can i assure that a set of mapping is valid and eligible in NHibernate?

For example I have a joined-subclass namely Foo and wanna subclass Foo? I don't know even it's valid or not? ...