December 2019
Intermediate to advanced
1014 pages
19h 42m
English
AOP is the acronym for aspect-oriented programming, which refers to a type of programming that aims to increase modularity by allowing the separation of cross-cutting concerns. A cross-cutting concern is a functionality that is tangled with business code, which usually cannot be separated from the business logic. Auditing, security, and transaction management are good examples of cross-cutting concerns. They are mingled with the business code and heavily coupled with functionalities that might be affected if they fail. They are good ...
Read now
Unlock full access