The Exception Handling Pattern in the Architectural Layers Using Aspect-Oriented Programming

lei zhang,lianbo ma,weixing su
DOI: https://doi.org/10.1007/978-3-642-27866-2_66
2012-01-01
Abstract:Aspect-Oriented Programming(AOP) is intended to ease situations that involve many kinds of code tangling. This paper reports on a practice to import AOP's ability to ease tangling related to exception handling pattern. We took an existing framework, the exception handing application block(EHAB) and unity application block(UAB). EHAB provides exception handlers and policies to enable us to make configurable and consistent code in architectural layers. UAB provides interception mechanism to make clean code using AOP.
What problem does this paper attempt to address?