24 questions
1
vote
0
answers
59
views
How to add components or artifacts inside a node in a deployment diagram in StarUML?
I'm trying to create a complex deployment diagram in StarUML for a system, but I couldn't find a way to add components or artifacts inside a node (for example device). So how can I do that in StarUML?
3
votes
0
answers
70
views
Control Layout of Frames in Deployment Diagram
I have a diagram which contains 2 frames connected through a cloud.
@startuml
left to right direction
frame local {
actor user
agent browser
}
frame hosted {
node secgwy
node webui
...
1
vote
2
answers
127
views
UML deployment diagram with multi core architecture
I am a newbie in the UML world, that is why, it could be that I would like to do, is normally not been done with UML. Alternative suggestion are welcome as well.
In my project I have a multi libraries,...
2
votes
1
answer
53
views
UML Deployments and Node ownership
The UML 2.5.1 specification says this about Node (p. 658, section 19.4.3 "Semantics"):
"(...) The internal structure of Nodes can only consist of other Nodes."
However, it doesn't ...
3
votes
1
answer
1k
views
Deployment Diagram for MVC pattern with Laravel and Inertia
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 using reactjs, Inertia js, laravel and MySQL. ...
2
votes
2
answers
5k
views
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 ...
1
vote
0
answers
52
views
UML - How to depict an application based on Kubernetes cluster [duplicate]
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 ...
0
votes
1
answer
796
views
Is this how a SOAP Web Service and a REST are modeled in a deployment diagram?
My problem is that I don't know if SOAP and Rest Web Services are modeled like this in a deployment diagram. I've been searching the internet and this is all I've found.
My objective is to model a web ...
2
votes
1
answer
573
views
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 ...
1
vote
0
answers
29
views
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 ...
3
votes
1
answer
303
views
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 ...
3
votes
2
answers
133
views
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 ...
1
vote
1
answer
116
views
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 ...
1
vote
1
answer
2k
views
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 ...
3
votes
3
answers
230
views
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 ...