Design of an Interactive Database-Based-Applications Generator Through Object-Oriented Approach

碩士 === 國立成功大學 === 資訊工程研究所 === 81 === In this paper, based on the object-oriented notion, an interactive C++ code generator for database-based-applications is designed. Firstly, we study the functions supported by these applications and thei...

Full description

Bibliographic Details
Main Authors: Jan-Jee Yue, 游章杰
Other Authors: Chi-Ping Chu
Format: Others
Language:zh-TW
Published: 1993
Online Access:http://ndltd.ncl.edu.tw/handle/04289570230502830702
Description
Summary:碩士 === 國立成功大學 === 資訊工程研究所 === 81 === In this paper, based on the object-oriented notion, an interactive C++ code generator for database-based-applications is designed. Firstly, we study the functions supported by these applications and their internal operations flow. Then, we submit an approach for system design, viewing the application system as the aggregation of cooperative objects, and storing the code of objects in the object library. A specification language to specify the objects of the applications and the relationship among them is also presented. A designer of applications could design an application rapidly using a proposed interactive intergrated environment. The specification language is created by getting the information input from the designer. Finally, the code generator translates the specification language into C++ code automatically.