Application Development  and Maintenance

Models

Transforming business Through
Integrated Information Sytems

Models

Rapid Application Development

In rapid application development, structured techniques and prototyping are especially used to define users' requirements  and to design the final system. The development process starts with the development of preliminary data models and business process models using structured techniques. In the next stage, requirements are verified using prototyping, eventually to refine the data and process models. These stages are repeated iteratively; further development results in "a combined business requirements and technical design statement to be used for constructing new systems.

Waterfall Model

  1. Requirements specification (Requirements analysis)
  2. Software design
  3. Implementation and Integration
  4. Testing (or Validation)
  5. Deployment (or Installation)
  6. Maintenance

After each phase is finished, it proceeds to the next one. Reviews may occur before moving to the next phase which allows for the possibility of changes (which may involve a formal change control process). Reviews may also be employed to ensure that the phase is indeed complete. ; the phase completion criteria are often referred to as a "gate" that the project must pass through to move to the next phase.

Waterfall discourages revisiting and revising any prior phase once it's complete.

This "inflexibility" in a pure Waterfall model has been a source of criticism by supporters of other more "flexible" models. The Waterfall model is also commonly taught with the mnemonic A Dance in the Dark Every Monday, representing Analysis, Design, Implementation, Testing, Documentation and Execution, and Maintenance.

 

Spiral Model

The key characteristic of a Spiral model is risk management at regular stages in the development cycle.  Spiral model is a combination of  some key aspect of the waterfall model and rapid prototyping methodologies.

The Spiral is visualized as a process passing through some number of iterations, with the four quadrant diagram representative of the following activities:

  • Formulate plans to: identify software targets, implement the program, clarify the project development restrictions
  • Risk analysis: an analytical assessment of selected programs, to consider how to identify and eliminate risk
  • Implementation of the project: the implementation of software development and verification

Risk-driven spiral model, emphasizing the conditions of options and constraints in order to support software reuse, software quality can help as a special goal of integration into the product development. However, the spiral model has some restrictive conditions, as follows:

  • The spiral model emphasizes risk analysis, and thus requires customers to accept this analysis and act on it. This requires both trust in the developer as well as the willingness to spend more to fix the issues, which is the reason why this model is often used for large-scale internal software development.
  • If the implementation of risk analysis will greatly affect the profits of the project, the spiral model should not be used.
  • Software developers have to actively look for possible risks, and analyze it accurately for the spiral model to work.

The first stage is to formulate a plan to achieve the objectives with these constraints, and then strive to find and remove all potential risks through careful analysis and, if necessary, by constructing a prototype. If some risks can not be ruled out, the customer has to decide whether to terminate the project or to ignore the risks and continue anyway. Finally, the results are evaluated and the design of the next phase begins.

Scroll to Top