General Migration Steps (if the Ajax channel is disabled)
Procedure
- Update BTT tooling plugins to BTT version 8.0.1 or later.
- Restart RAD with "-clean" option to make sure
the latest BTT tooling plugin will take effect. This step is optional.
- Replace BTT jar files with BTT version 8.0.1 or later.
- Clean project, to make sure BTT DDE editor can locate the
new version classes. This step is optional.
- Replace the All BTT JavaScript file with BTT version 8.0.1
or later.
- Replace the generation template with BTT version 8.0.1
or later. If project already contains a customized generation template,
then please update it by following steps:
- Update all ${encoding} to UTF-8, this will solve most
of the encoding problem.
- Add following Java snippets to templates:
- Add following CSS which used for screen cover:
- Change ECA engine clarification to following, which
support mode change between ajax submission and form submission:
- Change ECA rule js import snippet into <body></body>
section in order to be compatible with IE browser as following:
- Rebuild project to re-generate BTT artifacts, such as xml,
jsp and js.
- Deploy the application and run to verify all of scenarios.