Questions tagged [deployment-diagram]
20 questions
7
votes
2 answers
Having trouble with deployment diagram
I am very new to UML and I am trying to make a deployment diagram for my web application. I am using MVC architectural pattern but I am unsure if this should be included. I am also using mongodb, nodejs, express, and handelbars. How can I show this…

unconditionalcoder
- 723
- 1
- 13
- 25
3
votes
1 answer
How are dynamically loaded libraries represented in deployment diagrams?
My deployment diagram has a device with a Windows ExecutionEnvironment in it. The application uses several dynamically loaded libraries, some of which are deployed with the application, others into the system itself.
How are dynamically loaded…

Andreas
- 5,086
- 3
- 16
- 36
3
votes
2 answers
How to model a file being compiled for different execution environments in UML?
I have a matlab function that is used in three different ways:
From within Matlab (.m)
As a .NET library (.dll)
As a standalone binary (.exe)
This makes three different artifacts deployed on three different execution environments (or nodes in…

Andreas
- 5,086
- 3
- 16
- 36
3
votes
3 answers
Can an artifact consist of a list of .jar files?
I read in a UML manual that when there are many .jar files, it is possible to list them in a single artifact box. However, I have not been able to verify this from other sources, and since Visual Paradigm does not formally allow it, I would like to…

Luigi
- 181
- 3
- 15
3
votes
1 answer
Frontend UML deployment diagram
I'm working on my school project and I need to draw a UML deployment diagram. I haven't found any normal examples, so help me, please.
I have troubles with frontend application presentation -- should I specify that it is served on nodejs and how to,…

Daria Peters
- 111
- 1
- 10
2
votes
2 answers
Deployment diagram client-server
I have added a little to my component diagram and you can read more about the purpose of each component in my previous question: Component diagram relationship between files
Now I'm trying to make a deployment diagram. And I had a few questions…

Smth_Unknown
- 123
- 6
2
votes
1 answer
Where to put controller service and repository in deployment diagram
I want to put more in my deployment diagram like the controller layer, the service layer and the repository that are in my spring application. So where shall I put these 3 layers?
Here is my current deployment diagram:
Do you think it can be a…

Youtech code
- 101
- 7
2
votes
1 answer
How do I check if my UML deployment diagram is UML compliant?
I have a UML deployment diagram for a certification test that requires it be UML compliant.
The UML tool I used for creating my deployment diagram did not have 3D rectangles I could use for a application server in my diagram, so I used a "flat (2D)"…

Eugene
- 61
- 2
2
votes
2 answers
Any eclipse plugin for creating deployment diagram
What is the best free plugin for eclipse to draw deployment diagram.
I have http://www.objectaid.com/, but we can draw only class and sequence diagrams.

Patan
- 17,073
- 36
- 124
- 198
1
vote
0 answers
UML - How to depict an application based on Kubernetes cluster
Given a microservice application deployed in k8s cluster, I need to reflect it's structure on a UML deployment diagram.
In my case, the deployment diagram has to display:
Physical devices, nodes and their high-level network relation
High-level…

impulsgraw
- 887
- 3
- 13
- 34
1
vote
0 answers
How does instancing work for a device with subclassed execution environment?
I have a device with an execution environment as such:
The idea is to describe general properties for any deployment, and then instance it with specific subclasses. But I'm confused how instancing works in this case. Could be tooling limitations…

Andreas
- 5,086
- 3
- 16
- 36
1
vote
1 answer
Displaying on the UML diagram of the deployment of nodes used at the start of the application
Do I need to display nodes on the deployment diagram that are used only during the start of the application? For example, a key vault, the keys from which are cached at the start of the main application. After that, interaction with the key vault is…

errve
- 13
- 3
1
vote
1 answer
Plantuml: Why does adding an element cause major diagram repositioning? (deployment, class)
Another try at a semi-complicated deployment diagram (content is deployment:ish).
Background: I add components one by one, it works (see on plantuml server here)
until I get to "aabb9" (i e a9)...
Problem: When I add aabb9 to be the target of an…

Marcus Widerberg
- 103
- 1
- 1
- 8
1
vote
1 answer
How to design system architecture for algo trading platform?
I need some inputs on how to design architecture for algo trading platform. These are some of the details/features of the platform:-
Users can log in and create strategies using ui components.
Users can either paper trade these strategies or…

Abhijeet Singh
- 11
- 2
- 4
1
vote
1 answer
Deployment diagram and hardware details
Should deployment diagram contain such details as VPCs, firewalls, AWS zones and accounts boundaries, servers' count/CPU/cores, SaaS service tier/resources, names of the servers?
I'm modeling system in the cloud, so Deployment Diagram provides a…

VB_
- 45,112
- 42
- 145
- 293