Object Persistence With db4o

by Tom

German 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.  Here at Digital media minute I love to as tools for Java developers especially since I know that such a high percentage of the readers of this site are programming with the language. I hope that this pointer to a object persistence-related tip is useful for lots of you.

If you found this helpful or interesting, please share it!

Leave a Comment

Previous post:

Next post: