DocumentCode
3782292
Title
Storing Java objects in any database
Author
R.K. Ege
Author_Institution
Sch. of Comput. Sci., Florida Int. Univ., Miami, FL, USA
fYear
1999
Firstpage
312
Lastpage
321
Abstract
Typical Java applications involve access to a database system. Database systems store data according to their type system; even object oriented databases generally have their own storage structures. It is therefore necessary to convert Java objects as they are stored in a database, and to re-convert them when they are read. Ideally, this should be done behind the scenes by a support package. The paper presents an approach that automates the conversion process without involving pre- or post-processing of Java code: we use a reflection mechanism, where Java code is inspected at run time and changed to include the convert and re-convert effort. The result is a flexible and transparent Java database access.
Keywords
"Java","Object oriented databases","Database systems","Transaction databases","Information retrieval","Packaging","Runtime","Relational databases","Computer languages","Object oriented modeling"
Publisher
ieee
Conference_Titel
Technology of Object-Oriented Languages and Systems, 1999. TOOLS 30 Proceedings
Print_ISBN
0-7695-0278-4
Type
conf
DOI
10.1109/TOOLS.1999.787560
Filename
787560
Link To Document