Internal Website Search

11-20 of 200 resultsRefresh

Database server with an application

Hi, I read the database server section of the manual - and it looks like it is not possible to connect to a Database embedded with an application from another application - is that correct? The way to go is to have the DB server running by itself and then the 2

Access to client/server database from multiple applications

Is there a preferred way to run a client-server database so that updates from one application are immediately visible to another? The way I managed this was to run PersistenceManagerFactory.getDataStoreCache().evictAll(true,MyClass.class) to ensure

Embedding ObjectDB on server application

I'm trying to integrate ObjectDB as part of a server software I am developing. I'm ... is server app's trace) javax ... eclipse, the server middleware is responsible to load the jars dependencies, and objectdb wasn't

Server Configuration

The <server> configuration element specifies settings for running an server">ObjectDB Server. The server is affected also by ... >The default configuration file contains the following <server> element:

Server User List

to access the server">ObjectDB Server and specifies their specific ... that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP addresses

Database Connection using JPA

> instance, which also provides functionality for performing operations on a database. Many applications require multiple database connections during their lifetime. For instance, in a web application ... , but it is a one time operation. Once constructed, it can serve the entire application.

JPA Web Application Tutorial

This tutorial demonstrates how to create and run a database driven Java web application using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page ... -toc> In addition the demonstrated application is available as a Maven project:

[ODB1] Chapter 1 - About ObjectDB

). Applications running on different JVM's communicate with the database server using TCP/IP. Many client ... Mode In embedded mode, the application uses ObjectDB as a class library, so no server ... if you are considering deploying a Java web application on a virtual web hosting server

[ODB1] Chapter 9 - ObjectDB Explorer

in the Explorer using client server mode, it can be accessed simultaneously by other applications ... > The Explorer is a pure Java GUI application. It is shipped as an executable jar that will run ... using the explorer.exe application, located in the bin directory. Notice that the original structure

[ODB1] Chapter 5 - JDO Connections

applications (using client server mode to connect to the database), short term connections are preferred ... .PersistenceManagerFactory Most applications require multiple database connections during their lifetime. For instance, in a web application it is very common to establish a separate database connection