URDAD
From Wikipedia, the free encyclopedia
The creator of this article, or someone who has substantially contributed to it, may have a conflict of interest regarding its subject matter. |
This article may not meet the general notability guideline or one of the following specific guidelines for inclusion on Wikipedia: Biographies, Books, Companies, Fiction, Music, Neologisms, Numbers, Web content, or several proposals for new guidelines. If you are familiar with the subject matter, please expand or rewrite the article to establish its notability. The best way to address this concern is to reference published, third-party sources about the subject. If notability cannot be established, the article is more likely to be considered for redirection, merge or ultimately deletion, per Wikipedia:Guide to deletion. This article has been tagged since March 2008. |
URDAD, the Use Case, Responsibility Driven Analysis and Design method is a methodology for technology neutral business process design. It is meant to provide an algorithmic design process for Model-driven development (MDD) in the spirit of the Model-Driven Architecture (MDA).
Contents |
[edit] Core Principles behind URDAD
URDAD claims to be based on the following core principles
- Business processes should be designed by business analysts, not developers. Developers focus on performing solid technology mappings of the technology neutral business processes onto the specified implementation architecture and technologies.
- Architecture provides the infrastructure into which the business processes are to be deployed. It will typically span organizational and systems architecture. The architecture needs to ensure that the quality requirements/non-functional requirements are realized across the use cases deployed within it.
- Enforce the single responsibility principle to increase simplicity, reusability and maintainability.
- Assign responsibility domains to services contracts to enforce testability and provide a technology neutral approach.
- Manage levels of granularity to increase simplicity, maintainability, reusability and to allow the design work to be performed across business analysts with different domains of specialization.
[edit] Steps of the URDAD design methodology
The URDAD methodology requires that analysis and technology neutral design for a use case is done across levels of granularity. For each level of granularity, URDAD defines the following steps:
- Analysis
- Stakeholder identification.
- Identifying for each stakeholder the functional requirements.
- User work flow specification.
- Specifying the requirements for the exchanged value objects.
- Specifying the contract, i.e. the pre- and post-conditions and quality requirements for the use case.
- Design
- Grouping of functional requirements into responsibility domains.
- Assigning of each responsibility domain to a separate services contract.
- Business process specification.
- Extraction of the collaboration context.
- Transition to next lower level of granularity.
- Select one of the services contracts as new subject.
- Select on of its services as use case for the next lower level of granularity and repeat the analysis and design for that level of granularity.
[edit] Outputs of URDAD
For each level of granularity URDAD delivers:
- The stakeholders and their functional requirements.
- The services contract for each service provider required in the business process at that level of granularity.
- The business process as assembled across the services offered by these service providers.
[edit] Value objects/business entities
Value objects are introduced in URDAD at the level of granularity where they are used. Further information is fed across levels of granularity into these value objects.
[edit] References
- Solms, Fritz (2007), “Technology Neutral Business Process Design using URDAD”, Frontiers in Artificial Intelligence and Applications, vol. 161, IOS Press, pp. 52-70, ISBN 978-1-58603-794-9
- Klopper, Riaan; Gruner, Stefan & Kourie, Derrick (2007), “Assessment of a framework to compare software development methodologies”, ACM International Conference Proceeding Series, vol. 226, ACM Press, pp. 56-65, ISBN 978-1-59593-775-9
[edit] External links
A copy of the original URDAD paper is available from the downloads section of http://www.solms.co.za.