A Development Environment for Database-based Applications using Object Assembling Approach

碩士 === 國立成功大學 === 資訊及電子工程研究所 === 82 === In this thesis, a model of a development environment for database-based applications is proposed.It contains a requirement specification language, a C++ class library, a universal program framework co...

Full description

Bibliographic Details
Main Authors: Ming-Huang Tsai, 蔡明晃
Other Authors: Chih-Ping Chu
Format: Others
Language:zh-TW
Published: 1994
Online Access:http://ndltd.ncl.edu.tw/handle/37220124735366278335
Description
Summary:碩士 === 國立成功大學 === 資訊及電子工程研究所 === 82 === In this thesis, a model of a development environment for database-based applications is proposed.It contains a requirement specification language, a C++ class library, a universal program framework containing code segments and assembly-directives, a C++ program generator, and a reuse tool-- browser. Based on user's description on software requirements, the program generator is able to withdraw the corresponding objects from the class library, assemble the objects, and finally generate the source code and the related documents of the application system automatically. In this environment, by the use of specification language and under the assistance of browser, application system could be rapidly assembled rather than be coded line by line. Moreover, since the software components are developed under fully testing and debugging before used, the quality of the application system generated could be guaranteed.