This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Agile and Other Processes and the fly likes Difference Between SDLC and RUP ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Agile and Other Processes
Reply Bookmark "Difference Between SDLC and RUP ?" Watch "Difference Between SDLC and RUP ?" New topic
Author

Difference Between SDLC and RUP ?

Peter Chang
Greenhorn

Joined: May 06, 2003
Posts: 18
Sorry for asking this very basic question.
But I am really not very clear about this difference.
Thanks,
Rupesh
Lasse Koskela
author
Sheriff

Joined: Jan 23, 2002
Posts: 11962
    
    5
The SDLC is a general notion of the phases required for developing software:
vision > requirements > architecture > coding > testing.
RUP is a product of Rational Corporation (recently IBM) and is a much more detailed process "guide" so to speak. RUP is basically a set of artifacts (with templates) that one should pick a suitable mix for a particular project. Also, RUP is meant to be an iterative process -- something which the SDLC doesn't talk about at all.


Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Difference Between SDLC and RUP ?
 
Similar Threads
WS-I Basic Profile 1.0a and 1.0
what is the difference between interface and abstract class
Java nio
Is there any difference in package importing?
Turn Based Strategy Games