Creating an application

This document describes the steps that you take to develop an application using the IBM Branch Transformation Toolkit for WebSphere Studio. It identifies where you can find additional information and where you can find an example in the Java Client Sample Application and HTML Sample Application documentation.

The overall development process consists of the following four main phases:

  1. Analysis and design.
  2. Coding reusable entities.
  3. Coding the runtime application.
  4. Generating the runtime resources and testing.
The phases are iterative and contain tasks that might be refined during the project life cycle. The following sections describe the tasks that should be done in each phase:
Related information
Java Client Sample Application