EXTENDED JAVA COLLECTION FRAMEWORK BASED ON OBJECT-ORIENTED DATABASE

Lu Deng,Li Shanping,Zheng Chunzhao
DOI: https://doi.org/10.3969/j.issn.1000-386X.2011.01.041
2011-01-01
Abstract:Conventional data persistence technology is to store the object to relational database through object-relation mapping,but its easy-use performance and efficiency always remain problems.In this paper,we introduce a more convenient alternative with higher performance:i.e.,to store mass data to object-oriented database.However the use of object-oriented database may be not well known by quite a few programmers since it has not been commonly used at moment yet.Thus we propose an extended Java collection framework based on object-oriented database,through which the programmers can operate the object-oriented database as using common Java collection API.The performance of persistence is also enhanced compared with using common relational database.
What problem does this paper attempt to address?