"I have to thank you for such excellent program. Nice coded, well documentated, with other access to data. Well done!!!"
Jan Chodura
I use db4o (GPL) within some projects. It is a really great peace of software. If you don’t need a relational database (and often you don’t!), db4o is definitly worth taking a look at it.
It is possible to use db4o with a client-server architecture. Often this is a faster and easier way to use db4o than some sort of RMI. Applications that shall use a common database but run on different machines (rich clients within a LAN) can benefit from those features of db4o.For the next version (6.4) the performance of client server architectures is within focus - with success:client server performace
http://blog.cedarsoft.eu/2007/09/22/db4o-speed-improvements/
Last night, I was lucky enough to attend a Scottish Developers meeting in Glasgow [...] Whilst I had thought that the session was going to be all about object database in Java, it turns out that db4o has a .NET implementation too. And it supports the .NET Compact Framework, i.e. mobile devices. Speaker Jim Paterson did a really good job of explaining db4o, its use, its positives and its negatives.
Of course, the first thing I did today was go off and download db4o and set about a simple “hello world” style example. True enough, everything that I saw last night worked like a charm. In fact, here’s the C# that I threw together in about 5 minutes...
http://www.craigmurphy.com/blog/?p=724
"Now, I am really raising two separate issues here. On one hand, I am talking about syncronising two separate computers and on the other, I am talking about a seamless experience between online and offline applications. I think the first is mostly being taken care of. The second issue has some solutions becoming available also. This is where I see stuff like Google Gears, Adobe Air and db4o especially their db4o replication system proving to show their usefulness."
http://www.opensourcetutor.com/2007/10/09/seamless-onoffline-design-winforms-and-deploy-as-ajax-webapp-on-mono/
"db4objects - I played a bit with this Java and .NET open source object database engine and it feels right. It also has great documentation. If you are looking for some code to play with, this is it."
by David Vidmar (http://vidmar.net/weblog/archive/2007/10/07/links-of-the-week-6-week-4007.aspx)
"Things I wouldn't want to live without anymore:"
"Database -- the next level: db4o"
“db4o is my first choice for fast data storage, it can be set up in a matter of minutes and works great without any additional tuning. No more object-relational mapping to set up and maintain. I use it for embedded applications and as a replacement for existing providers in ASP.NET and ELMAH”
Simone Busoli (Italy)