The Bank Transformation Toolkit (BTT) provides a migration tool to
help you migrate your toolkit applications from version 5.2 to version 6.1.2.
The migration tool can perform the following tasks to help you migrate your
applications:
- Convert the file dse.ini from BTT version 5.2 to the file btt.xml in
BTT version 6.1.2.
- Migrate the definition files in BTT version 5.2 to the definition files
in BTT version 6.1.2, including context definitions, formatter definitions,
and so on.
- Migrate the application Java™ codes, including package names, class
names, APIs, and so on from BTT version 5.2 to BTT version 6.1.2.
- Migrate the JSP Tablib uri, BTT customized tag, page import, and Java
code in JSP file from BTT version 5.2 to BTT version 6.1.2.
The migration tool is rule-based. It migrates BTT version 5.2 applications
to BTT version 6.1.2 based on the given migration rules. You can customize
the migration rules to meet your special requirements.
The
migration tool is extendable. It provides three extension points, by which
you can implement your own migration rule engine to meet your special migration
requirements.