ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
107

Programatic configuration or configuration file loaded from classpath or file

/setting. However, I have a dynamic environment and don't want to place the configuration file in ... ) Is it possible to place the configuration file in my own jar and have it loaded by classloader? If one or ... the configuration file. b) ) Is it possible to place the configuration file in my own jar and have it loaded by
20

Database Explorer

. Running the Explorer The ObjectDB Explorer is contained in the explorer.jar executable jar file, which is located in the bin directory of ObjectDB. It depends on the objectdb.jar file. You can run ... the shell file, setting the paths to the objectdb.jarfile and to the JVM). Connecting
18

General Settings and Logging

to both the server side and the client side. The default configuration file contains the following <general> element ... " threshold="64mb" /> To meet memory constraints ObjectDB can use temporary files when processing large ... file settings: The path attribute specifies a directory in which the temporary files are generated
18

SSL Configuration

file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path ... and Truststore Files To use SSL you have to generate at least two files: A Keystore file that functions as a unique signature of your server. This file contains general details (such as a company name), an RSA
17

Use temporary files to enable very large transactions

further version. Can you implement it that ObjectDB used temporary files? btc_es BTC EmbeddedSystems ... which this data is written to a temporary file. Even without speed optimizations, but with priority ... Although ObjectDB already uses temporary files for many activities (e.g. processing large query
3

Step 6: Set the Spring XML

of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under src/main/webapp/WEB-INF) in a text editor (by ... tab in the editor window). Use copy and paste to replace the default content of the web.xml file
3

Step 6: Set the Spring XML

of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under Web Pages > WEB-INF) in a text editor (by right ... ). Use copy and paste to replace the default content of the web.xml file with the following new
2

[ODB1] Chapter 5 - JDO Connections

. To access a database file directly using embedded mode, specify either its absolute path or its relative ... PersistenceManagerFactory instance, based on the specified properties. Using a Properties File Properties can also be specified in a file, as demonstrated by the following properties file: javax.jdo
2

[ODB1] Chapter 2 - A Quick Tour

source file, HelloWorld.java, containing a single class: 1 // A simple program that manages a list ... a local database file, hello.odb, is obtained using the Utilities.getPersistenceManager(...) static method (lines 12-13). If a database file does not exist in that path, a new database file is created
1

[ODB1] Chapter 4 - JDO Metadata

A JDO metadata file is an XML file with a '.jdo' suffix, containing information about one or more persistent classes. All the persistent classes, and only them, have to be declared in a metadata file ... system. Therefore, at deployment, .jdo metadata files must be packaged with an application's .class files and the other resources

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