Project

General

Profile

External Project Patches

NCURSES

On Linux and UNIX, the native terminal support in the libp2j.so library depends on a customers version of NCURSES. The patches and full details on applying them can be found in Patching NCURSES.

TERMINFO

On Linux and UNIX, the native terminal support depends upon NCURSES which in turn is configured by the TERMINFO database. This defines the specifics of how each terminal type handles particular control characters/escape sequences. This step is only needed if you choose to run the FWD client with the native (console) driver.

Please see Patching TERMINFO for the details.

Hibernate

FWD relies on a customized version of Hibernate v4.1.8. Patches for Hibernate v4.1.8:

hibernate_orm_4.1.8.final_fwd_patches_20160416.zip

Hibernate v4.1.8 source distribution:

hibernate_orm_4.1.8.final_src_repo.zip

The original project download page can be found at http://hibernate.org/orm/downloads/, but it is expected that the 4.1.8 distribution will not always be directly available from that location.

Instructions on how to apply the patch can be found in Patching and Building Customized 3rd Party Libraries. The FWD project already includes the customized version of Hibernate. You don't have to apply the patch unless you want to make custom changes yourself. The pre-patched binary version is automatically downloaded as part of the FWD build process.

H2

FWD relies on the H2 Database for temp-table support, some internal housekeeping and can also be used as a persistent/permanent database. The version used requires a synchronization patch to customize H2 v1.4.192:

h2_synchronization_fix_20160816a.patch

H2 v1.4.192 source code distribution:

h2_database_src_version_1.4.192.zip

The original project page can be found at http://www.h2database.com/html/download.html.

Instructions on how to apply the patch can be found in Patching and Building Customized 3rd Party Libraries. The FWD project already includes the customized version of H2. You don't have to apply the patch unless you want to make custom changes yourself. The pre-patched binary version is automatically downloaded as part of the FWD build process.


© 2004-2017 Golden Code Development Corporation. ALL RIGHTS RESERVED.