1. db4o experiences? stackoverflow.comI'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 ... |
2. db4o and OSGi - empty database after restart stackoverflow.comI'm using db4o 6.4.54 in OSGi environment as a model storage. Every time I restart OSGi framework, the database appears to be empty, although the file is there and not empty ... |
3. How to disable Java security manager? stackoverflow.comIs there any way to completely disable Java security manager? |
4. How does db4o instantiate objects? stackoverflow.comWhat mechanism does db4o use to instatniate stored objects ? My class isn't Serializable and doesn't provide zero argument constructor and the only constructor throws NullPointerException when it's argument is null. In spite ... |
5. db4o to preserve identity of objects stackoverflow.comIs there a way to preserve an objest identity in db4o. Suppose I store a BigDecimal in embedded db4o. When I read it twice I get two distict objects with the same value ... |
6. Can/should I use WeakReference in my complex object structure with db4o? stackoverflow.comI'm considering to port an application to db4o. The data model consists of lots of small objects with a lot of references between each other. For example, I have a book ... |
7. Caching big children in data model with db4o stackoverflow.comI have a data model with a skeleton (metadata) and large data objects. I'd like to keep the skeleton in memory and hold weak references to the data objects. I understand ... |
8. Handling data maintenance in Object Databases like db4o stackoverflow.comOne 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 ... |
9. Is db4o object manager enterprise free? Where can I download it? Is it a standalone application? stackoverflow.comAs per the title I have three parts to this question...
Is db4o object manager enterprise free? |
10. How to use an OSGi service from a web application? stackoverflow.comI'm trying to develop a web application that is going to be launched from a HTTP OSGi service, this application needs to use other OSGi service (db4o OSGi), for what ... |
11. How to use the distinct on databases DB4O in Java? stackoverflow.comWho can tell me how to use Distinct operation on db4o in Java code. I couldn't find any example in Java. Thanks! |
12. Is there a tool that will create Java or .NET classes from a db4o database file? stackoverflow.comI have a db4o database file. Is there a tool that will generate Java or .NET classes (source) from this database? |
13. db4o viewer - Java / Linux stackoverflow.comI need a db4o viewer for a Linux box running Java. I noticed this post was for a .net client, but I don't have Windows and don't intend to. Is there ... |
14. Best practise for adding a bidirectional relation in OO model stackoverflow.comI'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 ... |
15. ClassCastException in DataNucleus DAO object when persisting/retreiving an Object using JDO stackoverflow.comI've created a simple webapp using Spring & Jetty, and am creating a hello world JDO test using DataNucleus & DB4O. I can persist a class no problem, but when I go ... |
16. JDO not retrieving/persisting a collection stackoverflow.comI have the following data model class defined:
|
17. JDO: Is the PersistenceManager a singleton? stackoverflow.comJust the basics: I'm using DataNucleus backed with an embedded DB4O database. If I do this simple test:
|
18. Serializable[] attribute in Object not stored in db4o stackoverflow.comI ran in a strange behavior of db4o. When I persist an Object (implementing Serializable) with an attribute of Serializable[], the Array is only returned once from the store correctly then ... |
19. db4o - count number of total records in database? stackoverflow.comI am using db4o and was wondering, how can I get the total number of objects in the database? There isn't an explicit way using the API; however, I can ... |
20. DB4o HashMap toString() stackoverflow.comAs a learning tool for DB4o and Java I have started to create a Telephone Directory. To do this I create an instance of a TelephoneDirectory which contains a year and ... |
21. Db4o is extremely slow in Eclipse debug mode stackoverflow.comI'm working with a db4o database and have a database of approximately 1000-5000 objects on Mac OS X, developing in Eclipse Helios. Currently, I'm retrieving all objects of a certain class:
|
22. hierarchical nested data structure in db4o (or any other oodb) stackoverflow.comReally my question is, if I were to use a nested data structure in oodb would I be placing instance of classes within other instances in the db, or is there ... |
23. db4o - DatabaseClosedException stackoverflow.comI am trying to store an entity with db4o through an arquillian test case and am getting a DatabaseClosedException: Test set: com.walterjwhite.address.api.datastore.TestAddressDatastoreTests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: ... |
24. com.db4o.ext.DatabaseClosedException stackoverflow.comI'm working with db4o embedded for Java (JSE6) running a Servlet app under Tomcat. Lately I started getting weird exceptions. When trying to save a new object to the DB I get ... |
25. db4o: Same class, different java projects stackoverflow.comI have two different Java Applications A and B. They should use the same Database for user management (If the User has an account in Application A, he also has an ... |
26. Store a list of objects in db4o stackoverflow.comI wonder if there's a more beautiful way to store a list of objects then:
|
27. db4o : ActivationDepth seems to have no effect (?) stackoverflow.comCan someone please explain to me why setting the Activation Depth seems to have no effect in the code-sample below ? This sample creates 'Block'-objects which all have a number and a child-block. Since the ActivationDepth ... |
28. DB4O performance retrieving a large number of objects stackoverflow.comI'm interesting in using DB4O to store the training data for a learning algorithm. This will consist of (potentially) hundreds of millions of objects. Each object is on average ... |
29. Java: can db4o store org.w3c.dom.Node? stackoverflow.comIs it possible to store
If not, is it possible to serialize Node or NodeList into JSON or String ... |
30. db4o: set and get method not available? stackoverflow.com
eclipse shows openFile is deprecitated with strike out.
I don't have get or set method.
|
31. Problem with Eclipse and Db4o java-forums.org |
32. Storing objects directly with db4o java-forums.org |
33. DB4o HashMap toString() java-forums.orgI'm not really familiar with databases, however; it seems that you are printing a telephone directory, if you can get access to the map you can find the name of the person in the map, correct? I apologize if I am being a bit unclear. You gave yourself the ability to access the year and map in the directory, your result.next ... |
34. need help in compiling a object database (DB4O) program forums.oracle.comi know i am not good at programming, but i am trying to learn, but also have to submit some projects , that's why i have ask in forums, because there is no body to help me, i am stuck at this error since from last 2 hrs, so dont want to waste more time, that's why i posted it forum, ... |