Iterative Development and Unified Process

A software development process, also known as a software development life-cycle (SDLC) defines all the tasks required for developing and maintaining software. A software development methodology is a framework that is used to structure, plan, and control the software development process. Common methodologies include waterfall, prototyping, iterative and incremental development, spiral development, rapid application development and agile methodologies such as Scrum, Kanban and extreme programming (XP).

 

Iterative vs. Incremental

Though the terms iterative and incremental are used interchangeably, they are not exactly the same. Iterative means developing partial software fast, test it, demo to stakeholders and based on feedback, improve the product in repeated cycles (iteration) even evolving the specification and design. Iterative can thus also be called iterative and evolutionary design. Incremental means developing a system with minimal features and then enhance the product in smaller portions at a time (incremental), usually by adding features. Iterative and Incremental development (IID) is any combination of both iterative and incremental build model for development, and is a preferred combination according to many. Iterations are time boxed and time usually varies from two to six weeks.

 

Iterative vs. Prototype

Iterative model is not the same as prototype model. Every iteration in an iterative model produces a partial system which is part of the overall system and is improved through repeated cycles (iteration) of development activities. A prototype is however an experimental or throw away model done as a proof of concept (POC) or for better understanding of the product during initial discussions.

 

Iterative vs. Waterfall

Iterative model is different from waterfall model in that, waterfall model needs all the requirements to be clear and finalized before development starts and doesn’t encourage later changes, whereas iterative development starts with a partial system or a system with minimal feature and are improved or incrementally developed, giving a provision to change the priority of requirements or change requirements between iterations. Iterative model also allow changing the system based on feedback from stakeholder or from the testing team. Iterative model understands the fact that change is inevitable in the software world, especially when you are creating a new product or a solution to a problem. Iterative model has better success rates in real world than a fixed sequential model such as waterfall model. In practice many of the features in waterfall model are either not used much or become obsolete in the end. Early feedback and under engagement in iterative model ensures better customer satisfaction and less risk of failure. Though some people try mixing iterative and waterfall model, it is not considered a good practice.

 

Unified Process

Unified Process (UP) is a popular iterative and incremental software development process framework. UP has four major phases:

  • Inception, which can be considered as a feasibility phase where only enough research is done to make sure you can go ahead with the project, and is not same as requirements phase.

  • Elaboration, where core architecture based, high business value and high risk features are done iteratively, and elaboration is not same as requirements or design phase.

  • Construction, where the remaining features are implemented iteratively.

  • Transition, where tests, deployments etc. are performed.

UP also contain a set of disciplines such as business modeling, requirements, design, implementation, test, deployment, configuration, change management, project management, environment etc. During every iteration, there will be some work done for each of these disciplines, but the effort may change. Early iterations may concentrate more on requirements and design, whereas later iterations may concentrate more on development, testing and environment. Most practices in UP are optional and it also allows to take best practices from other methodologies.

 

IBM Rational Unified Process

The best-known and extensively documented refinement of the Unified Process is the Rational Unified Process (RUP). The Rational Unified Process (RUP) was created by the Rational Software Corporation, a division of IBM since 2003. I had attended the IBM Rational conference in 2010 and has taken the certification IBM Certified Solution Designer - Rational Unified Process V7.0 during the conference. RUP provides tested best practices for software and systems delivery and implementation and for effective project management. It is one of many processes contained within the Rational Process Library. IBM Rational Method Composer allows you to easily customize RUP to meet the unique needs of your project.

 

Agile

Agile is an iterative methodology that follows the agile manifesto. Read more about agile at our agile book.

 

Agile Unified Process (AUP)

Agile Unified Process (AUP) is a simplified version of the IBM Rational Unified Process (RUP) developed by Scott Ambler and describes using agile techniques and concepts yet still remaining true to the RUP. The AUP applies agile techniques including test driven development (TDD), Agile Modeling, agile change management etc. In 2012 the AUP was superseded by Disciplined Agile Delivery.

 

Reference

http://en.wikipedia.org/wiki/Software_development_process

http://en.wikipedia.org/wiki/Iterative_and_incremental_development

http://en.wikipedia.org/wiki/Unified_Process

http://en.wikipedia.org/wiki/IBM_Rational_Unified_Process

http://en.wikipedia.org/wiki/Agile_Unified_Process

http://en.wikipedia.org/wiki/Disciplined_Agile_Delivery

Quick Notes Finder Tags

Activities (1) advanced java (1) agile (3) App Servers (6) archived notes (2) Arrays (1) Best Practices (12) Best Practices (Design) (3) Best Practices (Java) (7) Best Practices (Java EE) (1) BigData (3) Chars & Encodings (6) coding problems (2) Collections (15) contests (3) Core Java (All) (55) course plan (2) Database (12) Design patterns (8) dev tools (3) downloads (2) eclipse (9) Essentials (1) examples (14) Exception (1) Exceptions (4) Exercise (1) exercises (6) Getting Started (18) Groovy (2) hadoop (4) hibernate (77) hibernate interview questions (6) History (1) Hot book (5) http monitoring (2) Inheritance (4) intellij (1) java 8 notes (4) Java 9 (1) Java Concepts (7) Java Core (9) java ee exercises (1) java ee interview questions (2) Java Elements (16) Java Environment (1) Java Features (4) java interview points (4) java interview questions (4) javajee initiatives (1) javajee thoughts (3) Java Performance (6) Java Programmer 1 (11) Java Programmer 2 (7) Javascript Frameworks (1) Java SE Professional (1) JPA 1 - Module (6) JPA 1 - Modules (1) JSP (1) Legacy Java (1) linked list (3) maven (1) Multithreading (16) NFR (1) No SQL (1) Object Oriented (9) OCPJP (4) OCPWCD (1) OOAD (3) Operators (4) Overloading (2) Overriding (2) Overviews (1) policies (1) programming (1) Quartz Scheduler (1) Quizzes (17) RabbitMQ (1) references (2) restful web service (3) Searching (1) security (10) Servlets (8) Servlets and JSP (31) Site Usage Guidelines (1) Sorting (1) source code management (1) spring (4) spring boot (3) Spring Examples (1) Spring Features (1) spring jpa (1) Stack (1) Streams & IO (3) Strings (11) SW Developer Tools (2) testing (1) troubleshooting (1) user interface (1) vxml (8) web services (1) Web Technologies (1) Web Technology Books (1) youtube (1)