Book a Demo

Author Topic: Forward Engineer a Class Model - Beginner question  (Read 12251 times)

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Forward Engineer a Class Model - Beginner question
« on: May 24, 2012, 11:00:49 pm »
Just need a bit of direction please.  

Let's assume you have a well structured platform independent class model, which by its nature contains data and behavioural definitions and relationships.   This can be forward engineered for the intended target database to create a platform specific data model, say for Ms-SQLServer using the EA DDL transformation.  However this process loses the behavioural aspect of the class model as well as not supporting inheritance complexities.

So, what, for you, has been the most successful way to forward engineer the behaviours from the class model for the persistent data to get the other side of the story ?  Is there another transformation you would recommend, or does it have to be done manually (e.g. where stored procedures are providing the behaviour) including putting in relationships for traceability in order to get towards the complete physical model picture ?

Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Forward Engineer a Class Model - Beginner ques
« Reply #1 on: May 25, 2012, 02:57:47 am »
You can't forward engineer behavior top down. The behavior on a upper level is different to that below. E.g. on top level you physically press a key while on the low level electrons are flowing. This is the task of the engineer to model the lower after the description of the higher level.

q.
« Last Edit: May 25, 2012, 06:06:48 pm by qwerty »

Sunshine

  • EA Practitioner
  • ***
  • Posts: 1349
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Happy to help
:)