Cooperative Design and Development of Logistics Information System Based on Simple Factory Pattern

Bo Yan,Biqing Huang,Hongbo Sun,Chin E. Lin
DOI: https://doi.org/10.1109/apscc.2006.39
2006-01-01
Abstract:The logistics information system usually includes many subsystems with close interaction. The cooperative design is an inevitable in the development issue. This paper adopts the simple factory pattern to solve the programming problem at the beginning of system design that every subsystem is defined with interfaces to its referencing subsystems in order to invoke during programming and reduce the coupling with other subsystems. When adopting this simple factory pattern, it is convenient to design and develop the overall system cooperatively, and saving time and improving efficiency simultaneously.
What problem does this paper attempt to address?