Layers in layered architecture

An enterprise application consists of various layers. Each layer is independent and fewer dependencies on the other layer that makes it more pluggable and easy to maintain. Communication with other layers can be made through interfaces that encapsulate the logic or implementation details from the calling layer. Normally, business applications are n-tiered and logically divided into the presentation layer, service layer, business layer, and data access layer. The benefits of layered architecture are as follows:

  • It is a loosely coupled system
  • Teams can work on different layers, in parallel, with minimal dependencies on other teams
  • Changes to any layer in terms of technology or business logic have little impact on the other layers
  • Testing can be done easily
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.179.35