TAFJ Standalone
TAFJ (Temenos Application Framework Java) is a Pick BASIC runtime and compiler, written in 100% java. It allows compiling and running Pick BASIC programs. TAFJ has been written specifically for Temenos Transact needs and all tests and proof of concepts are done using Temenos Transact. TAFJ also manages the connectivity on JDBC compliant databases like jBASE, Oracle, Microsoft SQL Server, DB2, Derby, Derby (Embedded). It comes with an embedded exporting tool for migrating your Pick data to Oracle.
This section gives an overview of TAFJ setup via a flow diagram.
Configuring Java Development Kit
This section shows you how to install Java Development Kit (JDK) on Windows and Linux platform.
You can have multiple configuration file with a TAFJ setup. All these configuration files have the .properties extension. The default configuration is hidden in the .default file, which resides in the conf directory.
This section describes the installation procedure of TAFJ on multiple servers. You need to setup the port range for each server and ensure that no port ID is repeated on other servers.
You can monitor Temenos Transact execution and TAFJ internal behavior. For more information, see TAFJ Logging user guide.
tCompile is the main entry point for compiling a program. This is a script in the /bin directory. It executes the compiled Basic files.
This section describes the TAFJ components.
This section describes the TAFJ tools such as tRun, tDiag, tShowCheck, tCrypt, tFindDevice and tCreateBasicReplacement.
This section shows the statements that are unsupported in TAFJ.
In this topic