Questions tagged [model-driven-development]

Software Development done in a modeling tool such as IBM Rational Rhapsody. Usually involves the use of code generation from the model.

59 questions
3
votes
3 answers

How to create views automatically from model as in Django admin?

I'm starting to use Django and I'm really impressed by the possibility of automatically creating views from a model. So, I'd like to know if there is such functionality on other web frameworks. I know of RoR scaffolding, but that is not quite the…
2
votes
2 answers

Can I make an Ecore metamodel that enables models to reference Java classes?

Suppose I want to design an Ecore metamodel that looks something like this, designed to be used to "run" a list of classes: JavaClassRunnerList 0..* JavaClass And assume I have some Java project that has classes named PrintsHello,…
2
votes
1 answer

Best practices for model driven development using LiveCycle Data Services

What are your advises on using model driven development in developing enterprise applications. Adobe's LiveCycle Data Services looks very promising, I have found numerous tutorials/videos that shows how fast an application can be build by having…
Adnan
  • 25,882
  • 18
  • 81
  • 110
2
votes
3 answers

Recommendation for tool/framework that follows the naked objects pattern?

I am searching for a tool/framework that follows the naked objects pattern and is written in Java. I know about tools like for instance JMatter, Naked Objects and Domain Object Explorer. That's not exactly what I am searching for, though. Open…
2
votes
1 answer

PHP: Generate code from abstraction (xml, json, data base, ...)

Note Feel free to suggest a better title as I think 'generate code' and 'abstraction' might not be the best expressions for what I want to ask :) I'm looking for a good pattern/standard way to generate PHP code from some sort of abstraction…
Hirnhamster
  • 7,101
  • 8
  • 43
  • 73
2
votes
3 answers

How much is Eclipse EMF related to the OMG MDA standard?

I am looking for a new MDA tool to try out for modelling and code generation. This is not for any work related project yet, but for testing purposes. I only used the Merode approach until now (using jMermaid for modelling and the accompagnied code…
Yoh
  • 678
  • 1
  • 10
  • 18
2
votes
2 answers

How to use EMF with an own meta-model

my goal is to create a meta-model for a model but one level higher than by default with EMF. The meta-model(2) should define the possibilities and restrictions for the possible modles(1). Then I want to generate Java-code of this model. 2…
user1127860
  • 150
  • 2
  • 14
1
vote
0 answers

What Types of Models can be used to scientifically approach frontend development?

In my experience Frontend developmemt mostly consists of jumping in and developing in an extreme programming or very agile way. Although in my bachelors thesis I will have to do the architecture and development of an SaaS-Frontend and use the…
David
  • 57
  • 1
  • 6
1
vote
1 answer

UML Activity Diagram: Create Link Object Action Example

I am looking for a toy example of the usage of a "create link object action" with at least one other link action in a UML activity diagram. I can find definitions of what this action does but no examples - so I only have a guess as to what it…
Jordan McBain
  • 275
  • 2
  • 11
1
vote
2 answers

How to get type discriminator for class?

In MDriven I'd like to get the type discriminator for a modeled class at runtime. I thought I had done it before, but can't seem to find it and can't figure it out. I mean the integer that appears first in the external id string, e.g. "72" in…
Kjell Rilbe
  • 1,331
  • 14
  • 39
1
vote
1 answer

Problem with predicate in Alloy

So I have the following bit of code in Alloy: sig Node { } sig Queue { root : Node } pred SomePred { no q, q' : Queue | q.root = q'.root } run SomePred for 3 but this won't yield any instance containing a Queue, I wonder why. It only shows up…
devoured elysium
  • 101,373
  • 131
  • 340
  • 557
1
vote
0 answers

implement Symbol Table and DFS

I want to implement symbolic execution engine for a language. I need to store type, value, etc. of variables in Symbol Table. I have global and local variables in for statements and operations. if I don't have local variables it seems such this…
1
vote
6 answers

UML Modeling Tool For Use With Java+Playframework

I'm looking for a good modeling tool to use for designing java applications that use the playframework. Considerations: Should be able to generate valid java code for skeleton of play app Should be able to round trip java code and update model…
user426724
  • 1,036
  • 2
  • 9
  • 11
1
vote
7 answers

reverse engineer/create c# interface from sql server table

does anyone know how of a tool where I can point to my sql server database and it reads the schema and generates c# interface classes from the tables? for example - say I have a table called 'Customers' with a "Name" column, "Address" Column and a…
kurasa
  • 5,205
  • 9
  • 38
  • 53
1
vote
1 answer

Differences between MDSD & MDD

I would like to know if there is any difference between: Model-Driven Software Development (MDSD) Model-Driven Development (MDD) I always find these two terms in many articles and public literature, but no one highlights the differences.
Kolos Fuchs
  • 47
  • 1
  • 8