Business-driven development: Difference between revisions

Content deleted Content added
Undid revision 866726340 by 47.247.75.207 (talk) spam
Random page cleanup
 
(One intermediate revision by one other user not shown)
Line 1:
{{Short description|Methodology in IT development}}
'''Business-driven development'''<ref>T. Mitra. [http://www.ibm.com/developerworks/library/ws-bdd/index.html "Business-driven development"]. IBM developerWorks article.</ref> is a meta-[[methodology]] for developing IT solutions that directly satisfy [[requirement|business requirements]]. This is achieved by adopting a model-driven approach that starts with the business strategy, requirements, and goals, and then refines and transforms them into an IT solution. The transformation is partially achieved by applying model transformations. Due to the alignment of the business layer and the IT layer, it is possible to propagate changes ofin the business automatically to the IT systems. This leads to increased flexibility and shorter turnaround times when changing the business and adapting the IT systems.<ref>J. Koehler et al. [http://www.inf.mit.bme.hu/GT-VMT2006/ProceedingsGTVMT2006.pdf "The Role of Visual Modeling and Model Transformations in Business-driven Development"]. Proceedings of GT-VMT 2006, pp. 1–12, 2006.</ref>
 
Business-driven development goes further than the simple development of delivered requirements in that the implementing resource seeks to both completely understand the business side during the iterative gathering and implementing of requirements and drives to, once acquiring that information, improve business processes itself during the development of the actual solution.
 
The applicability of automatic modelsmodel transformations to align business and IT has been criticized and partially replaced by [[agile software development|agile]] practices and methods such as [[behavior-driven development]] (BDD) and [[___domain-driven design]] (DDD).<ref>M. Fowler, Agile Guide, http://martinfowler.com/agile.html</ref>
 
==See also==