Internal Website Search

81-90 of 200 resultsRefresh

ObjectDB Website - Terms and Conditions of Use

these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any ... are protected by applicable copyright and trade mark law. 2. Use License

SSL Configuration

) settings for secure communication in client-server mode, for both the client side and the server ... : <ssl enabled="false"> <server-keystore path="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore

Database Schema Evolution

, have to be converted to the new schema. Note: In client-server mode the ObjectDB server must be restarted after a schema change. applicable). From any date type to any date type.

Chapter 6 - Configuration

; <schema> ... </schema> <server> ... </server> <users> ... < ... . For example, in a web application, in which objectdb.jar is located in WEB

Step 1: Create a Java EE Web Project

We start by creating a new Java EE 6 Web Application project in NetBeans: Select Java Web > Web Application and click Next. Select GlassFish Server 3 (or above) and Java EE 6

Java EE 6 JPA Tutorial - Eclipse Project

To open and run the Java EE 6 Web Application tutorial ... > Right click the project node and select Run As > Run On Server. (this command ... the IDE). Choose or define the server and click Finish. Eclipse

JPA Web App Tutorial - Eclipse Project

To open and run the JPA Web Application tutorial ... the project node and select Run As > Run On Server. (this command is available only  ... > Choose or define the server and click Finish. Eclipse should open an internal

javax.jdo.JDOEntityManager

> at transaction completion. This method allows the application to explicitly provide a hint ... method is to be preferred for new applications.

javax.jdo.PersistenceManager

>PersistenceManager is the primary interface for JDO-aware application components ... the application to explicitly provide a hint to the PersistenceManager , or might have been constructed by the application. If the PersistenceManager

ObjectDB 1.0 Manual

how to develop database applications using ObjectDB and JDO (Java Data Objects), the revolutionary database ... /jdo/manual/chapter8">Chapter 8 - ObjectDB Server Explains how to manage an ObjectDB database server. Chapter 9 - ObjectDB Explorer