August 2018
Intermediate to advanced
314 pages
8h 9m
English
When a client sends a request to the server, the server sometimes processes this request/response to perform the following tasks:
However, we don't want to put these tasks within the logic of processing the main request. Consequently, creating a pre-process and/or post-process to do these tasks is a good method for decoupling the main logic from the complementary logic.
The intercepting filter pattern is the pattern that solves problems when we want to insert a logic that is not part of the main logic ...
Read now
Unlock full access