Application of MVP architecture in reengineering of legacy financial system

Bo Wu,Xiaohu Yang
DOI: https://doi.org/10.1109/CISE.2009.5366503
2009-01-01
Abstract:As the progress of information technology, some financial systems used for long time can no longer meet the requirement of customers in both user interface and business process, and need reengineering imminently. In order to save the human resource and financial effort, this article raises a reengineering approach by encapsulating the back-end data access code of legacy system and only refactoring the front-end user interface and business logic. In the reengineering work, this article uses MVP (Model-View-Presenter) Architecture. By extracting screen logic into Presenters, the display code in View is independent from logic code in Presenter. Also, the introduction of MVP Architecture greatly enhances the reusability and the testability of business logic code, and finally improves the efficiency of development and test work significantly. ©2009 IEEE.
What problem does this paper attempt to address?