문제

I'm designing a simple client-server system(JAVA) which stores some information on the server and I am currently creating sequence diagrams. My question is:

In UML should a'database' object be regarded as a separate object from a'server' object?

도움이 되었습니까?

해결책

It really depends on how much information you want to show to the person who is reading the diagram.

To a manager, you can show a diagram where the client stores in formation in the server, and leave all other details outside.

To an architect you probably want to show that the information is accepted by some kind of application which then stores the information in the database.

And to a programmer you can show the specific classes which implement each one of the steps.

It is all up to you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top