1
Persistent programming in Java | |
Author | Shekhar, Binesh |
Call Number | AIT Thesis no. CS-96-19 |
Subject(s) | Java (Computer program Language) |
Note | A thesis submitted in partial fulfillment of the requirements for the degree of Master of Engineering. |
Publisher | Asian Institute of Technology |
Series Statement | Thesis ; no. CS-96-19 |
Abstract | The Java programming language has gained considerable importance among the programming languages due its object-oriented approach and its ability to program complex tasks in a simple manner. In Java, as with most other programming languages, data cannot exist longer than the activation of the program in which it was created. The property for the data to survive after the program completes execution is called persistence. In the Object-Oriented programming environment of Java, the data is in the form of objects. Persistence here means that these objects must exist after the program in which it was created completes execution. With persistence a programmer can store the objects in a program, and retrieve them from another program without having to recreate them, thus simplifying the program. Objects like databases are important areas where the persistence property would be important. Persistent objects can be used by other programs and across program invocations. Persistent objects can be shared and they can also be used for remote access of database by sending the object across. This study involves making Java Objects persistent by using an ObjectStore for storage and also an appropriate ObjectStore Management has been successfully developed and tested for moving objects between the ObjectStore and memory. |
Year | 1996 |
Corresponding Series Added Entry | Asian Institute of Technology. Thesis ; no. CS-96-19 |
Type | Thesis |
School | School of Engineering and Technology (SET) |
Department | Department of Information and Communications Technologies (DICT) |
Academic Program/FoS | Computer Science (CS) |
Chairperson(s) | Phan Minh Dung |
Examination Committee(s) | Huynh Ngoc Phien; Yulu, Qi |
Degree | Thesis (M.Eng.) - Asian Institute of Technology, 1996 |