Showing posts with label Software Architecture. Show all posts
Showing posts with label Software Architecture. Show all posts

Wednesday, July 4, 2018

CoR compared to Pipe and Filter

Java World implies the pipes-and-filters architectural style described by Parnas 
Software systems often employ the equivalent of pipes (e.g., email filters or a set of filters for a servlet). At the heart of pipes and filters lies a design pattern: Chain of Responsibility (CoR).
https://www.javaworld.com/article/2073684/java-web-development/follow-the-chain-of-responsibility.html