Deploying an Embedded Application with Apache Derby

36

Author: JT Smith

Learn how to build a self-contained, deployable embedded Apache Derby database application. In this article, the last one in this series, you map database tables into Java classes, write Data Access Objects (DAOs), and combine them with your business logic classes into a complete database application.

Link: