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...

Full description

Saved in:
Bibliographic Details
Main Authors: Rahayu, J. Wenny, Taniar, David, Lee, Nung Kion, Pardede, Eric
Format: E-Article
Language:English
Published: International Society for Computers and Their Applications (ISCA) 2003
Subjects:
Online Access: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
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary: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.