 |
Application Layer
In application layer, the business logics from the presentation layer & the data layer are separated. By employing this methodology, the business logic of an application can robustly withstand modifications or replacements of other tiers isolated from the data layer, and vice versa.
|