By gerps
via developer.db4o.com
Published: May 06 2009 / 09:29
In the latest development build db4o provides a first implementation of Transparent Activation and Transparent Persistence for standard Java collections. Transparent Activation (TA) loads members of persistent objects lazily when they are accessed. Transparent Persistence (TP) flags objects as dirty when their members are modified, so these objects are stored upon the next commit.
Persistence capable collections are used automatically when you instrument your classes so you don't need to change your code around collections.
So, forget about persisting your data explicitly. db4o does all the work nicely for you: transparently!
Tweet
SaveShareSend
Tags: announcement, database, java, open source
Add your comment
Voters For This Link (12)
-
gerps -
CarlRosenberger -
tetyana -
jsugrue -
Kalali -
rogerjose81 -
mswatcher -
programing-fun.blogspot.com -
anatgafni -
pvanhuyse -
efalsken -
dmaneiro


