Logical Architecture PDF
Logical Architecture PDF
• Also, layers are organized such that "higher" layers (such as the UI • Potentially general technical services or business logic is intertwined
layer) call upon services of "lower" layers, but not normally vice with more application-specific logic, so it cannot be reused,
versa. distributed to another node, or easily replaced with a different
implementation.
• Strict layered architecture VS Relaxed Layered Achitecture
• High coupling across different areas of concern. It is thus difficult to
• A logical architecture doesn't have to be organized in layers. But it's divide the work along clear boundaries for different developers.
very common, and hence, introduced at this time.
• The purpose and number of layers varies across applications and
application domains (information systems, operating systems, and
so forth).
1
Typical Layers Typically layers in an OO system
• User Interface.
NextGen
Example
Common
Layers
[Larman 2002]
[Larman 2002]
Package Package
Coupling Coupling [2]
• No classes, just
packages and
package dependencies
• Most common form
2
Architectural
Interaction
Diagram
[Larman 2002]