logo (1K)

Use

One of the key motivations behind jLips is that it should be very easy to use, with a minimal programming effort from the application developer side. This is acheived by using a simple provess to configure and use jLips.

The process is as follows:

  • Create a persist interface for each table the application needs to access, following the nameing guidelines

  • Create a database properties class

  • Register the properties class and the persist interfaces with jLips

  • Go!