Previous Next vertical dots separating previous/next from contents/index/pdf

Kodo Tutorial Introduction

This tutorial guides you through the steps for making a web application that uses JPA (Java Persistence API) with BEA 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 sample application used in this tutorial is a web application for a company selling various products. The application maintains list of products for sale and customers who placed orders.

In this tutorial, you will develop "Add Customer" and "View Orders" modules of the web application. The Add Customer module should add customer to database. The View Orders module should display 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.

You will create workshop-jpa-tutorial project from the sample web application which contains database files and resources (.java, .css file and .jsp files) for Kodo based Web application. Using the resources and steps described in this tutorial, you will learn how to develop Kodo Web applications using Bea Workshop Studio™.

 

Related Topics

Working with Java Persistence API (JPA) Mappings

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

 

Skip navigation bar   Back to Top