Chapter 6. Replication Examples

JE HA provides three different example programs that illustrate the concepts discussed in this manual. You can find them in your JE distribution in the <JE HOME>/examples/je/rep/quote directory, where <JE HOME> is the directory where you installed your JE distribution.

The examples provided for you are each based on a mock stock ticker application which stores stock values in a replicated JE environment. The differences in the three examples have to do with how each example handles requests for database access; in particular, database write requests.

Briefly, each of the examples are:

Usage of each of these examples is described in the Javadoc page for each example.