During this phase, the project team can customize the migration tool
to enrich the functionality. To do this, the project team needs to do the
following:
- Customize the code generation process. Because the migration tool only
generates a skeleton when the tool does the migration, the project team can
enhance the functionality. For example, copy the business logic from the server
operation or the action of the flow to the code generation logic by extending
the classes of the migration tool and changing.
- Customize the definition file migration process by extending the migration
tool base classes and changing.
- Customize the user interface to the custom migration process.
The user interfaces of the migration tool are based on Eclipse programming
model.