The Application of Observer Design Pattern in the Construction of Distributed Program

Linli Zhou,Liangtu Song,Lei Liu,Yue Wu
2016-01-01
Abstract:The application of appropriate design patterns at the object-oriented software design can simplify the development process; allow the system to structure clear, easy expansion and maintenance. In this paper, first we analyze the observer pattern (Observer); then we improve the observer model using .Net special properties. Finally we apply the improved model to a distributed development based on .Net Remoting technology.
What problem does this paper attempt to address?