ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
8

Index Definition

name attribute has no specific role but might be presented in the ObjectDB Explorer and in logging
1

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer] window) and selecting New > Class. The package name should be guest. Enter GuestController as the class name - use
1

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer] window and select New > Class. Enter tutorial as the package name (case sensitive). Enter Point as the class name (case sensitive). Click Finish to create
1

Step 6: Set the Spring XML

that file: Right click the WEB-INF node in the [Package Explorer] window, select New > Other... > XML > XML
1

Step 4: Add a Servlet Class

In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window), selecting New > Other... > Web > Servlet and clicking Next. The Java package name should be guest. Enter
1

Step 3: Add a Context Listener Class

box by right clicking the guest package node (in the [Package Explorer] window), selecting New
1

Step 1: Create a Java EE 6 Web Project

the file system and drop it in the WebContent/WEB-INF/lib node in the Eclipse Project Explorer
1

Step 3: Create an ObjectDB Data Source

Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [Data Explorer] window and selecting New Data Source. Select ObjectDB Data Source from the list of available
0

[ODB1] Chapter 6 - Persistent Objects

Explorer, as discussed in chapter 9, or by the application: import com.objectdb.Utilities
0

[ODB1] Chapter 8 - ObjectDB Server

the Explorer). Additional permissions are granted using the <permissions> sub element

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