This document provides a step-by-step guide for creating a Java application with an embedded database. It describes how to design a database from an Excel spreadsheet with normalized tables, create the database using Java DB, and link the tables. It then explains how to create a NetBeans project and connect it to the embedded database, and generate entity classes to represent the database tables in the Java application. The goal is to demonstrate how to link a database designed in Excel to a Java application using Java DB and JPA techniques.