Tutorial: JPA and Kodo

This tutorial guides you through the steps for making a web application that uses JPA (Java Persistence API) with Kodo.

Kodo provides access to relational databases using an implementation of the EJB 3.0 Persistence standards. This allows a Java developer to use relational database technology without being an expert in relational database design.

Application Description

The web application you build in this tutorial maintains a list of products and customer orders. In this tutorial, you will develop "Add Customer" and "View Orders" modules of the web application. The Add Customer module adds customers to the database. The View Orders module displays a list of customers who had placed orders and an overview of each order.

Web Components

The following are the software components of the sample web application.

Related Topics

Working with Java Persistence API (JPA) Mappings

Click one of the following arrows to navigate through the tutorial:


Still need help? Post a question on the Workshop newsgroup.