ObjectDB ObjectDB

Internal Website Search

11-20 of 192 resultsRefresh
22

Server Configuration

" />   <!--   <replication url="objectdb://localhost/my.odb;user=admin;password=admin" />   --> </server ... is specified it also has to be specified by clients in the URL connection string when connecting ... operations of the server process. When connecting to the server the path that is specified in the URL
4

Step 1: Create a Maven Web Project

</artifactId> <packaging>war</packaging> <version>1.0</version> <name>Guestbook</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding ... </name> <url>https://m2.objectdb.com</url> </repository> </repositories> <dependencies
4

Step 1: Create a Maven Web Project

</artifactId> <packaging>war</packaging> <version>1.0</version> <name>Guestbook</name> <url>http://maven.apache.org</url> <properties>   <project.build.sourceEncoding>UTF-8</project.build ... Repository</name>    <url>https://m2.objectdb.com</url>   </repository> </repositories
3

Step 3: Create an ObjectDB Data Source

connection url: Download and save the points.odb database file (from the Quick Start tutorial). Specify an ObjectDB connection url - either embedded (e.g. c:\points.odb) or client-server (e.g ... to check the connection url: Click the Finish button to complete the creation of the ObjectDB data source
3

Step 2: Entity Class and Persistence Unit

.objectdb.jpa.Provider</provider> <properties> <property name="javax.persistence.jdbc.url ... database url. The next step is adding an EJB Session Bean that will manage Guest entity objects.
3

Step 6: Set the Spring XML

> </servlet> <servlet-mapping> <servlet-name>spring</servlet-name> <url-pattern>*.html</url-pattern> </servlet-mapping> <session-config> <session-timeout> 30
3

Step 6: Set the Spring XML

-mapping> <servlet-name>spring</servlet-name> <url-pattern>*.html</url-pattern> </servlet
3

Step 1: Install BIRT and ObjectDB Driver

> Install New Software... In the [Work with] field enter the BIRT update site url. http://download.eclipse ... > Install New Software... In the [Work with] field enter the ObjectDB update site url: http://www
3

Step 2: Entity Class and Persistence Unit

="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb"/> <property name="javax.persistence ... provider with the specified database url. The next step is adding an EJB Session Bean that will manage Guest entity objects.
2

[ODB1] Chapter 5 - JDO Connections

a relative path of a local database file has to be specified. To use client server mode, a url in ... .setConnectionPassword("itisme"); // Using the getter methods: System.out.println("Database URL: " + pmf ... PersistenceManager instance. The PersistenceManagerFactory's connection url specifies the location of the database

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