ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
8

Database Schema Evolution

, have to be converted to the new schema. Note: In client-server mode the ObjectDB server must be restarted
8

Shared (L2) Entity Cache

on the client side - ObjectDB manages also several caches on the server side: Cache of database file pages. Cache of query programs. Cache of query execution results. The scope of these server side caches
8

Chapter 6 - Configuration

The ObjectDB configuration file contains one <objectdb> root element with seven subelements: <objectdb> <general> ... </general> <database> ... </database> <entities> ... </entities> <schema> ... </schema> <server> ... </server> <users> ... </users> <ssl> ... </ssl
5

Database Management Settings

The <database> configuration element specifies back end (database engine) settings that are relevant on the server side and in embedded mode. The default configuration file contains the following <database> element: <database> <size initial="256kb" resize="256kb" page="2kb" /> <recovery
5

Schema Update

-server mode the <schema> instructions should usually be located on the client
1

Spring MVC JPA Tutorial - Eclipse Project

click the project node and select Run As > Run On Server. (this command is available only if Maven ... the server and click Finish. Eclipse should open an internal browser window, but if it doesn't work
1

JPA Web App Tutorial - Eclipse Project

click the project node and select Run As > Run On Server. (this command is available only if Maven ... the server and click Finish. Eclipse should open an internal browser window, but if it doesn't work
1

Step 1: Create a Web Project

Name (e.g. Guestbook) and click Next. Select Apache Tomcat 6 as the Server. Note: You may have to add Tomcat 6 as a new server by clicking the Add... button. Follow the instructions and specify
1

JPA Web App Tutorial - NetBeans Project

Run > Run Main Project... (or F6). Choose or define the server and click OK. If a browser is not opened - open it at http://localhost:8080/Guestbook/.
1

Step 3: Add a Context Listener Class

. The database will be closed when the web application stops (or when the web server shuts down), by

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