The Branch Transformation Toolkit provides the following:
JDBCJournal is the default electronic journal requester provided by the
toolkit. It extends the Journal class, which is an abstract base class that
represents a generic financial electronic journal. The Journal class extends
the JDBCService class and implements the JournalService interface.
JDBCJournal
can work with any DBMS (database management system) that provides a JDBC driver.
This subclass can be further subclassed if additional functionality is required.
JDBCJournalImpl is the default journal service object.
JDBCJournalSchemaGenerator is the schema generator used to create default
journal tables.