Trần Đan Thư – ĐH Khoa học tự nhiên
ABSTRACT
The communication between several applications is an important issue for modern software. Communication protocols are available with many function libraries in support of developing network applications. However, the programming interfaces of communi-cation libraries yield source code fragments to be difficult to reuse because of code dupli-cation or hard coding. Furthermore, database systems also support developers to imple-ment communication functions at a high level. But database systems are only adequate to the development of software systems in which the data storage or administration is most important. In this paper, we propose a light-weight model to give the capability of transferring objects between applications to be implemented in object-oriented program-ming languages. To realize this model, we apply certain design patterns in designing principal classes to transfer objects from an application to another. A prototype imple-mentation of this project has been developed in C++ as open source.
KEYWORDS: Design Patterns, OOP, Objects Interchange, Communication application.
Full text (click here)