Loading ...
Loading ...
Loading ...
T24 Application Development
TEMENOS T24 User Guide Page 34 of 34
Appendix 4 – Older Templates
Introduction
T24 applications have seen three previous templates. This section gives a brief history of these and
explains some of the older features that will be seen in applications based on these previous
templates. For a full understanding of how these different releases of the template work, refer to the
user guides “Template Maintenance” and “T24 Application Development R08”.
Template V 1
The original template identified different sections and broke these out into labels, though these were
accessed in a drop down manner. Most code for an application was in a single subroutine. Each new
application is a copy of a template.
Template V 2
The structure changes such that subroutines are used and the flow is controlled using GOSUB
statements rather than GOTOs, leading to a much easier to understand template. Each new
application copies the template code, and the template code itself may be modified. Most code for an
application is still in a single subroutine which leads to some very large and complex programs.
Conflicts happen when multiple people need to work on a single piece of code.
Template V 3
Very similar to the second version, but here each extension point was written as a separate routine
and templates were issued against these. The XX.CROSSVAL template automatically repeated check
fields at the cross validation step.