Can we store Java objects without using SQL? Yes, we can!
by Jose Ruperez,
Java Certified Programmer, Caché Certified Expert
Abstract
We programmers have a problem. Every time a program is written that requires data storage, we must use a database. For the past few decades, this has been a relational database, which means talking to the DBAs to design a database model that reflects our object model. Therefore, two models must be maintained.
Download Article (.PDF) : store Java objects without using SQL