This chapter provides a tutorial that guides you through the process of developing a Java UltraLite application. The first section describes how to build a very simple Java UltraLite application. The second section describes how to add synchronization to your application.
For an overview of the development process and background information on the UltraLite database, see Designing UltraLite Applications.
For information on developing Java UltraLite Applications, see Developing UltraLite Java Applications.
Introduction
Lesson 1: Add SQL statements to your reference database
Lesson 2: Run the UltraLite generator
Lesson 3: Write the application code
Lesson 4: Build and run the application
Lesson 5: Add synchronization to your application
Lesson 6: Undo the changes you have made