Tagged Questions
The model-driven tag has no wiki summary.
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?
7
votes
9answers
872 views
Do you use MDA/MDD/MDSD, any kind of model-driven approach? Will it be the future?
Programming languages had several (r)evolutionary steps in their history. Some people argue that model-driven approaches will be The Next Big Thing. There are tools like openArchitectureWare, ...
5
votes
3answers
260 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 ...
5
votes
9answers
2k views
Recommended Model Based Testing Tools
Does anyone have any suggestions on what Model Based Testing Tools to use? Is Spec Explorer/SPEC# worth it's weight in tester training?
What I have traditionally done is create a Visio Model where I ...
5
votes
6answers
452 views
Metamodelling tools
What tools are available for metamodelling?
Especially for developing diagram editors, at the moment trying out Eclipse GMF
Wondering what other options are out there?
Any comparison available?
4
votes
4answers
244 views
What are the benefits and risks of moving to a Model Driven Architecture approach?
I work for a company with about 350 employees and we are in the process of growing. Our current codebase is not structured very well and we are looking both at how to improve it immediately (by ...
4
votes
4answers
498 views
Are you doing MDA (Model Driven Architecture) right now? If so, what tools do you use, and how is it working out?
Model Driven Architecture is the idea that you create models which express the problem you need to solve in a way that is free of any (or at least most) implementation technologies, and then you ...
4
votes
3answers
4k views
CakePHP multi-model view
I am creating a website in CakePHP and I am kind of new on it. I couldn't find good resources on this matter, so there you go:
I have a three table structure for registering users: Users, Addresses ...
3
votes
1answer
269 views
Synchronizing an ERWin model with a Visual Studio 2008 GDR 2/2010 db project
I am looking for options to get our vast collection of DB objects across many DBs into source control (TFS 2010). Once we succeed here, we will work toward generating our alter scripts for a ...
2
votes
0answers
563 views
Is Inheritance in Struts2 Model-Driven Action possible?
I have a Model-Driven Struts2 action that provides correct JSON response. When I re-structure the action I get an empty JSON response back. Has anyone got inheritance working with Struts2 Model-Driven ...
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
4answers
104 views
Alternative to ANT as task execution engine?
I have to automate quite a lot in my current project. For this, I use ANT as it provides quite some commands. However, I have to use ant-contrib as I need for loops and other additional parts.
I use ...
1
vote
3answers
800 views
What unit testing tools are being used to test Rhapsody generated C++ code?
I am using the Rhapsody modeling tool to design multi-threaded C++ embedded applications. What unit testing approaches and tools are currently being employed for unit and functional test? Is anybody ...
0
votes
0answers
49 views
Rhapsody TestConductor: Can a SUT Object return aMessage to TestContext?
I am driving my SUT (Object, not class) with an event.
SUT should respond with an event that causes my TextContext to send the next event.
How can I get my SUT to return the event that it is ...
0
votes
1answer
272 views
Rhapsody TestConductor Experiences
I was wondering whether anybody out there is actively using Rhapsody TestConductor? Or has tried it for a while, but then decided to turn it down for a particular reason?
If so, what are your ...
0
votes
3answers
647 views
When deleting hasOne or hasMany associations, should the foreignKey be set to NULL?
Given :
Group hasMany Persons
but the relationship is independent (ie. Persons can exist without belonging to a Group), should the foreign key in the persons table (ie group_id) be set to 0 (or ...
0
votes
5answers
1k views
CakePHP n to n relation on a third table
I have a n...n structure for two tables, makes and models. So far no problem.
In a third table (products) like:
id
make_id
model_id
...
My problem is creating a view for products of one specifi ...