ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
198

Database Server

ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making ... machines. The main benefits in running an ObjectDB server and using the client-server mode ... and use databases on remote machines over the network. Since client-server mode carries the overhead
182

Server Configuration

The <server> configuration element specifies settings for running an ObjectDB Server. The server ... > configuration elements. The default configuration file contains the following <server> element: <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files
165

Server User List

The <users> configuration element lists the users that are allowed to access the ObjectDB Server ... a username and a password that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP
43

SSL Configuration

communication in client-server mode, for both the client side and the server side. The default configuration file contains the following <ssl> element: <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore
36

Database Connection using JPA

and required for other file name extensions (e.g. "objectdb:my-db.tmp"). To use client server mode ... Database Server is expected to be running on a machine named host (could be a domain name or an IP address ... the location of the database file on the server, relative to the server data root path. Connection URL
27

Chapter 6 - Configuration

The ObjectDB configuration file contains one <objectdb> root element with seven subelements: <objectdb> <general> ... </general> <database> ... </database> <entities> ... </entities> <schema> ... </schema> <server> ... </server> <users> ... </users> <ssl> ... </ssl
19

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database
5

Eclipse/JPA Java EE Tutorial

Developers. GlassFish Server 3.0.1 (or above). The last version of ObjectDB (just download and extract
4

Constants.PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_SERVER_TIME_ZONE_ID The name of the persistence manager factory element's "server-time-zone-id" attribute. Since: JDO 2.1
4

Constants.PROPERTY_SERVER_TIME_ZONE_ID

Static Field javax.jdo.Constants String PROPERTY_SERVER_TIME_ZONE_ID Mapping "javax.jdo.option.ServerTimeZoneID" Since: JDO 2.1

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