ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
90

Database is erased after deploying a new web application version

Hello, I'm a new ObjectDB user and currently working on a Java web application that's running within Tomcat and uses ObjectDB. Each time I upload a new version of the web application (WAR file ... that is cleaned by the web server on every new deployment you should move it to another directory
80

Undeployment of an remote Glassfish application locks objectdb log file

your WebApplication. Look into the "domain1\applications" folder on the Glassfish server and find ... on an local Glassfish server. How can I undeploy the application without getting the logfile locked ... -unit> </persistence> Compile and deploy the WebApplication to an remote Glassfish server. Don't
80

multiple different applications access one odb file

with this. thanks peric.emil Emil Perić If you can run all these 3 applications on your web server ... Hi, is it possible to access one odb file from different applications? What we would like to accomplish. We have one app (runs on Wildlfy server) and it uses xyz.odb DB file. The other two apps
17

ObjectDB Object Database Features

-Server mode (TCP/IP). Secure Client-Server mode (SSL over TCP/IP). In process embedded database mode ... Application Tutorial (Tomcat/Jetty). Java EE Web Tutorial (GlassFish/JBoss). Spring MVC Framework Web ... are allocated automatically by application defined sequences. Application IDs - primary key values
16

JPA / JDO Class Enhancer

applications the web server or application server has to be run with the Java agent JVM argument ... Line Enhancement ObjectDB Enhancer is a Java console application. It is contained in the objectdb.jar ... : Quick Start with JPA JPA Web Application Java EE JPA Spring MVC and JPA Similarly, enhancement
3

Step 7: Run the Spring Web App

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 ... you can run the web application using the embedded Maven Jetty plugin: Right click the project node
3

Spring MVC JPA Tutorial - Maven Project

Spring MVC database driven web application in Eclipse or NetBeans. Building a new application step by ... application as a Maven project: Spring MVC JPA - Maven Project (8KB) If Maven is installed - extract the zip and run the application from the command line: > mvn package jetty:run The current directory
3

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
3

Step 3: Define an EJB Session Bean

are only supported by 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
3

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 ... a JPA's EntityManagerFactory instance with a global application scope. We have to register

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