ObjectDB ObjectDB

Internal Website Search

51-60 of 183 resultsRefresh
3

Step 4: Add a Controller Class

: If a new guest has registered (using a JSP form that will be added in the next tutorial step) - a new ... (which is presented in the next tutorial step) that generates the HTML output. The JSP uses
3

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer] window and select New > Class. Enter tutorial as the package ... the new class. Copy and paste the following code into the newly created Point class: package tutorial
3

Step 4: Add a Servlet Class

that is shown in the next tutorial step) - a new Guest entity object is constructed and stored in ... the next tutorial step). The JSP uses the "guest" attribute to generate the page output. Finally
3

Step 1: Create a Java Project

We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File > New Project... Select Java > Java Application and click Next. Choose a Project Name (e.g. Tutorial). The name of the Main class should be tutorial.Main. Verify that exactly this case sensitive fully
3

Step 1: Create a Maven Web Project

Name (e.g. Guestbook) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring ... "> <modelVersion>4.0.0</modelVersion> <groupId>com.objectdb.tutorial.spring</groupId> <artifactId>Guestbook
3

Step 5: Add a JSP Page

Tutorial</title> </head> <body> <form method="POST" action="GuestServlet ... the servlet in the previous step). The next step (and the last in this tutorial) is running the web application.
3

Step 3: Add a Main Class

to replace the content of the Main class with the following content: package tutorial; import javax ... is provided in the Quick Tour chapter of the ObjectDB Manual. The next step (and the last in this tutorial) is running the project.
3

Step 4: Add a Controller Class

guest has registered (using a JSP form that will be added in the next tutorial step) - a new Guest ... (which is presented in the next tutorial step) that generates the HTML output. The JSP uses the GuestDao
3

Step 5: Add a JSP Page

Tutorial</title> </head> <body> <form method="POST" action="guest ... ). The next step (and the last in this tutorial) is running the web application.
3

Step 5: Add a JSP Page

> <title>JPA Guest Book Web Application Tutorial</title> </head> <body> <form ... the servlet in the previous step). The next step (and the last in this tutorial) is running the web application.

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