I am quite a newbie to Spring JPA in cooperation with ObjectDB database, but I have encountered a problem that I cannot work out.
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
I have a GWT 2.3 web app using Objectdb via Rpc. In the embedded mode in eclipse (with Jetty) everything runs fine. When i try to deploy the app on a Tomcat6 Server I get the following Error:
I\'m pretty new to JPA/JDO and the whole objectdb world. I have an entity with a set of strings, looks a bit like:
In this benchmark ObjectDB is far the fastest DB: 开发者_JAVA百科http://www.jpab.org/All/All/All.html
I\'m wondering why is ORM so popular and everybody is using ORM implementations of JDO and JDA specifications, instead of using object databases that implements these specifications as well. The perfo
I\'m looking for an nonRelational DB implementation (objectDB, or XMLDB) Could somebody recommend some working/tested开发者_运维知识库 sollution, how store objects/XMLdata in a DB?I recieved additiona
I would to use com.sun.net.httpserver.HttpServer to do comet/cometd.I am wondering how tough it is to do it so that I can take the waiting connections off the thread and into some waiting queue.开发者