• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Examples of applications of MDA

 
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any examples of MDA.
It's application in Eclipse is well known. Are there any other real applications especially business-type applications, perhaps in Accounting packages that we ought to be aware of.. OK, I've just seen the MDA issues thread which provides some answers.
Is there such a thing as an MDA developer ? And how does their work differ from work by other developers ?
Could have knocked me for six when someone asked for MDA-cognisant developers!
Thanks
[ April 20, 2004: Message edited by: HS Thomas ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

It's application in Eclipse is well known.

Huh?

Is there such a thing as an MDA developer ? And how does their work differ from work by other developers ?

I guess you could call it that. Developers who use an MDA tool for specifying an application work mostly with diagrams while "regular" developers work mostly with code. Of course it's not that black and white (regular developers spend the majority of their time doing something else but coding, including sketching UML diagrams, and MDA developers write code in their tools because the graphics simply aren't expressive enough), but that's the main idea.
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know only a little about MDA, however, I am interested in how Eclipse makes use of MDA. Could you explain a bit more?
Thanks.
Nick
 
HS Thomas
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Perhaps I am confusing Eclipse Modelling Framework with MDA.
EMF
and EMF Documentation
Perhaps the authors can shed some light ?
[ April 20, 2004: Message edited by: HS Thomas ]
 
Lasse Koskela
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ah. EMF is "just a" library for building modeling applications. MDA is a way of creating software where you specify high-level models and let the tools generate the "executable" for you. It's like code generation on steroids.
I'm very sceptical of MDA so far. We'll see whether MDA really pays off.
 
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic