Planning phase of an application transformation project

  1. Plan and design your implementation. This includes:
    • Understanding and designing business transactions.
    • Deciding if and how to implement recoverability at the request message level. See Determine if compensation is necessary for things to consider when deciding whether or not to include recoverability in a request message.
    • Deciding how to implement security.
    • Determining the BTS configuration(s) necessary to support adapter request processing.
  2. Compensation (journaling support)
  3. Auditing and error logging
  4. Developing a test that proves the modeled run time works as expected.