Contents Index Compiling UltraLite Java applications UltraLite API reference pdf/preface.pdf

UltraLite User's Guide
  Developing UltraLite Java Applications
    Building UltraLite Java applications

Deploying Java applications


Your UltraLite application consists of the following:

Your UltraLite application can be deployed in whatever manner is appropriate. You may wish to package together these class files in a JAR file, for ease of deployment.

Your UltraLite application automatically initializes its own database the first time it is invoked. At first, your database will contain no data. You can add data explicitly using INSERT statements in your application, or you can import data from a consolidated database through synchronization. Explicit INSERT statements are especially useful when developing prototypes.

For more information, see Adding synchronization to your application.


Contents Index Compiling UltraLite Java applications UltraLite API reference pdf/preface.pdf