 301 | This chapter explains how to use the following ObjectDB tools and utilities: |
 58 | ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used ... the approach of traditional visual database tools. Every row in the table represents a single object ... window and then select the Tools > Bookmark... command, specify a bookmark name and click OK |
 55 | The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB ... ObjectDB Doctor Diagnosis The ObjectDB Doctor tool is bundled in the objectdb.jar file. It can be run from ... the current directory a path to it has to be specified. The tool main class is com.objectdb.Doctor |
 55 | . Recording is enabled by default and can be disabled in the configuration. The ObjectDB Replayer tool ... might be slow if the database is large. Running the ObjectDB Replayer The ObjectDB Replayer tool is bundled in ... . The tool's main class is com.objectdb.Replayer and the required argument is the path to the database |
 51 | ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making these databases accessible to client applications in other processes including ones on other remote ... Server tool is bundled in the objectdb.jar file. You can run it from the command line as follows |
 45 | The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. For step by step instructions on using BIRT with ObjectDB see the Report Generation with BIRT |
 45 | This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as simple as possible - we will use the basic points.odb ObjectDB database file from the Getting Started |
 45 | ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes after compilation. Enhancement is mainly for user-defined persistable classes (entity classes, embeddable classes and mapped superclasses), and is usually optional |
 32 | 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. |
 32 | Replication enables maintaining up to date version of an ObjectDB database on multiple nodes. |