ObjectDB Database Search

1-50 of 200 results

Database Server

the server on Windows On Windows, you can also run the server by using the server .exe application ... , the server .exe application appears as an icon in the Windows notification area (system tray). Right-click the icon and use the context menu to manage the server (stop, restart, and start) or to exit the server application .

Server Configuration

The configuration element specifies settings for running an ObjectDB Server . The server ... to the server : The port attribute specifies the TCP port on which the server listens for new ... the maximum number of simultaneous connections that the server accepts. A connection request that exceeds

Server User List

The configuration element lists the users who are allowed to access the ObjectDB Server ... when the user connects to the server . The optional ip attribute, if specified, allows the user to connect to the server only from the specified IP addresses. For example, "127.0.0.1" (the local computer

Step 6: Run the Java EE 6 Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode ... \Guestbook\WEB-INF ). You can stop the GlassFish server and open the database file in ObjectDB Explorer

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode - the database file is created under the Tomcat directory. You can stop the Tomcat server and open

NetBeans/JPA Web Application Tutorial

;to create and run a database driven Java web application in NetBeans - using Tomcat 6 Apache Tomcat Server 6.0 ( some modifications are needed for Tomcat 7.0 ), ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple

Eclipse/JPA Web Application Tutorial

;to create and run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by ... Tomcat Server 6.0 ( some modifications are needed for Tomcat 7.0 ). The last version of ObjectDB

Step 6: Run the Java EE 6 Application

You can run the application now by right clicking the  GuestServlet node (in the [Projects] window), selecting  Run File , and then clicking  OK (no need to change the servlet ... server and open the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual .

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Projects] window), selecting Run File , and then clicking  OK (no need to change the servlet execution URI ... . You can stop the Tomcat server and open the database file in ObjectDB Explorer : This is the end

JPA Connections and Transactions

for performing database operations. Many applications require multiple database connections during their lifetime. For example, in a web application , it is common to establish a separate database ... . Once constructed, it can serve the entire application . Operations that modify the database require active

Database Replication and Clustering

is a standard database that is managed on a standard ObjectDB database server . Any ObjectDB database on a server can function as a master database in a cluster, but databases in embedded mode ... databases Setting up slave databases is straightforward. You only need to run an ObjectDB database server

Online Backup

it is not open in an ObjectDB server or in use by any application . ObjectDB also supports online backups, which let you back up a database while it is in use. This feature is useful for applications that require continuous service (24/7), such as most web applications . Starting an online backup

Step 4: Run the Application

You can now run the application by right clicking the Main.java file (in the [ Package Explorer ] window) and selecting Run As Java Application . The expected output in the Eclipse [Console] window ... ) When you run the application for the first time, a new ObjectDB database file is generated in the db sub

Step 4: Run the Application

You can run the application now by right clicking the Main node (in the [Projects] window ... .5 (0,0) (1,1) (2,2) (3,3) : : (998,998) (999,999) When you run the application for the first time ... directory. Running the application again will use the existing database file to store an additional

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. Every visitor ... . This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project:

JPA Class Enhancer

enhancement in web applications , the web server or application server must be run with the Java agent JVM ... . Command line enhancement The ObjectDB Enhancer is a Java console application included in the objectdb ... with JPA JPA Web Application Java EE JPA Spring MVC and JPA Similarly, enhancement can be integrated

Privacy Policy

, as applicable . Collecting and Using Your Personal Data Types of Data Collected Personal Data ... section and verifying system and server integrity). Cookies can be "Persistent" or "Session" Cookies ... and improve services when applicable . Use of Your Personal Data The Company may use Personal Data

ObjectDB Object Database Features

Client- Server mode (TCP/IP). Secure Client- Server mode ( SSL over TCP/IP ). In process embedded database ... , IntelliJ and Maven. Getting Started Tutorial  (console). Web Application Tutorial (Tomcat/Jetty ... object database IDs. Sequence IDs - IDs are allocated automatically by application defined sequences

ObjectDB License

. You are encouraged to test ObjectDB before purchasing a license. Server License ObjectDB 2.x Server License costs £500  and includes all version 2.x updates. A server license covers one installation ... a Server License Site License ObjectDB 2.x Site License costs £2,500  and includes all version 2.x

Database Explorer

in client- server mode, other applications can access it simultaneously. If another process modifies ... and select the file. To open a database in client- server mode, select File Open C/S Connection ... a database path on the server , which you can do by using the Browse button. You can also open recently used

JPA Shared (L2) Entity Cache

all its EntityManager instances. The broader scope of this cache makes it useful in applications ... several server -side caches: Cache of database file pages . Cache of query programs . Cache of query execution results . The scope of these server -side caches is wider because they exist per database

What is the Java Persistence API (JPA)?

applications . The main advantage of JPA over JDBC (the older Java API for interacting with databases ... order to interact with a relational database such as Oracle, DB2, SQL Server or MySQL. The popular JPA ... representation in the relational database (as tables and records) and the representation in the Java application

ObjectDB Website - Terms and Conditions of Use

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 of these terms, you are prohibited ... applicable copyright and trade mark law. 2. Use License Permission is granted to temporarily download

Database Schema Evolution

: In client- server mode, the ObjectDB server must be restarted after a schema change. Automatic ... () if necessary). From String to numeric types, including enum types (when applicable ). From any date/time type

Schema Update

when you rename or move persistable classes to another package. If you run the application with persistable ... these changes, the application runs only with a configuration that matches them exactly. The default ... the specified schema updates every time a database is opened. When you use client- server mode

Obtaining a JPA Database Connection

a multithreaded application , each thread usually has its own EntityManager instance while sharing a single, application -wide EntityManagerFactory . When the connection to the database is no longer needed ... resources (such as a database file pointer or a socket to a remote server ) in a connection pool

ObjectDB Overview

processing, etc.) but in a way that makes development easier and applications faster. ObjectDB Database Key ... product. Suitable for database files ranging from kilobytes to terabytes. Supports both Client- Server ... . Can easily be embedded in applications of any type and size. Tested with Tomcat, Jetty, GlassFish

