Internal Website Search

1-50 of 200 results

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] 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

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] 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

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook HTML output: Open the [New JSP File] dialog box by right clicking the WEB-INF node under the Web Pages node (in the [Projects] window ... content: JPA Guestbook Web Application Tutorial Name: The JSP generates the guestbook page output

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] dialog box by right clicking the WebContent node (in the [Package Explorer] window), selecting ... Tutorial Name: The JSP generates the guestbook page output, which contains a simple form for signing

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] dialog box by right clicking the WebContent node (in the [Package Explorer] window), selecting ... generates the guestbook page output, which contains a simple form for signing the guestbook, followed by

Step 5: Add a JSP Page

Tutorial Name: The JSP generates the guestbook page output, which contains a simple form for signing

Privacy Policy

the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit and user actions during page views). Website  refers to ObjectDB Website, accessible from ... device identifiers, browser type, browser version, the time and date of Your visit, the pages

JPA Criteria API Queries

chaining. See the links in the next sections of this page for detailed explanations on how to set ... pages . Specific details about criteria query clauses are provided in the following page sections ... links to the criteria query sections in pages that describe query structure in general, including in

Database Explorer

the Tools Options...  menu command. The [Options] dialog box contains three tabbed pages : [General], [Fonts] and [Views]. The [General] Page The [General] page contains the following settings ... the specified classpath. The [Fonts] Page The [Fonts] page is used to set the appearance of different

Setting and Tuning of JPA Queries

maximum is ignored. These methods support the implementation of efficient result paging . For example, if each result page should show exactly pageSize results, and pageId represents the result page number ( 0 for the first page ), the following expression retrieves the results for a specified page

Database Management Settings

:    The element The element specifies the database file and page size settings: The initial ... resize operations might cause fragmentation of the database file). The page attribute specifies the size of a page in a database file. The default 2KB is appropriate for most applications. The element

ObjectDB Object Database Features

(per EntityManager). L2 shared entity data cache  (per EntityManagerFactory). Database file page cache ... , max) - for paging . Query Structure SELECT (including NEW ). FROM (including INNER JOIN , LEFT OUTER

Server Configuration

on the slave server to define the replicated slave database. More details on replication are provided on the Database Replication and Clustering page .

JPA Query Expressions (JPQL / Criteria)

of this Section This section contains the following pages : Detailed explanations on how to build criteria query

JPA Query Structure (JPQL / Criteria)

. Organization of this Section This section contains the following pages : Detailed explanations on how to set

JPA Reference (JavaDoc)

of these documentation pages is to serve as a reference. In order to learn how to use JPA and ObjectDB please read the ObjectDB manual .

JPA Class Enhancer

on the Tutorial pages : Quick Start with JPA JPA Web Application Java EE JPA Spring MVC and JPA

Literals in JPQL and Criteria Queries

rules, as explained in the Comparison Operators page . Boolean Literals Similarly to Java and SQL, JPQL

ObjectDB Release History

Please read the ObjectDB licence page .

JPA Query API

over dynamic queries when possible. Organization of this Section The following pages explain how to define

JPA Metamodel API

variables in the FROM clause: See the JPA Metamodel API page (in the ObjectDB manual) for more details and examples.

Chapter 3 - Using JPA

This chapter explains how to manage ObjectDB databases using the Java Persistence API (JPA). The first two pages introduce basic JPA interfaces and concepts: The next section explains how to use JPA for database CRUD operations: More advanced topics (e.g. locking and events) are discussed in the last section:

Shared (L2) Entity Cache

side: Cache of database file pages . Cache of query programs . Cache of query execution results

Chapter 6 - Configuration

The ObjectDB configuration file contains one root element with seven subelements: ... ... ... ... ... ... ... Each one of these seven configuration elements is explained in a separate section: This page explains how ObjectDB configuration works in general. The Configuration Path By default

ObjectDB Website - Terms and Conditions of Use

are under other licenses. See the Credits and Attributions page . 3. Disclaimer The materials on ObjectDB

JPA Primary Key

are stored continuously and can be collected by accessing a minimum number of database pages

Step 4: Add a Servlet Class

. Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output. Finally, the database connection (including the transaction if still active) is closed. The next step is adding a JSP page that will produce the guestbook page output.

Step 4: Add a Servlet Class

and stored in the request's "guest" attribute. Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output ... is adding a JSP page that will produce the guestbook page output.

Step 4: Add a Controller Class

is forwarded to a JSP page (which is presented in the next tutorial step) that generates the HTML ... ; adding a JSP page that will serve as the application view and will produce the guestbook page output.

Step 4: Add a Controller Class

object is constructed and stored in the database. Processing is forwarded to a JSP page ... is "guestDao" and its value is guestDao ). The next step is adding a JSP page that will serve as the application view and will produce the guestbook page output.

