2.2 Extensible Development

This topic provides an overview of the extensible development of FLEXCUBE.

Table 2-1 Extensible Development Stages

Extensible Development Stages Description
KERNEL This refers to the core product. For Example: FC 11.3
CLUSTER This refers to any region-specific enhancements/developments done on top of the KERNEL product. The changes done in a CLUSTER pack will be noninvasive to the KERNEL product. For Example: FC 11.3 India cluster
CUSTOM Any enhancements required by the customer/bank are done on this level. It will be noninvasive of the changes done in KERNEL and CLUSTER packs. For Example: Customizations for the MODEL bank on FC 11.3 India cluster
ODT can segregate the changes done on different releases and save the Radxml accordingly. It generates the files depending on the release type and developers can add the business logic to the release type-specific files. Thus the code remains noninvasive of the existing code.