Database Management Settings

The configuration element specifies back-end (database engine) settings for the server and for embedded mode. The default configuration file contains the following element: The element The element ... is appropriate for most applications . The element When recovery is enabled, ObjectDB creates a recovery file

JPA Tutorials

on full application servers (such as Oracle GlassFish, Red Hat JBoss, IBM WebSphere and Oracle ... Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server ... The following tutorials demonstrate how to develop database driven applications using JPA

Step 7: Run the Spring Web App

redirection to the  controller path: If Tomcat 6.0 is installed as a server in your Eclipse - you can run the application now by right clicking the project node (in the [Project Explorer] window), selecting  Run As Run on Server , selecting the Tomcat 6.0 server and clicking Finish

JPA Web App Tutorial - Maven Project

The  JPA Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for Tomcat / Jetty) in  Eclipse or  NetBeans . Building a new application step by step is an effective way to learn - but if you prefer

Step 7: Run the Spring Web App

redirection to the controller path: Assuming that Tomcat 6.0 is installed as a server in your NetBeans - you should be able to run your application now by selecting Run Run Main Project from the main menu (or F6 ): You can select the server in the Run category of the project properties window (right click

Spring MVC JPA Tutorial - Maven Project

/JPA Spring MVC database driven web application in  Eclipse or  NetBeans . Building a new application step by step is an effective way to learn - but if you prefer, you may download and run the finished application as a Maven project: Spring MVC JPA - Maven Project (8KB) If 

Step 3: Define an EJB Session Bean

application servers such as GlassFish and JBoss, and not by servlet containers, such as Tomcat and Jetty. By using EJB classes we can move some work from the application to the EJB container (i.e. to the application server ). For instance, in this application the server : Manages the instantiation of the EJB

Step 3: Define an EJB Session Bean

Java EE application servers such as GlassFish and JBoss, and not by servlet containers, such as Tomcat and Jetty. By using EJB classes we can move some work from the application to the EJB container (i.e. to the application server ). For instance, in this application the server : Manages

Step 3: Add a Context Listener Class

if not existing yet) when the web application starts, by instantiating an EntityManagerFactory . The database will be closed when the web application stops (or when the web server shuts down), by ... EntityManagerFactory instance with a global application scope. We have to register

Step 3: Add a Context Listener Class

if not existing yet) when the web application starts, by instantiating an EntityManagerFactory . The database will be closed when the web application stops (or when the web server shuts down), by closing ... EntityManagerFactory instance with a global application scope. We have to register

JPA Web App Tutorial - IntelliJ Project

: Select File Open Project... . Select the guestbook-web directory and click OK . Define the Server : Select File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat ... To open and run the  JPA Web Application tutorial project in IntelliJ IDEA: Download

Java EE 6 JPA Tutorial - IntelliJ Project

directory and click  OK . Define the Server : Select  File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat has to be downloaded separately). Define Run Configuration ... To open and run the  Java EE 6 Web Application tutorial project in IntelliJ IDEA

Java EE Web Tutorial

application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server , such as GlassFish 3.0.1 or JBoss AS 6. If you need a web application that can run on a simple servlet container (such as Tomcat or Jetty

Java EE JPA Tutorial - Maven Project

The  Java EE Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for GlassFish 3/ JBoss 6) in  Eclipse or  NetBeans . Building a new application step by step is an effective way to learn - but 

Step 1: Create a Web Project

We start by creating a new NetBeans Web Application Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Web Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and click Next . Select Apache Tomcat 6 as the Server . Note

Spring MVC JPA Tutorial - IntelliJ Project

the Server : Select  File Settings Application Servers . Add Tomcat 6 Server if not set already (Tomcat ... , click the  + icon and select  Tomcat Server Local . Enter a name (e.g.  Guestbook

Step 1: Create a Java EE Web Project

We start by creating a new Java EE 6 Web Application project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Web Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and click Next . Select GlassFish Server 3 (or above) 

Java EE 6 JPA Tutorial - Eclipse Project

To open and run the Java EE 6 Web Application tutorial project in Eclipse: Download ... On Server . (this command is available only if Maven Integration for WTP is installed when the Maven project is imported into the IDE). Choose or define the server and click  Finish

JPA Web App Tutorial - Eclipse Project

To open and run the  JPA Web Application tutorial project in Eclipse: Download ... . Run the project in Eclipse: Right click the project node and select Run As Run On Server ... is imported into the IDE). Choose or define the server and click Finish . Eclipse should open an internal

Eclipse/JPA Java EE Tutorial

;to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor ... for Java EE Developers. GlassFish Server 3.0.1 (or above). The last version of ObjectDB (just download

Step 4: Add a Servlet Class

bean, which is instantiated and injected by the application server into the  guestDao field ... page that will serve as the application view and will produce the guestbook output.

Step 4: Add a Servlet Class

on the database are carried on by the GuestDao session bean, which is instantiated and injected by the application server into the guestDao field automatically (since the field is marked with the @EJB annotation). The next step is adding a JSP page that will serve as the application view and will produce the guestbook output.

JPA Web App Tutorial - NetBeans Project

To open and run the  JPA Web Application tutorial project in NetBeans: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in NetBeans ... Project . Run the project: Select Run Run Main Project... (or F6 ). Choose or define the server and click