- Wheel and spoke model
The Wheel And Spoke Model is a
sequentially parallelsoftware development model . It is essentially a modification of thespiral model that is designed to work with smaller initial teams, which then scale upwards and build value faster. It is best used during thedesign andprototyping stages of development. It is abottom-up methodology.History
The Wheel And Spoke Model
The wheel and spoke model retains most of the elements of the
spiral model , on which it is based. As in the spiral model, it consists of multiple iterations of repeating activities:
# Newsystem requirements are defined in as much detail as possible from several different programs.
# A preliminary commonAPI is generated that is the greatest common denominator across all the projects.
# Implementation stage of a firstprototype .
# The prototype is given to the first program where it is integrated into their needs. This forms the first spoke of the wheel and spoke model
# Feedback is gathered from the first program and changes propagated back to the prototype.
# The next program can now use the common prototype, with the additional changes and added value from the first integration effort. Another spoke is formed.
# The final system is the amalgamation of common features used by the different programs – forming the wheel, and testing/bug-fixes that were fed back into the code-base - forming the spokes.Routine changes and additions are eventually seen by every program that uses the common code, and the experience gained by developing the prototype for the first program is shared by each successive program using the prototype.
Applications
The wheel and spoke is best used in an environment where several projects have common architecture or feature-set that can be abstracted by an
API .Advantages
# Low initial risk. Since one is developing a small-scale prototype instead of a full-blown development effort, much fewer programmers are needed initially. If the effort is deemed successful, the model scale very well by adding new people as the scope of the prototype is expanded
# Gained expertise applicable across different programs. The core team developing the prototype gains experience from each successful program that adapts the prototype and sees an increasing number of bug fixes and a general rise in code quality. This knowledge is directly transferable to the next program since the core code remains mostly similar.ee also
*
Iterative
*Incremental
*Software engineering
*List of software engineering topics
*Waterfall model External links
* [http://www.agilealliance.org/ Agile Alliance]
Wikimedia Foundation. 2010.