db4o Questions

5

I'm struggling to come up with a good way of adding a bidirectional relation in OO model. Let's say there is a Customer who can place many Orders, that is to say there is a one-to-many association ...
Manton asked 20/10, 2010 at 22:18

4

Solved

I am evaluating two object databases, db4o (http://www.db4o.com) and Eloquera Database (http://eloquera.com) for a coming project. I have to choose one. My basic requirement is scalability, multi u...
Prelect asked 3/6, 2010 at 8:33

1

We're evaluating db4o (an OO-DBMS from http://www.db4o.com). We've put together a performance test for client/server mode, where we spin up a server, then hammer it with several clients at once. It...
Roguish asked 22/10, 2008 at 16:56

4

I'm currently doing some research on usage of db4o a storage for my web application. I'm quite happy how easy db4o works. So when I read about the Code First approach I kinda liked is, because the ...
Athiste asked 27/7, 2010 at 11:41

3

Solved

I have an object model that I want to store using an embedded database. I have so far been looking at db4o, NHibernate to SQLCE (w/ linq), and RavenDB. This would be used in a desktop C# applicatio...
Nocturnal asked 27/8, 2010 at 0:19

3

Solved

I am trying the db4o object databse and so far I quite like what I am seeing, but I also read this post on stackoverflow db4o experiences? indicating that not everything that seems so easy is easy....
Tinge asked 25/10, 2009 at 8:26

1

Solved

It's a very common situation, but I'm kinda new using ORM especially in Android, so your help would be awesome. Scope: Object, e.g. Message has primitive fields and field (child) of another object...
Pubescent asked 13/9, 2011 at 12:48

6

I've used db4o with much success on many projects in the past. Over time it seems to have evolved greatly, and with modern trends like LINQ on everyone's tongue it has peaked my interest again, esp...
Prostatitis asked 17/9, 2008 at 4:23

2

Solved

I will plan to use Redis (ServiceStack) as whole database for web application. I can insert 76000 records in 7.4 seconds. But using single connection (RedisClient object-life-time is Application),...
Wimberly asked 12/5, 2011 at 12:20

2

Solved

I am using two different ways to query objects in db4o and I would like to discuss about it. 1) In this first example, I create an instance of ObjectContainer, I open the connection, and then I cl...
Heptad asked 13/5, 2011 at 19:36

2

Solved

I'm intrigued to test new frameworks in the Java world, and decided to create a new project that takes advantage of Maven and db4o. I'm starting to get a hang of Maven, but I have a hard time addin...
Mildredmildrid asked 20/2, 2010 at 19:44

6

Solved

What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
Ignacioignacius asked 7/2, 2010 at 20:4

7

Object databases like MongoDB and db4o are getting lots of publicity lately. Everyone that plays with them seems to love it. I'm guessing that they are dealing with about 640K of data in their samp...
Windcheater asked 23/3, 2010 at 18:51

3

Solved

I'm playing around with db4o, and I have the Object Manager viewer thingy for Visual Studio. It seems okay, but not exactly on par with tools like HeidiSQL/SQL Studio/etc., not to mention tha...
Hydraulic asked 9/3, 2010 at 18:15

2

Solved

One thing I have continually found very confusing about using an object database like db4o is how you are supposed to handle complex migrations that would normally be handled by SQL/PL-SQL. For e...
Unscrew asked 10/3, 2010 at 20:15

1

I'm trying db4o and i'm having bad performance when using linq to db4o. (using 7.12) Here is my configuration : var configuration = Db4oFactory.Configure(); configuration.ObjectClass(typeof(MyT...
Turboelectric asked 12/2, 2010 at 16:25

3

I'm very impressed with my initial tests with db4o. However, i'm wondering just how many enterprise class websites are out there powered by db4o, i couldn't see any on the main website? I can't s...
Roundtree asked 5/10, 2008 at 12:26

6

Solved

I thought it was about time to have a look at OO databases and decided to use db4o for my next little project - a small library. Consider the following objects: Book, Category. A Book can be in 0...
Factitive asked 1/7, 2009 at 13:36

4

Solved

How do you pass a class type into a function in C#? As I am getting into db4o and C# I wrote the following function after reading the tutorials: public static void PrintAllPilots("CLASS HERE", s...
Vaticinal asked 22/6, 2009 at 13:43

3

Is there any way to completely disable Java security manager? I'm experimenting with source code of db4o. It uses reflection to persist objects and it seems that security manager doesn't allow re...
Limiting asked 17/4, 2009 at 22:40

1

I'm new to OODBMS systems, but I'm using Db4o on a new project for which it's perfectly suited. Things are going great and I really like the concept, but I'm struggling with how to do basic data ma...
Danziger asked 19/11, 2008 at 4:28

11

Solved

Say you're coding some kind of web application. Something where people can contribute content, e.g. a simple photo-sharing site. How many good reasons can you think of to not go with an object-ori...
Tightwad asked 6/10, 2008 at 2:18

4

Solved

I'm currently trying out db4o (the java version) and I pretty much like what I see. But I cannot help wondering how it does perform in a real live (web-)environment. Does anyone have any experience...
Clari asked 21/8, 2008 at 21:12
1

© 2022 - 2024 — McMap. All rights reserved.