Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Doctor on March 01, 2005, 12:31:57 am
-
Hello everybody!
I'm playing with EA evaluate and would like to convince our manager to purchase it.
I would like to demonstrate its power on one of our current projects but am not sure of proper hierarchy
The project has following structure:
System
Executables
Functional modules (group of units)
Delphi Units
Classes
In terms of EA I'm wondering if following structure is suitable
Project (each executable in particular project because of size - one executable as demo )
Package (group of logically connected Delphi units)
Component (unit)
Classes
My question is what is the best way how to model the
existing units; if use the components or packages.
Thanks in advance
-
This is the wrong forum, nevertheless: according to my experience, Delphi units rarely reflect what you'd design using packages.
I'd forget about the units. Import your Delphi classes and organize them into functional coherent packages with EA.
A component is meant to be used for what its name implies: representing components.
-
Thanks,
few days later I see I was wrong.