BlackBox Component Builder
|
|
This article needs more links to other articles to help integrate it into the encyclopedia. (February 2013) |
BlackBox Component Builder is an integrated development environment (IDE) optimized for component-based software development. It consists of development tools, a library of reusable components, a framework that simplifies the development of robust custom components and applications, and a run-time environment for components.
In BlackBox, the development of applications and their components is done in Component Pascal. This language is a descendant of Pascal, Modula-2, and Oberon. It provides modern features such as objects, full type safety, components (in the form of modules), dynamic linking of components, and garbage collection. The entire BlackBox Component Builder is written in Component Pascal: all library components, all development tools including the Component Pascal compiler, and even the low-level run-time system with its garbage collector.
As its name implies, BlackBox Component Builder supports blackbox abstractions and reuse as opposed to whitebox as defined in.[1] It started 1993 as Oberon/F[2][3] and was renamed to BlackBox Component Builder with Release 1.3 end of the 1990s. BlackBox Component Builder went open source with Release 1.5 mid-2004.
References[edit]
- ^ Szyperski, Clemens. Component Software. Addison Wesley, 2002, p. 40f and Chap.7 (p. 109ff)
- ^ http://www.edm2.com/0608/oberon.html
- ^ D. Pountain, The Oberon/F System, BYTE 20(1), Jan. 1995.
External links[edit]
- Official site
- An introductory text using BlackBox: Stan Warford - Computing Fundamentals
- Tools and Utilities for BlackBox
| This programming tool–related article is a stub. You can help Wikipedia by expanding it. |