Application of design pattern in the JDBC programming
Gui-lan He, Wu Sheng, Junping Yao
Abstract
Gui-lan He, Wu Sheng, Junping Yao
Abstract
Low coupling and high cohesion has been a major principle in structural programming, especially in database systems. The high coupling between the client-end and sub systems will cause frequent data interaction, which leads to frequent database processing objects creating. This will eventually bring sally and efficiency issues to the system. In this paper we discussed the combining design model of Facade pattern and singleton pattern in database system design. The combination helps to lower the database system complexity, simplify user interface design and improve the efficiency for both developing and operating. The application system designed with this combined model has cleaner structure, higher code reusability, and is easier to extend. The idea could be easily applied to all kinds of database based software design.
OpenAlex reports 5 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Low coupling and high cohesion has been a major principle in structural programming, especially in database systems. The high coupling between the client-end and sub systems will cause frequent data interaction, which leads to frequent database processing objects creating. This will eventually bring sally and efficiency issues to the system. In this paper we discussed the combining design model of Facade pattern and singleton pattern in database system design. The combination helps to lower the database system complexity, simplify user interface design and improve the efficiency for both developing and operating. The application system designed with this combined model has cleaner structure, higher code reusability, and is easier to extend. The idea could be easily applied to all kinds of database based software design.
Key concepts: Computer science, Cohesion (chemistry), Reusability, Database, Database schema, Database design, Software engineering, Programming language