Improving MVC Software Architecture by Intercepting Filter Pattern

李颖,王丽芳,蒋泽军
DOI: https://doi.org/10.3969/j.issn.1000-7180.2005.01.023
2005-01-01
Abstract:When develop J2EE framework based Web applications by MVC software architecture, the preprocessing solution based on method invoking and nesting if/else does not improve reusability well. One way is to tie in design patterns. This paper inroduces MVC software architecture and intercepting filter pattern., and discusses how to optimize the MVC acthitecture by applying intercepting filter pattern and gives a reusable and simple-config solution for authentication.
What problem does this paper attempt to address?