Hello,
I want to know how war and ear files are shown on a component diagram. As component diagrams show only dependencies, it can be inferred that a war/ear file depends on its source/compiled files. Is this a correct representation?
source file components <- class file components <-war/ear files?
In
Java, since a source file has the same name as the class file (except the extension), it may be redundant to show both. So would you have a generic component that represents either source file or class file or both?
This is a general question that relates to a project- not necessarily
SCEA assignment. To phrase the question better: In a typical web application what do you show on a component diagram (assuming that a component diagram is required)?
Thanks in advance
Srini