Step 1. Setting Up the Hibernate Tutorial Sample Application

This tutorial uses a sample application and the HypersonicSQL database to demonstrate the features for working with Hibernate web application in Workshop.

Application Description

The sample application used in this tutorial is a web application for a company selling various products. The application maintains a list of products for sale and customers who placed orders. The diagram below shows the database tables used in this application.

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 have placed orders and an overview of each order.

Web Components

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

You will create the workshop-hibernate-tutorial project which contains database files and resources (.java, .css file and .jsp files) for a Hibernate web application. Using the resources and steps described in this tutorial, you will learn how to develop Hibernate web applications using Workshop™.

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


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