1
General Board / Re: Mapping from logical model to fisical model
« on: February 20, 2009, 11:03:34 pm »Quote
We've created an Add-in for EA that enables one to easily map any two elements to each other. In our case, we have a logical model and a physical model. Our mapping add-in enables us to select any attribute from our logical model and map it to any attribute in our physical model. Then we created custom reports that can show the mappings from any point of view.
Hi all...
I work with Mikaeel and am the developer of the above AddIn. I dont mind sharing the application with you guys..
Here's some technical info on the AddIn (in no particular order of importance):
- Installation file is approx 1.31MB.
- Written in C#.NET and requires .NET Framework 2.0 (Minimum).
- Originally developed to use a SQL Server backend, however, we migrated to Oracle and I have changed the app accordingly. The current version will therefore work on both SQL Server/Express as well as Oracle. The app DOES NOT WORK with EAP files.
- Makes use of a number of custom tables, stored procedures and a function. All of these must be present in the same DB as the EA model (ie. in the EA Repository).
- All settings are user configurable and are stored in the EA Project as a Package with classes and attributes.
- Compiled against v7.1.834 of EA. There are some issues with the previous versions of EA. So this is the minimum EA version required.
- Includes functionality to record Metadata for classes and attributes as well. These are based on specific requirements for our project and is NOT customisable.
- Includes Reporting functionality in the form of HTML reports. These include a set of standard reports only.
The application is still under development as there are a number of new requirements which need to be catered for.
PM me if you're interested and I will see what I can do to get a copy to you.
Regards,
~ PV