Internal Website Search

1-50 of 200 results

ObjectDB Website - Terms and Conditions of Use

1. Terms By accessing and using this web site, you agree to be bound by these web site Terms ... from using or accessing this site. The materials contained in this web site are protected by ... one copy of the materials (information or software) on ObjectDB Software's web site for personal, non

Step 1: Create a Web Project

We start by creating a new Eclipse Dynamic Web Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Web Dynamic Web Project and click Next . Choose a Project Name (e ... web  project. Now, add ObjectDB support to the new Eclipse Project - by dragging the objectdb

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 ... , you may download and run the result application as a Maven project: JPA Web App - Maven Project (6KB

Step 1: Create a Java EE 6 Web Project

We start by creating a new Java EE dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using File New Project... Select Web Dynamic Web Project and click Next . Choose ... dynamic web project. To add ObjectDB/JPA support to the project, drag the objectdb.jar file from

Java EE Web Tutorial

This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB ... . If you need a web application that can run on a simple servlet container (such as Tomcat or Jetty

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 ... ;and Java EE 6 Web and click Next . Click the Finish button to create the project (Frameworks are not

JPA Web App Tutorial - IntelliJ Project

To open and run the  JPA Web Application tutorial project in IntelliJ IDEA: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the guestbook- web directory and click OK . Define the Server

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 ... installation directory and click Open . Now you should have a NetBeans Web Application project

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: Select  File Open Project... . Select the  guestbook- web directory and click  Open

Step 1: Create a Maven Web Project

We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Maven Maven Web Application and click Next . Choose a Project ... ;      Guestbook Now you should have a Maven based NetBeans web project with Spring

NetBeans/JPA Web Application Tutorial

This is the NetBeans version of the  JPA Web App tutorial. It demonstrates how 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

Eclipse/JPA Web Application Tutorial

This is the Eclipse version of the JPA Web App tutorial. It demonstrates how 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

JPA Web App Tutorial - Eclipse Project

To open and run the  JPA Web Application tutorial project in Eclipse: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in Eclipse: Select ... ; guestbook- web directory as Root Directory and press  ENTER . Select the project and click  Finish

Eclipse/JPA Spring MVC Web Tutorial

This is the Eclipse version of the  Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages

Step 1: Create a Maven Web Project

We start by creating a new Maven-WTP dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using  File New Project... Select  Maven Maven Project and click  ... stop Guestbook Now you should have a Maven based Eclipse dynamic web project (WTP) with Spring MVC

Step 7: Run the Spring Web App

) and follow the instructions. Alternatively you can run the web application using the embedded ... /. This Spring web application can also run with GlassFish 3.0.1, with a small change in the 

NetBeans/JPA Spring MVC Web Tutorial

This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web 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. Every visitor can sign the guestbook by filling a simple form. The visitors that have already signed are listed

Step 7: Run the Spring Web App

the project node and select Properties to open it). Alternatively you can run the web application using

Step 6: Run the Web Application

Shows how to run the Eclipse/JPA Web Application Tutorial.

Web App JPA Tutorials

All about Web App JPA Tutorials in Java/JPA database - explanations, examples, references, links and related information.

Step 6: Run the Web Application

Shows how to run the NetBeans/JPA web application tutorial.

Privacy Policy

may use Cookies. Web Beacons:  Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel ... , while Session Cookies are deleted as soon as You close Your web browser. We use both Session and Persistent

JPA Class Enhancer

on the Tutorial pages: Quick Start with JPA JPA Web Application Java EE JPA Spring MVC and JPA ... the build process. To use load time enhancement in web applications the web server or application

Chapter 6 - Configuration

changes the value of $objectdb . For example, in a web application, in which objectdb.jar is located in WEB -INF/lib , the ObjectDB home directory ( $objectdb ) is WEB -INF . You can also define $objectdb

ObjectDB Object Database Features

for Eclipse, NetBeans, IntelliJ and Maven. Getting Started Tutorial  (console). Web Application Tutorial (Tomcat/Jetty). Java EE  Web Tutorial (GlassFish/JBoss). Spring MVC Framework Web Tutorial

Database Server

, if an ObjectDB database is accessed directly only by a web application, it should be embedded in that web application and run within the web server process. Starting the ObjectDB Server The ObjectDB

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web .xml configuration file and to configure that servlet using another xml configuration file. Open the web .xml file (under Web Pages WEB -INF) in a text editor (by right

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the  web .xml configuration file and to configure that servlet using another xml configuration file. Open the  web .xml file (under src/main/webapp/ WEB -INF) in a text

JPA Tutorials

Tutorial Only basic Java experience is required in order to follow this tutorial. Web Application Tutorials The web application tutorials demonstrate how to use JPA in web applications. Understanding these tutorials requires some familiarity with basic concepts and principles of web applications in

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java ... . web .bind.annotation.RequestMapping; import org.springframework. web .servlet.ModelAndView; @Controller ... ); } } The GuestController class is defined as a Spring managed web controller using the @Controller annotation

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java ... .springframework.stereotype.Controller; import org.springframework. web .bind.annotation.RequestMapping; import org.springframework. web .servlet.ModelAndView; @Controller public class GuestController

