• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

UP , RUP & XP

 
Ranch Hand
Posts: 312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

I am getting a bit confused in the midst of all these newly evloved terms.

Broadly can we say we have 3 different SDLC models
Waterfall, Spiral & Iterative
(correct me if i am wrong on this)

Now is Agile a totally new SDLC in addition to the above 3 or is it a subset of Iterative.

Then can some one explain how UP, RUP & XP fall in the whole scheme of things

Thanks

Manish
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by manish ahuja:
Broadly can we say we have 3 different SDLC models
Waterfall, Spiral & Iterative



I guess you could say that.


Now is Agile a totally new SDLC in addition to the above 3 or is it a subset of Iterative.



Agile Software Development is defined by the Agile Manifesto.

The first principle is "Our highest priority is to satisfy the customer
through early and continuous delivery
of valuable software."

From that follows that all Agile Processes need to be inherently iterative.

Then can some one explain how UP, RUP & XP fall in the whole scheme of things



UP is a framework for iterative processes. RUP is the commercial version of the UP. It is possible to tailor Agile processes from RUP, but most teams seem to end up with rather plan-driven, communication-through-documents ones.

XP is the most popular Agile process. Technically it could be seen as an instance of RUP, though I'd say that there isa rather big disconnect in culture.
 
I didn't say it. I'm just telling you what this tiny ad said.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic