ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
88

Embedded mode usage question

Hi there ! We're currently considering to try object db as a an embedable database ... your site/docs whether the object db embedded mode is intended for single-user / single thread access only or not. Is it ok to use object db in an embedded (non server) mode for a web app or web
87

Embedded & Activation & Scalation

. So, we'd like to embedded odb into each instance instead for now and point each to the same database ... embedded mode that way. In embedded mode only a single process can access the database ... only limitation. Is there a way to spawn multiple server instances "embedded" into our app
87

Non Embedded byte[]

I am trying to understand the "embedded=false" for JDO byte[] as described in ObjectDB 1.0 Manual ... { boolean isCurrent; @Persist(embedded="false")byte[] imageData; } Would the above code allow ... the byte[] from the datastore file? Is the imageData byte[], if not embedded, stored as a single "blob
87

Possible issue with Spring JPA and Embedded

Hello, I'm having some fun with Spring and embedded objects. I have need to embed some small ... how to go about proving where the issue is. (I can see the embedded objects in the database with the explorer, but they are NEVER returned) If I change my embedded class to be an entity it all works
87

config file for embedded database

Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view (view only) an open embedded database. dmoshal David Moshal The same procedure
87

Changing from client server to embedded mode

(         "objectdb://localhost/myDB.odb;user=admin;password=admin"); Now to switch to embedded mode, I ... Client Server mode. kindly provide information how to switch from client server mode to embedded ... The database file format in client-server mode and embedded mode is the same, so it should be easy
86

How to connect to an embedded ObjectDB in a JPA/JEE application?

could not find any reference who to connet to an embedded objectdb in a JEE/JPA application ... the client-server connection url with an embedded connection url, e.g. an absolute file path. See this documentation section regarding client-server and embedded connection urls. support Support
84

Embedded List

", ItemDB.class).setParameter(1, strSupPart); strSupPart is the part I am looking for in my Embedded List ... to get records that have part of the strSupPart field from the Embedded class in the ItemDB class, my code
17

Embedded Database Replication

As we all know, embedded databases out-perform server databases on every occasion. The problem with embedded databases is that theyre difficult to scale. If I were to create an entire enterprise web application within a single jar file using embedded tomcat and embedded objectdb I would run into
17

config file for embedded database

Hi, I'm going back to embedded mode after some time with client/server mode. Question: how does the embedded jar find it's config file? Dave ps: thanks for the improvements to the explorer - still need a way to view (view only) an open embedded database. dmoshal David Moshal Please read and follow

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support