Step 4: Add a Servlet Class

to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output. Notice that operations on the database are carried on by the  ... is adding a JSP page that will serve as the application view and will produce the guestbook output.

Step 4: Add a Servlet Class

"guest" attribute. Then the processing is forwarded to the JSP page (which is presented in the next tutorial step). The JSP uses the "guest" attribute to generate the page output. Notice that operations ... annotation). The next step is adding a JSP page that will serve as the application view and will produce the guestbook output.

[ODB1] Chapter 9 - ObjectDB Explorer

The Explorer settings are organized in a an "Options" dialog box with tabbed pages : "General", "SSL" (in ... | Options" menu command. The "General" Page The "General" page contains various options. The "Encoding ... , but you can always change the path to use a different configuration file. The "SSL" Page The "SSL" page

Step 6: Set the Spring XML

another xml configuration file. Open the web.xml file (under Web Pages WEB-INF) in a text editor (by right ... for JSP pages in the WEB-INF directory. The next step (and the last in this tutorial) is running the Spring web application .

Eclipse/JPA Spring MVC Web Tutorial

a basic guestbook page . Every visitor can sign the guestbook by filling a simple form. The visitors

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 6: Set the Spring XML

and transactions), to inject a JPA  EntityManager , to manage transactions and to look for JSP pages in

Step 3: Add a Context Listener Class

). The next step is adding a servlet class that will manage the guestbook page .

NetBeans/JPA Web Application Tutorial

application manages a basic guestbook page . Every visitor can sign the guestbook by filling a simple

Step 7: Run the Spring Web App

At this stage your project should have the following structure: Use copy and paste to replace the content of the index.jsp file (which serves as the default front page ) with the following redirection to the  controller path: If Tomcat 6.0 is installed as a server in your Eclipse - 

Java EE Web Tutorial

) see the JPA Web App Tutorial . The demo web application manages a basic guestbook page . Every visitor

NetBeans/JPA Spring MVC Web Tutorial

manages a basic guestbook page . Every visitor can sign the guestbook by filling a simple form

Eclipse/JPA Java EE Tutorial

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

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

Step 5: Design a BIRT Report Chart

, background, etc.: Click Finish to add the chart to the report page : You may click Preview  now

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

NetBeans/JPA Java EE Tutorial

This is the NetBeans version of the  Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page

Step 3: Add a Context Listener Class

- when the application stops ( contextDestroyed ). The next step is adding a servlet class that will manage the guestbook page .

Step 7: Run the Spring Web App

At this stage your project should have the following structure: Use copy and paste to replace the content of the index.jsp file (which serves as the default front page ) with the following redirection to the controller path: Assuming that Tomcat 6.0 is installed as a server in your NetBeans

[ODB1] Chapter 6 - Persistent Objects

that is required by JDO, ObjectDB manages another cache containing database pages , in order to improve efficiency. Unlike the object cache, which is always on the client side, the page cache is located ... , in which passing string values between web pages is easier than passing real object ID instances. In