db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Product News from the Core Team

This blog features product news right from the core developer team, once new features and functions get checked into Subversion, available as Continuous Build every 2 hours.

Coders, are you ready? dRS 6.0 goes live!

After 426 days of tinkering, we finally release db4o Replication System (dRS) v6.0.

On the java side, we updated dRS to use the latest version of Hibernate 3.2. On the .net side, we give you what you love, the new .net conventions :

Db4objects.Drs.IReplicationSession replication 
    = Db4objects.Drs.Replication.Begin(providerFrom, providerTo);

Db4objects.Db4o.IObjectSet allObjects
    = providerFrom.ObjectsChangedSinceLastReplication();
     
while (allObjects.HasNext())
{
    object changed = allObjects.Next();
    replication.Replicate(changed);
}

replication.Commit();

To develop a product from the ground up. To release it from my hands to developers. The feeling is like giving birth to a new baby. My own baby.

I hope you enjoy this release as much as I do.  Tell me what you think. If you found a bug, you can report it here. Some more notable features here.

Published Wednesday, November 15, 2006 10:05 AM by trebla


Comments

 

DennyBoll said:

I am confused... Does dRS in .NET 2.0 support replicating to MySQL?

Will dRS use NHibernate for .NET?  Or can I use the Java version to store data to MySQL from my C# .yap database?

November 20, 2006 7:44 PM
 

db4o Newsletter said:

db4o Version 6.0 Debuts to the Community How to Contribute to db4o Seagate Personal Servers get a boost

November 21, 2006 1:10 AM
 

db4o auf Deutsch said:

db4o Version 6.0 ...ist erschienen und ab sofort fuer die Community als development (beta) Release zum

November 21, 2006 10:42 AM
 

trebla said:

dRS in .NET 2.0 does not support replicating to MySQL. You can use the Java version to store data to MySQL from my C# .yap database.

November 22, 2006 12:15 PM
 

db4o News and Press Releases said:

SAN MATEO, Calif., Dec. 14, 2006 - db4objects ( www.db4o.com ), creator of the open source object database,

December 14, 2006 4:40 AM
 

db4o Newsletter said:

Welcome to the January newsletter! db4o Version 6.0 Released as Production-Ready dOCL, the New db4o Open

December 14, 2006 4:58 AM
 

db4o in Chinese said:

节日快乐! db4objects 祝你有一个快乐的圣诞节.我们感谢你在过去一年对我们的支持, 我们希望2007能迎来更成功的一年! K U D O O F T H E M O N T H "面向对象数据库...我并没有预料到他们是如此简单和实效.想象一下,db4o只是一个dll.仅仅一个dl这么简单.不用任何的设置和配置.高效率地存储数据.

December 15, 2006 8:36 AM
 

db4o auf Deutsch said:

db4objects wünscht allen eine schöne Weihnachtszeit! Wir danken euch für eure wertvollen Beiträge und

December 19, 2006 6:27 AM
 

Kudos said:

December 21, 2006 9:06 AM
 

Kudos said:

http://www.infoq.com/news/2006/12/db40-6 Db4Object has released version 6.0 of their open source object

December 21, 2006 11:31 PM
Anonymous comments are disabled

This Blog

Syndication RSS Feeds

News

Get the latest features every 2 hours with the Continuous Build!