Rational Unified Process Guide, Meaning , Facts, Information and Description
The Rational Unified Process (RUP) is a software design method created by the Rational Software Corporation. Now taken over by IBM. It describes how to effectively deploy software using commercially proven techniques. It is not a process but a process framework or meta-model. It encompass a large number of diferent activities, and is designed to be tailored, in the sense of selecting only the needed features suited for a particular software project, considering its size and type. It is recognized to be particularly applicable to larger software development teams working on large projects.(Please note: this article has been abstracted from the RUP as defined by the Rational Corporation who is responsible for its development. It also attempts to be concise, outlining the reasoning behind the RUP as opposed to the specific methodologies used)
Competing methods within the field of software engineering include:
- Cleanroom (heavyweight)
- Extreme Programming and other agile software development methodologies (lightweight)
- Develop Software Iteratively
- Manage Requirements
- Use Component Based Architecture
- Visually model software
- Verify software quality
- Control changes to software
Given the time it takes to develop large sophisticated software systems it is not possible to define the problem and build the solution in a single step. Requirements will often change throughout a project's development, due to architectural constraints, customer's needs or a greater understanding of the original problem. Iteration allows greater understanding of a project through successive refinements and addresses a project's highest risk items as the highest priority task - at every stage of iteration. Ideally each iteration ends up with an executable release – this helps reduce a projects risk profile, allows greater customer feedback and help developers stay focused.
A documentation framework is essential for any large project; hence RUP describes how to document functionality, constraints, design decisions and business requirements.
Use Cases and Scenarios are examples of artifacts prescribed by the process and have been found to be very effective at both capturing functional requirements and providing coherent threads throughout the development and deployment of the system.
Component Based Architecture creates a system that is easily extensible, promotes software reuse and intuitively understandable. A component often relates to an object in Object-oriented programming.
The RUP provides a systematic way to build this kind of system, focusing on producing an early executable architecture before committing full scale resources on a project.
These components are often assembled within existing infrastructures such as CORBA and COM.
Abstracting your programming from its code and representing it using graphical building blocks is an effective way to get an overall picture of a solution. This makes it easier for technical staff on a project to figure out how best to implement a given set of inter-related logics, and also builds an intermediatary between the business process and actual code making it happen through information technology.
Unified Modelling Language (UML) is the industry standard way of representing projects and is hence usually used by the RUP.
Quality Assessment is the most common failing point of all software projects, often an afterthought in such projects and even handled by a different team. The RUP assists in planning quality control and assessment built into the entire process involving all members of a team.
In all software projects change is inevitable, the RUP defines methods to control track and monitor changes. As a seemingly small change can affect applications in entirely unpredictable ways this is essential for a successful project. The RUP also defines secure workspaces allowing a programmer to be guaranteed that changes in another system will not affect his system. This ties in heavily with Component based architectures.
So far these guidelines are general, to be adhered to throughout a project's lifecycle. To capture the time dimension of a project the RUP divides a project into four distinct phases:
This is an Article on Rational Unified Process. Page Contains Information, Facts Details or Explanation Guide About Rational Unified Process Develop software iteratively
Manage requirements
Use component based architecture
Visually model software
Verify software quality
Control changes to software
See also
External links
