object-oriented-database
Custom Realm for ObjectDB, using ObjectDB with HTTP Basic authentication
I want to implement HTTP Basic Authentication for my web services, but I also want to use ObjectDB to store credentials. Is there any way to do this? I guess I\'m in the need of a custom realm, and al[详细]
2023-04-11 07:07 分类:问答object-database: Changing the class hierarchy
I am reading me into object oriented databases right know and have to make a little presentation. Something I don\'t get and nowhere can find is following problem:[详细]
2023-04-09 09:57 分类:问答Object oriented approach using RDBMS
I have a question regarding how to use an object oriented approach while using an RDBMS such as mysql. I am developing a small application that will keep track of billing. It is built in java and I am[详细]
2023-03-27 06:12 分类:问答Method for indexing an object database
I\'m using an object database (ZODB) in order to store complex relationships between many objects but am running into performance issues. As a result I started to construct indexes in order to speed u[详细]
2023-03-20 06:19 分类:问答Looking for a webapp framework that does away with the database
I\'ve been developing with Django during the last year or so and really enjoy it. But sometimes I find that the ORM is a bit of a[详细]
2023-03-16 08:05 分类:问答.NET Object Database Options?
Since Versant has just announced that they will be dropping .NET support for their object databases (and we just so happen to be mid-development with this product), we\'re looking for an alternative.[详细]
2023-03-12 10:14 分类:问答What's the best OO-DBMS to use in Production for Java?
I was 开发者_开发问答thinking to start researching about OO-DBMS performance for Java applications to use in production scenarios. Did you have any successful experience using an OO-DBMS for Java rath[详细]
2023-03-07 04:51 分类:问答Relationa database + ORM or Object oriented Database?
Suppose I want to make one application in Obj开发者_运维问答ect Oriented Programing language let i.e. Java[详细]
2023-03-03 15:40 分类:问答Retrieve an object in one DB4O session, store in another ('disconnected scenario')
I am trying to figure out how to keep an object useable between client sessions in DB4O. From what I understand, once a client session is closed, the object no longer resides in any cache and despite[详细]
2023-03-01 17:04 分类:问答Store in table pointers to rows from another table instead of using foreign keys
i\'m just curious if it\'s possible to just use pointersthe c/java/etc. way instead of joining tables based on foreign key. And since we\'re on this topic, does p开发者_StackOverflow中文版ostgres or a[详细]
2023-02-23 02:44 分类:问答