Microchip’s Memory Disk Drive (MDD) file system interface library brings the ability to transfer and share portable memory devices between and embedded system and a personal computer.
Questions tagged [mdd]
23 questions
5
votes
0 answers
Model class files code generation for Java, C# and Objective-C
We have a project with server (Java + Spring) and clients on Android, iPhone and Windows Phone. All interactions will be implemented via JSON format. We want to describe our protocol only once and than generate Java, C# and Obj-C classes for all…

Dmitriy Tarasov
- 1,949
- 20
- 37
4
votes
3 answers
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…
user290
4
votes
1 answer
How to export Xcore to Ecore?
Defining metamodels with Xcore is a lot easier than with EMF and Ecore. The problem is that I need the metamodels as Ecore files. Is it possible to export Xcore model to Ecore model? I don't see any export options in Eclipse.

aphex
- 3,372
- 2
- 28
- 56
3
votes
3 answers
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 know about transformations is that they are some…

Lewis
- 31
- 4
3
votes
2 answers
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 generator, all your classes should look the same.…

Aaron Digulla
- 321,842
- 108
- 597
- 820
2
votes
5 answers
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 anyone have any reasons why I should choose one…

anders
- 772
- 1
- 10
- 17
2
votes
3 answers
I don't like MDD but like UML - why should I use MDD if I think it is useless ?
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:
creating empty classes is really easy and I don't need a tool to do…

UML GURU
- 1,452
- 1
- 9
- 7
2
votes
1 answer
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…

Enrique Almeida
- 33
- 3
2
votes
1 answer
Prevent the creation of a certain, standard DocType, in Documentum
I am using My Documentum for Desktop, and I had to extend the behaviour of my DocBase - as creating new DocTypes and the related TBOs -. To be precise, I have created a new DocType, called emdd_document; this inherits from the standard type…

Andrea
- 6,032
- 2
- 28
- 55
2
votes
1 answer
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 examples in the UML diagram and somehow it confuses…

Harry
- 3,592
- 5
- 21
- 16
2
votes
3 answers
Model based UI generaton (runtime or build time)
We have a EMF based meta-model that is used to configure our application. Until now we used the EMF editor (eclipse based) to create various configuration instances of our product. This has worked well so far but we now want to support the config…

Aravind Yarram
- 78,777
- 46
- 231
- 327
1
vote
0 answers
Problem with adding a special github project (mdict-java) to android studio project
there is a library to work with mdx and mdd files named mdict-java , but I didn't understand how it should be added to the Android Studio project. Apparently it is not a gradle project. I tried to make the library in android studio, but it didn't…

Ali.DM
- 258
- 5
- 10
1
vote
0 answers
Best practice to call a Repository class method in another Controller-Service-Repository in Spring Boot?
Image Description:
The image represents the backend coding of my application designed in MDD architecture, say chan 1 corresponds to model Complaint and chain 2 corresponds to model Location.
Working:
The client makes request to backend at…

Vyshnav Ramesh Thrissur
- 373
- 1
- 6
- 20
1
vote
1 answer
Model-based generation of project documentation
During the development of my projects I find myself producing some large documents with slight variations on only a few paragraphs. For instance, the same configuration plan will be used throughout different projects but each document has to be…

user3271556
- 13
- 2
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…