Contents Index Tutorial: Build an Application Using Java Overview pdf/preface.pdf

UltraLite User's Guide
  Tutorial: Build an Application Using Java

Introduction


[ The files for this tutorial are in samples\src\ultralite\ javatutorial ]

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

Contents Index Tutorial: Build an Application Using Java Overview pdf/preface.pdf