Transcription: JBuilder 2 adds many powerful improvements to the handling of data. A new datastore component provides high-performance data caching and compact persistence for datasets, arbitrary files, and Java objects. The datastore is 100% pure Java and portable. Since its footprint is small, it is ideally suited for mobile computing, asynchronous data replication, and embedded applications. To store a dataset in a datastore, store, select the data set and set its store and store name properties. The store property tells which data store it should be saved in and the store name is its identifier inside th ...