Title :
Using Java to add “stored procedures” to databases
Author :
Ege, Raimund K. ; Rishe, Naphtali ; Liu, Jingyu ; Lebedev, Vladimir
Author_Institution :
Sch. of Comput. Sci., Florida Int. Univ., Miami, FL, USA
Abstract :
The paper describes our approach to adding “stored procedure” capability to a semantic database system using Java byte codes and Java´s ability to dynamically load and execute Java code. Several steps were necessary: first we added a Java application programmer interface to the database system; then we created a database schema to hold Java executable code; then we constructed a Java class loader to allow code to be loaded from the database; then we enabled the creation of Java objects and executed the Java code for them. Our approach is not specific to our semantic database system, rather it can serve as a recipe for adding “stored procedures” to any database system
Keywords :
Java; application program interfaces; database management systems; distributed programming; object-oriented programming; storage management; Java application programmer interface; Java byte codes; Java class loader; Java executable code; Java objects; database schema; semantic database system; stored procedures; Application software; Computer languages; Computer science; Database systems; Java; Object oriented databases; Object oriented modeling; Programming profession; Relational databases; Runtime;
Conference_Titel :
Technology of Object-Oriented Languages and Systems, 1999. TOOLS 30 Proceedings
Conference_Location :
Santa Barbara, CA
Print_ISBN :
0-7695-0278-4
DOI :
10.1109/TOOLS.1999.787561