Reputation: 153
I'm trying to simulate my packages using the UML package diagram:
Package diagram:
I've one web app and two desktop apps whom use RPC to comunicate with remote components. Is this how to draw a package diagram
Upvotes: 0
Views: 1163
Reputation: 5854
So, continuing are conversation from the comments, here goes the diagram:
Please take a carefull look and give me your feedback. Especially on the pink note with my questions.
As you can see, I used components instead of the packages in order to be able to eventually add a deployment diagram and assign the components to corresponding nodes. Although package diagram is also valid, it does not permit eays traceability to nodes of the desployment diagram.
Note the interface of the DBAccess component. In this case it indicates the RPC nature of the dependencies.
Furtner you can add on or more class diagrams for each component, modelling their internal structure. Be sure to respect the interface in this case and show classes with interface.
UPDATE (after the 1st comment)
Fixes:
Upvotes: 1