Hi to all,
For my component diagram, I did create 5 packages:
� 1 package for each of the 4 business-tier sub-system
� 1 web-tier package
For each of the business-tier package I have a component diagram.
For the web-tier I have 4 uses cases to describe. Each of those use cases have common component (<<
Servlet>> FrontController for example) and non common component ( <<
JSP>> for example). I did create 1 component for each use case and show the dependency to the business-tier by showing the related package + interface.
Is this the right approach?
Thanks for any answer.
Patrick