Object Persistence With db4o
Monday, March 8th, 2010German over at java.dzone.com has a great article on db4o, a persistence engine that will make life easier for Java developers by giving them a middle ground option for dealing with data persistence, instead of relational databases with ORM tools, which are time-consuming, or serialization, which in Java is not straightforward for object persistence.


