UltraLite User's Guide
Tutorial: Build an Application Using Java
This tutorial describes how to construct a very simple application using UltraLite Java. The application is a command-line application, developed using the Sun JDK, which queries data in the ULProduct table of the UltraLite 9.0 Sample database.
In this tutorial, you create a Java source file, create a project in a reference database, and use these sources to build and run your application. The early lessons describe a version of the application without synchronization. Synchronization is added in a later lesson.
To follow the tutorial, you should have a Java Development Kit installed.
Overview
Create a directory to hold your files