aspose file tools
The moose likes Blatant Advertising and the fly likes Much more than object serialization -> db4o Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Other » Blatant Advertising
Reply Bookmark "Much more than object serialization -> db4o" Watch "Much more than object serialization -> db4o" New topic
Author

Much more than object serialization -> db4o

gerps gerps
Greenhorn

Joined: May 12, 2009
Posts: 3
Good alternative to serialization:

http://developer.db4o.com

with the benefits of a database (like acid operations)

Includes support for refactoring (schema evolution, so your objects won't break on class changes like in serialization) and transparent persistence. For example, if you're interested in persisting objects inside a collection transparently (using no mappings, annotations, etc) try:

http://developer.db4o.com/blogs/product_news/archive/2009/05/05/transparent-persistence-for-java-collections.aspx

Best.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Much more than object serialization -> db4o
 
Similar Threads
Serialization and persistance
beginning xml
is hibernate a alternative for Entity bean??
Design Patterns & Mapping
problem in storing an object to the database!