A Case Study of Using an Object-Relational Paradigm in Building a Web Database Application

In this paper, we would like to share our experiences in building a web database application using an object-relational paradigm. The system we built is basically an online system for casual tutors to claim their work for payment. At the design stage, we use an object-oriented design. Since the dat...

詳細記述

保存先:
書誌詳細
主要な著者: Rahayu, J. Wenny, Taniar, David, Lee, Nung Kion, Pardede, Eric
フォーマット: E-Article
言語:English
出版事項: International Society for Computers and Their Applications (ISCA) 2003
主題:
オンライン・アクセス:http://ir.unimas.my/id/eprint/11908/1/A%20Case%20Study_abstract.pdf
http://ir.unimas.my/id/eprint/11908/
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.59.8301&rep=rep1&type=pdf
タグ: タグ追加
タグなし, このレコードへの初めてのタグを付けませんか!
その他の書誌記述
要約:In this paper, we would like to share our experiences in building a web database application using an object-relational paradigm. The system we built is basically an online system for casual tutors to claim their work for payment. At the design stage, we use an object-oriented design. Since the database backend is a relational database management system (i.e. Oracle), which also supports some object-oriented features, we need to apply a transformation methodology to map our object-oriented design into relational tables incorporating some object features in Oracle. Once the necessary object types and tables have been created, at the programming stage we use a PHP scripting language accessing the Oracle database where the data is stored.