Step 3: Add a Context Listener Class

created 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 ... Other... Select Web Web Application Listener and click Next . Enter GuestListener as the class name

Step 3: Add a Context Listener Class

created 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 ... Other... Web Listener and clicking Next . The Java package name should be guest. Enter GuestListener

Step 5: Add a JSP Page

] dialog box by right clicking the WEB -INF node under the Web Pages node (in the [Projects] window ... name. The Folder should be WEB -INF (to prevent accessing the JSP directly not through Spring). Click ... content: JPA Guestbook Web Application Tutorial Name: The JSP generates the guestbook page output

Step 5: Add a JSP Page

] dialog box by right clicking WEB -INF under src/main/webapp (in the [Package Explorer] window), selecting  New Other... Web JSP File and clicking Next . The parent folder should be WEB -INF ... replace the content of the new jsp file with the following content: JPA Guestbook Web Application

[ODB1] Chapter 1 - About ObjectDB

;ObjectDB in Web Applications ObjectDB for Java/JDO is specially designed for Java web applications. Each one of the ObjectDB editions can be easily integrated into any JSP/servlet web application. The JDO Guest Book sample provided with ObjectDB demonstrates a simple web application that uses ObjectDB

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  ... ;if you prefer, you may download and run the result application as a Maven project: Java EE JPA Web

Step 5: Add a JSP Page

] dialog box by right clicking the Web Pages node (in the [Projects] window) and selecting New JSP ... Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application .

Step 5: Add a JSP Page

] dialog box by right clicking the Web Pages node (in the [Projects] window) and selecting New JSP ... Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application .

Step 5: Add a JSP Page

  New Other... Web JSP File and clicking  Next . Enter  guest as the jsp file name ... replace the content of the new jsp file with the following content: JPA Guest Book Web Application ... (and the last in this tutorial) is running the web application .

Step 5: Add a JSP Page

New Other... Web JSP File and clicking Next . Enter guest as the jsp file name - use exactly ... of the new jsp file with the following content: JPA Guest Book Web Application Tutorial Name: The JSP ... " attribute that is set by the servlet in the previous step). The next step (and the last one in this tutorial) is running the web application .

Java EE 6 JPA Tutorial - IntelliJ Project

To open and run the  Java EE 6 Web Application tutorial project in IntelliJ IDEA: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open ... and click the green run icon (or  Shift+F10 ). If the browser fails to open check the settings at  File Settings Web Browsers .

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors

Step 4: Add a Servlet Class

In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window), selecting  New Other... Web Servlet and clicking  Next . The Java package name should be guest

Java EE 6 JPA Tutorial - Eclipse Project

To open and run the Java EE 6 Web Application tutorial project in Eclipse: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in Eclipse: Select  File Import... Maven Existing Maven Projects and click  Next . Select

[ODB1] Chapter 8 - ObjectDB Server

may also be used by multi user applications (such as web applications) where the same username and password ... directory of a web server. Every file in the data directory or in its subdirectories can be accessed by ... in subdirectories of that directory. 8.3  Multi User Server Configuration Similar to a web

[ODB1] Chapter 5 - JDO Connections

database connections during their lifetime. For instance, in a web application it is very common to establish a separate database connection for every web request. In general, holding a database connection ... (for example, per web request in a web application). In some cases, however, a single

[ODB1] Chapter 6 - Persistent Objects

IDs very useful for representing objects in web applications (in which parameters are represented ... ID instance), rather than an actual object ID instance. This is a classic case in web applications, in which passing string values between web pages is easier than passing real object ID instances. In

[ODB1] Chapter 4 - JDO Metadata

the following paths (in the order shown): META-INF/package.jdo WEB -INF/package.jdo package.jdo a/package.jdo ... paths (in the order shown): META-INF/package.jdo WEB -INF/package.jdo package.jdo X.jdo A metadata file ... classes can be specified in a package.jdo file located in META-INF , WEB -INF or in any other path