Skip to main content
deleted 102 characters in body; edited title
Source Link
Christophe
  • 82.3k
  • 11
  • 136
  • 202

Can thea socket be connected to many balls in the socket and ball notationa component diagram?

I have to draw a component diagram that depicts the architecture of my system along with its subsystem decomposition and its dependencies.

My app followssystem has a 3 tier architecture. All the business logic is contained inside the middle layer, while the upper layer just acts as a system boundary: it gets the HTTP parameter, calls a method and returns a simple response.

For this reason, my presentation layer is composed by only one subsystem. Later, during object design or implementation phase, it might be composed of many classes (For example many Java Servlets) but still part of a single subsystem.

For the middle layer i've adopted a different approach: I partitioned the layer "horizontally" so that each partitions covers different areas of the application domain.

  • The top layer just acts as a system boundary: it gets the HTTP parameter, calls a method and returns a simple response. For this reason, my presentation layer is composed of only one subsystem. Later, during the design or implementation phases, it could be composed of many classes (For example many Java Servlets) but still part of a single subsystem.

  • The middle layer contains all the business logic. I partitioned the layer "horizontally" so that each partition covers different areas of the application domain.

Now iI need to depict the interfaces and relationships between my subsystem. This is how it would look like:

enter image description here

The question is: isIs it possible for a single socket to connect to many balls? Also,And can iI omit the arrows?

Can the socket be connected to many balls in the socket and ball notation?

I have to draw a component diagram that depicts the architecture of my system along with its subsystem decomposition and its dependencies.

My app follows a 3 tier architecture. All the business logic is contained inside the middle layer, while the upper layer just acts as a system boundary: it gets the HTTP parameter, calls a method and returns a simple response.

For this reason, my presentation layer is composed by only one subsystem. Later, during object design or implementation phase, it might be composed of many classes (For example many Java Servlets) but still part of a single subsystem.

For the middle layer i've adopted a different approach: I partitioned the layer "horizontally" so that each partitions covers different areas of the application domain.

Now i need to depict the interfaces and relationships between my subsystem. This is how it would look like:

enter image description here

The question is: is it possible for a single socket to connect to many balls? Also, can i omit the arrows?

Can a socket be connected to many balls in a component diagram?

I have to draw a component diagram that depicts the architecture of my system with its subsystem decomposition and its dependencies.

My system has a 3 tier architecture:

  • The top layer just acts as a system boundary: it gets the HTTP parameter, calls a method and returns a simple response. For this reason, my presentation layer is composed of only one subsystem. Later, during the design or implementation phases, it could be composed of many classes (For example many Java Servlets) but still part of a single subsystem.

  • The middle layer contains all the business logic. I partitioned the layer "horizontally" so that each partition covers different areas of the application domain.

Now I need to depict the interfaces and relationships between my subsystem. This is how it would look like:

enter image description here

Is it possible for a single socket to connect to many balls? And can I omit the arrows?

Source Link
cidra
  • 363
  • 4
  • 11

Can the socket be connected to many balls in the socket and ball notation?

I have to draw a component diagram that depicts the architecture of my system along with its subsystem decomposition and its dependencies.

My app follows a 3 tier architecture. All the business logic is contained inside the middle layer, while the upper layer just acts as a system boundary: it gets the HTTP parameter, calls a method and returns a simple response.

For this reason, my presentation layer is composed by only one subsystem. Later, during object design or implementation phase, it might be composed of many classes (For example many Java Servlets) but still part of a single subsystem.

For the middle layer i've adopted a different approach: I partitioned the layer "horizontally" so that each partitions covers different areas of the application domain.

Now i need to depict the interfaces and relationships between my subsystem. This is how it would look like:

enter image description here

The question is: is it possible for a single socket to connect to many balls? Also, can i omit the arrows?