About client-server
Database Server
Explains how to run and use the ObjectDB object database Server to manage Java/JPA/JDO databases in client-server mode.... main benefits in running an ObjectDB server and using the client-server mode are: The ability to access and use databases ... on remote machines over the network. Since client-server mode carries the overhead of TCP/IP communication between the ...
Database Connection using JPA
Describes the main JPA interfaces: EntityManagerFactory, EntityManager and EntityTransaction.... either a remote connection to a remote database server (in client-server mode) or a local connection to a local database file (in embedded ... is essential to release resources (such as a socket in client-server mode) back to the owning EntityManagerFactory . ...
SSL Configuration
Explains how to set Secure Socket Layer (SSL) in the ObjectDB fast Java object database for JPA/JDO.... Sockets Layer (SSL) settings for secure communication in client-server mode, for both the client side and the server side. The ...
Server User List
Explains how to define and set users, directories and permissions in the ObjectDB fast Java database server for JPA/JDO. The < users> configuration element lists the users that are allowed to access the ObjectDB Server and specifies their specific settings (username, password, permissions, quota). The default configuration file contains the following &l ...
Server Configuration
Explains how to set a JPA/JDO database server using ObjectDB, the fast Java object database for JPA/JDO. The < server> configuration element specifies settings for running an ObjectDB Server . The server is affected also by other elements in the configuration file, particularly the <users> and the <ssl> configurat ...
Online Backup
Online Backup enables backing up an ObjectDB database while it is in active use by applications. The ability to create a backup while the system is running is essential in applications and services that have to be available 24/7/365.... of the ObjectDB home directory (and in client-server mode a subdirectory of the ObjectDB home directory on the server ... as a java.io.File instance and em represents a client-server connection then the backup file will be downloaded to the client ...
How force always recreate database on redeployment.
Is there some easy way to force recreation/deletion of the current database on deployment of a web application (to Glassfish). My web application uses a @Singleton @Startup bean to create and persist a test model each run. I keep getting models on top of each other on rerunning my web application. Currently, to avoid multiple models in the database, I have to undeploy from Glassfish, stop the server, delete the database file, re-start the objectdb server, re-run the web app, which is tedious. ... using a web application container and persistence.xml in client-server mode ? edit ... support says: 'In client-server mode this configuration should be set on the server side.' ... using a web application container and persistence.xml in client-server mode ? You may add the drop parameter to the url that ...
[ODB1] Chapter 1 - About ObjectDB
Describes the main features and editions of ObjectDB 1.0 for Java/JDO.... one of two modes: embedded mode or client server mode. Client-Server Mode In client-server mode, an ObjectDB server is running on a separate JVM (in a ...
ObjectDB Object Database Features
ObjectDB provides a rich set of features, many of them as the result of supporting the JPA and JDO APIs.... Client-Server mode (TCP/IP). Secure Client-Server mode ( SSL over TCP/IP ). ...
Explorer and multi-thread
When I use explorer.exe to browse the database in objectdb, eclipse tells me another app occupy it, then how can objectdb support multi-thread? ... This is supported by ObjectDB in both embedded mode and client-server mode. However, if you try to open the Explorer and view a ... maybe even different computers). This is only supported in client-server mode. Therefore, to see the content of the database in ...