ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
53

Database Management Settings

<database> element: <database> <size initial="256kb" resize="256kb" page="2kb" /> <recovery ... initial="256kb" resize="256kb" page="2kb" /> The <size> element specifies the database file and page size settings: The initial attribute specifies the initial size of every new database file
51

Setting and Tuning of JPA Queries

. 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: List<Country
45

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 ... : <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util
45

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 ... : <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util
45

Step 5: Add a JSP Page

] dialog box by right clicking the WEB-INF node under the Web Pages node (in the [Projects] window ... content: <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page ... > </html> The JSP generates the guestbook page output, which contains a simple form for signing
45

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 ... jsp file with the following content: <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util.*,guest.Guest"%> <!DOCTYPE html PUBLIC "-//W3C//DTD
45

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 ... jsp file with the following content: <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="java.util.*,guest.Guest"%> <!DOCTYPE html PUBLIC "-//W3C
44

Step 5: Add a JSP Page

of the new jsp file with the following content: <%@page contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page import="guest.*"%> <jsp:useBean id="guestDao" type="guest.GuestDao ... %" height="30"> </iframe> </body> </html> The JSP generates the guestbook page output
24

Privacy Policy

infrastructure itself (for example, the duration of a page visit and user actions during page views). Website ... of Your visit, the pages of our Website that You visit and Your actions on these pages, and the time spent on those pages. When You access the Service by or through a mobile device, We may collect certain
2

[ODB1] Chapter 9 - ObjectDB Explorer

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

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