Librenix  
(Show all Java articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Java: Store objects using the Preferences API

Up
vote
Down

The Preferences API -- a lightweight, cross-platform persistence API introduced in JDK 1.4 -- is designed to store small amounts of data (string, simple byte arrays, and so on.) and was not intended to be an interface to a traditional database. It can, however, be effective as a storage device if your data can be expressed as simple objects. This article offers an introduction to the API, explains how objects are stored, demonstrates the process in action, and provides a code library to do the work.
 read more | mail this link | score:7371 | -solrac, October 21, 2003
More Programming articles...

Fine Art Online Gallery

coding headlines

bash scripting: Looping through a list

Apache2, mod_rewrite tutorial: Redirect requests by device

C Programming Tutorials

Perl: Delicious DBIx::Class::Candy

13 Regex Features

Porting tips: Perl to Python

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin