Category
page 1Component-based software engineering
applet
In computing, an applet is any small application that performs one specific task that runs within the scope of a dedicated widget engine or a larger program, often as a plug-in. The term is frequently used to refer to a Java applet, a program written in the Java programming language that is designed to be placed on a web page. Applets are typical examples of transient and auxiliary applications that do not monopolize the user's attention. Applets are not full-featured application programs, and are intended to be easily accessible.
Common Object Request Broker Architecture
standard to facilitate communication between systems on diverse platforms
Component Object Model
Application Binary Interface by Microsoft
dependency injection
technique in software engineering
component diagram
diagram of components wired to form larger components or software systems; used to illustrate the structure of complex systems
inversion of control
software programming technique in which general framework code calls into business-logic subroutines
component-based software engineering
branch of software engineering
Visual Component Library
visual Library
Distributed Component Object Model
software for communication between software components
International Components for Unicode
software libraries for Unicode support
Component Library for Cross Platform
software development framework
third-party software component
software which can be used with another system not associated with either the manufacturer or the user
Component Pascal
programming language
Microsoft Transaction Server
Software
composition over inheritance
software design pattern