ObjectDB ObjectDB

Internal Website Search

11-20 of 188 resultsRefresh
142

Database connection url

="$objectdb/db-files" /> </server> However, I'm not sure about the connection url for the code ... code, and from explorer? dmoshal David Moshal You have to fix the connection url. See: https://www
15

BIRT/ODA ObjectDB Driver

the [Work with] field enter the ObjectDB update site URL: http://www.objectdb.com/eclipse and press ... . Enter data source name (e.g. ObjectDB Points) and click Next. Specify an ObjectDB connection 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

</provider> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db ... > </persistence> Now ObjectDB should be used as a JPA provider with the specified database url
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.
3

Step 6: Set the Spring XML

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

[ODB1] Chapter 8 - ObjectDB Server

the connection URL string. 8.1 Running an ObjectDB Server The ObjectDB server is a pure Java application ... in the url connection string (as explained in section 5.1) when connecting to the database ... . When connecting to the server, the path specified in the url connection is resolved relative
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