When, because of project size , one is forced to split a model into multiple projects (separate databases) and there is an overlap between the various projects (models). how to maintain this up to date.
I explain after the split into 2 separate databases we do have:
Lets say one project contains all the data (classes and reverse engineer tables) In that project we do data modelling, mapping etc...
In anopther project we do business and system but as we want to use either classes or tables(entities) we do a XMI export of what we do need initially from data project into business project and all looks well.
Now changes are applied to the data and they impact some of the 'objects' class, table and/or entity and we want to update the business model (maintain the 2 in sync).
If you do a xmi export then import the object resides twice and if a scenario is modified or added the modification is not imported.
If we delete the previously imported objects then we lose all the links (work done).
How to siolve this one??
willing to try anything as long as it works and it is manageable.
thanks in advance for any suggestion.
