Software blueprint

Software blueprint

A software blueprint is the final product of a software blueprinting process. Its name derives from the analogy drawn with the popular use of the term blueprint (within traditional construction industry). Therefore, a true software blueprint should share a number of key properties with its building-blueprint counterpart:

Properties common to blueprints

Step-by-step procedure from blueprint to finished article

Software blueprinting processes advocate containing inspirational activity (problem solving) as much as possible to the early stages of a project in the same way that the construction blueprint captures the inspirational activity of the construction architect. Following the blueprinting phase only procedural activity (following prescribed steps) is required. This means that a software blueprint must be prescriptive and therefore exhibit the same formality as other prescriptive languages such as C++ or Java. Software blueprinting exponents claim that this provides the following advantages over enduring inspiration:

  • Potential for automatic machine translation to code
  • Predictable timescales after blueprinting phase
  • Software architect's intentions reflected directly in code

Focused on a single application aspect

Software blueprints focus on one aspect to avoid becoming diluted by compromising choice of description medium and to ensure that all of the relevant logic is localized.

Selection of optimal description medium

The single aspect focus of a software blueprint means that the optimal description medium can be selected. For example, algorithmic code may be best represented using textual code whereas GUI appearance may be best represented using a form design.

The motivation behind selecting an intuitive description medium (i.e. one that matches well with mental models and designs for a particular aspect) is to improve:

  • Ease of navigation
  • Ease of understanding
  • Fault detection rate
  • Ability to manage complexity

Localization of aspect logic

The localization of aspect logic promoted by the software blueprinting approach is intended to improve navigability and this is based on the assumption that the application programmer most commonly wishes to browse application aspects independently.

Orthogonalization

Software blueprinting relies on realizing a clean separation between logically orthogonal aspects to facilitate the localization of related logic and use of optimal description media described above.

Examples

GUI form design

The GUI form design (see GUI toolkit) is widely adopted across the software industry and allows the programmer to specify a prescriptive description of the appearance of GUI widgets within a window. This description can be translated directly to the code that draws the GUI (because it is prescriptive).

Machine translatable co-ordination languages (e.g. CDL)

Languages such as the [http://www.connectivelogic.co.uk/articles/santa.html Concurrent Description Language (CDL)] separate an application's macroscopic logic (communication, synchronization and arbitration) from complex multi-threaded and/or multi-process applications into a single contiguous visual representation. The prescriptive nature of this description means that it can be machine translated into an executable framework that may be tested for structural integrity (detection of race conditions, deadlocks etc.) before the microscopic logic is available.

Class designers

Class designers allow the specification of arbitrarily complex data structures in a convenient form and the prescriptive nature of this description allows generation of executable code to perform list management, format translation, endian swapping and so on.

Software designers

Classes are used as building blocks by software designers to model more complex structures. In software architecture the [http://devmentor.org/references/uml/uml.html Unified Modeling Language (UML)] is an industry standard used for modeling the blueprint of software. UML represents structure, associations and interactions between various software elements, like classes, objects or components. It helps the software designer to design, analyze and communicate ideas to other members of the software community.

ee also

* Software design
*Service-Oriented Modeling Framework (SOMF)

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Software design — is a process of problem solving and planning for a software solution. After the purpose and specifications of software are determined, software developers will design or employ designers to develop a plan for a solution. It includes low level… …   Wikipedia

  • Blueprint education — is a non profit organization located in Phoenix, Arizona providing distance learning, curriculum design, and alternative education to students and schools in all 50 states and 20 countries around the world. Founded in 1969, Blueprint Education… …   Wikipedia

  • Blueprint (framework css) — Saltar a navegación, búsqueda Blueprint es un framework CSS diseñado para reducir los tiempos de desarrollo y mejorar la compatibilidad entre los distintos navegadores web cuando se trabaja con los estilos en cascada (CSS). También sirve como… …   Wikipedia Español

  • Blueprint — bezeichnet: einen Bauplan, siehe Blaupause ein fotografisches Kopierverfahren, siehe Cyanotypie Blueprint (Dienstleistungsmarketing), Abbild eines Dienstleistungsprozesses sowie seiner Teilaktivitäten Blueprint (Film), deutsche Verfilmung des… …   Deutsch Wikipedia

  • Software architecture — The software architecture of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships between them. The term also… …   Wikipedia

  • Software design document — A software design document (SDD) is a written description of a software product, that a software designer writes in order to give a software development team an overall guidance of the architecture of the software project. An SDD usually… …   Wikipedia

  • CodeBook by Project Blueprint — Infobox Software name = CodeBookTM caption = developer = Project Blueprint ltd. latest release version = 2008 latest release date = April 2008 operating system = Windows genre = CAD Building Information Modeling license = Proprietary website =… …   Wikipedia

  • Open Blueprint — was an IBM framework developed in the early 1990s (and released in March 1992) that provided a standard for connecting network computers.[1] The open blueprint structure reduced redundancy by combining protocols.[2][3] References ^ …   Wikipedia

  • Product software implementation method — A product software implementation method is a systematically structured approach to effectively integrate a software based service or component into the workflow of an organizational structure or an individual end user.This entry focuses on the… …   Wikipedia

  • Functional Software Architecture — A Functional Software Architecture (FSA) is an architectural model that identifies enterprise functions, interactions and corresponding IT needs. These functions can be used as reference by different domain experts to develop IT systems as part… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”