Hello,
No, that isn't what I want.
This is just describing UML.
I mean how to use the components with the tool.
Example (rosebased

)
In rose you drop your classes on a component.
Than when you want to have generated all classes in one component, than select the component and press ctrl-g (generate code).
than you get all component related classes generated.
and you can build your component with the compiler.
In EA this seems not to be possible.
When drop the classes on a component, than the are not related in any way (this was our last discussion i know).
But when I select the component and press ctrl g (generate code) EA generates a source file with a class named like the component. This is nonsens. A Component is not a class. All classes inside the component are NOT generated.
So I have to select them manually and generate them (having to know which classes are in which component

).
How is this done in EA. It's a bit cumbersome and even false I think. Why do they generate a class for a component.
Another strange thing are the namespaces.
Normaly the namespaces are named like the package names.
Not in my case. They start with "component view"....
Even If I use an alias in the component view the wrong namespace is generated.
How are the namespaces handled in the compont view?
Greets Michael